更新
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-admin",
|
"name": "vue-admin",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.3.6",
|
"version": "1.3.7",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|||||||
@@ -421,15 +421,15 @@ export const asyncRoutes = [
|
|||||||
icon: 'User'
|
icon: 'User'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
path: '/shop_manage/cashier_dot',
|
// path: '/shop_manage/cashier_dot',
|
||||||
component: () => import('@/views/organization/cashier_dot.vue'),
|
// component: () => import('@/views/organization/cashier_dot.vue'),
|
||||||
meta: {
|
// meta: {
|
||||||
title: '收银点列表',
|
// title: '收银点列表',
|
||||||
icon: 'PieChart',
|
// icon: 'PieChart',
|
||||||
roles: ['MG']
|
// roles: ['MG']
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
path: '/shop_manage/cashierdot_detail',
|
path: '/shop_manage/cashierdot_detail',
|
||||||
name: 'cashierdot_detail',
|
name: 'cashierdot_detail',
|
||||||
|
|||||||
Reference in New Issue
Block a user