| Server IP : 34.87.99.72 / Your IP : 216.73.217.31 Web Server : Apache/2.4.46 (Unix) OpenSSL/1.1.1n System : Linux zlock-bitnami-lamp-prod-v2-vm 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 User : bitnami ( 1000) PHP Version : 7.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /opt/bitnami/apache/htdocs/app/resources/js/configs/ |
Upload File : |
export default {
navbar_path: {
'admin' : [
{
title : null,
routes : [
{
icon: "mdi-home", title : "Home", module : "home",
route: "/home",
sub: null
},
]
},
{
title : "System Entities",
routes : [
{
icon: "mdi-account-group", title : "User", module : "user",
route: null,
sub: [
{
title : "Customer", module : "user",
route: '/customer/list',
sub: null
},
{
title : "Partner", module : "user",
route: '/partner/list',
sub: null
},
]
},
{
icon: "mdi-locker-multiple", title : "Locker", module : "locker",
route: '/locker/list',
sub: null
},
{
icon: "mdi-cart", title : "Booking History", module : "Booking",
route: '/booking-history/*',
sub: [
{ title : "User to User", route: "/booking-history/user-to-user/list" },
{ title : "Delivery", route: "/booking-history/delivery/list" },
]
},
{
icon: "mdi-cash-register", title : "Payment Record", module : "PaymentRecord",
route: '/payment-record/list',
sub: null
},
{
icon: "mdi-cash", title : "User Credit", module : "user-credit",
route: null,
sub: [
{ title : "Free Credit", route: "/free-credit/list" },
{ title : "Deduct Credit", route: "/deduct-credit/list" },
]
},
{
icon: "mdi-star-box", title : "Promotion", module : "promotion",
route: '/promotion/list',
sub: null
},
{
icon: "mdi-ferry", title : "Shipping Method", module : "shipping-method",
route: '/shipping-method/list',
sub: null
},
{
icon: "mdi-message-processing", title : "Boardcast Message", module : "notification",
route: '/boardcast/list',
sub: null
},
]
},
{
title : "Settings and Utilities",
routes : [
{
icon: "mdi-box-shadow", title : "Locker Box Type", module : "locker-box-type",
route: '/locker-box-type/list',
sub: null
},
{
icon: "mdi-movie-play", title : "Locker Guide", module : "locker-guide",
route: '/locker-guide/list',
sub: null
},
{
icon: "mdi-gift", title : "Partner Package", module : "partner-package",
route: '/partner-package/list',
sub: null
},
{
icon: "mdi-file-document-multiple", title : "Report", module : "report",
route: '/report/list',
sub: null
},
{
icon: "mdi-store", title : "Store", module : "store",
namespace: '/credit-item/*',
sub: [
{ title : "Credit Item", route: "/credit-item/list" },
// { title : "Promotion", route: "/store/promotion" },
]
},
{
icon: "mdi-truck", title : "Shipping", module : "shipping",
namespace: '/shipping/*',
sub: [
{ title : "Courier", route: "/courier/list" },
{ title : "Geo Zone", route: "/geo-zone/list" },
{ title : "Shipping Type", route: "/shipping-type/list" },
{ title : "State", route: "/state/list" },
]
},
{
icon: "mdi-face-agent", title : "Support", module : "course",
namespace: '/support/*',
sub: [
{ title : "About Us", route: "/support/about-us" },
// { title : "Refund Policy", route: "/support/refund-policy" },
{ title : "TnC", route: "/support/tnc" },
{ title : "Delivery TnC", route: "/support/delivery-tnc" },
{ title : "Locker Overdue Usage", route: "/support/locker-overdue" },
{ title : "Privacy Policy", route: "/support/privacy-policy" },
{ title : "Value Declaration", route: "/support/value-declaration" },
{ title : "FAQ", route: "/support/faq" },
{ title : "Feedback", route: "/support/feedback" },
]
},
]
},
],
'partner' : [
{
title : "General",
routes : [
{ icon: "mdi-home", title : "Home", route: "/home",module : "home", sub: null },
]
},
{
title : "System Entities",
routes : [
{
icon: "mdi-locker-multiple", title : "My Lockers", module : "locker",
route: '/locker/list',
sub: null
},
{
icon: "mdi-cart", title : "Booking History", module : "Booking",
route: '/booking-history/*',
sub: [
{ title : "User to User", route: "/booking-history/user-to-user/list" },
{ title : "Delivery", route: "/booking-history/delivery/list" },
]
},
]
},
]
}
};