Commit 30dbaf3b authored by jiangqihao's avatar jiangqihao

jqh

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