diff --git a/package.json b/package.json index e9cd5cc..78ac257 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-admin", "private": true, - "version": "1.3.6", + "version": "1.3.7", "type": "module", "scripts": { "dev": "vite", diff --git a/src/router/routes.js b/src/router/routes.js index a4c13ec..a4e81ce 100644 --- a/src/router/routes.js +++ b/src/router/routes.js @@ -421,15 +421,15 @@ export const asyncRoutes = [ icon: 'User' } }, - { - path: '/shop_manage/cashier_dot', - component: () => import('@/views/organization/cashier_dot.vue'), - meta: { - title: '收银点列表', - icon: 'PieChart', - roles: ['MG'] - } - }, + // { + // path: '/shop_manage/cashier_dot', + // component: () => import('@/views/organization/cashier_dot.vue'), + // meta: { + // title: '收银点列表', + // icon: 'PieChart', + // roles: ['MG'] + // } + // }, { path: '/shop_manage/cashierdot_detail', name: 'cashierdot_detail',