Commit 1554a45c by liang ce

管理员修改

parent 31983ebc
......@@ -37,13 +37,13 @@ export default new Router({
{
path: '/cashierManagement',
name: 'cashierManagement',
meta: { title: '支付管理/收银员管理' },
meta: { title: '支付管理/设置收银员' },
component: resolve => require(['./components/pages/PaymentManagement/CashierManagement.vue'], resolve)
},
{
path: '/SetAdministrators',
name: 'SetAdministrators',
meta: { title: '支付管理/收银员管理' },
meta: { title: '支付管理/设置管理员' },
component: resolve => require(['./components/pages/PaymentManagement/SetAdministrators.vue'], resolve)
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment