Commit 30dbaf3b authored by jiangqihao's avatar jiangqihao

jqh

parent e537afce
...@@ -28,7 +28,7 @@ const customersRouter = { ...@@ -28,7 +28,7 @@ const customersRouter = {
hidden: true, hidden: true,
}, },
{ {
path: '/customersDetails/total', path: '/CustomersOverview/total',
component: () => import('@/views/customers/customers-details/index.vue'), component: () => import('@/views/customers/customers-details/index.vue'),
name: 'customersDetails', name: 'customersDetails',
meta: {title: '总代理商详情'}, meta: {title: '总代理商详情'},
......
...@@ -80,7 +80,7 @@ const actions = { ...@@ -80,7 +80,7 @@ const actions = {
return new Promise(resolve => { return new Promise(resolve => {
const paths = JSON.parse(localStorage.getItem('PATHS')) const paths = JSON.parse(localStorage.getItem('PATHS'))
let accessedRoutes let accessedRoutes
const test = false // 是否测试阶段 const test = true // 是否测试阶段
if (test) { if (test) {
accessedRoutes = asyncRoutes accessedRoutes = asyncRoutes
} else { } else {
......
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