Commit b4c021cf by chenyu

update: update

parent 7f7af804
......@@ -17,7 +17,6 @@ export const constantRouterMap = [
name: "login"
},
{
path: "/404",
component: () => import("view/errorPage/404"),
name: "error404"
......@@ -32,9 +31,21 @@ export const constantRouterMap = [
component: () => import("view/errorPage/500"),
name: "error500"
},
{ path: '/selector', component: () => import('../test/selector'), name: 'selector' },
{ path: '/linktool', component: () => import('../test/linktool'), name: 'linktools' },
{ path: '/space', component: () => import('../test/upload-folder'), name: 'space' },
{
path: "/selector",
component: () => import("../test/selector"),
name: "selector"
},
{
path: "/linktool",
component: () => import("../test/linktool"),
name: "linktools"
},
{
path: "/space",
component: () => import("../test/upload-folder"),
name: "space"
},
{
path: "/",
name: "Layout",
......@@ -53,14 +64,14 @@ export const constantRouterMap = [
path: "/customerDetail",
component: _import("allCustomers", "customerDetail"),
meta: {
title: "客户详情",
title: "客户详情"
}
},
{
path: "/consumption",
component: _import("allCustomers", "consumption"),
meta: {
title: "会员门店消费",
title: "会员门店消费"
}
},
{
......@@ -210,23 +221,26 @@ export const constantRouterMap = [
},
{
path: "/posmemberDetail",
component: _import("wechatmembers", "wechatTotalDetail"),
// component: _import("wechatmembers", "wechatTotalDetail"),
redirect: "/customerDetail",
meta: {
title: "pos会员-详情",
channel:'posMember'
channel: "posMember"
}
},
{
path: "/wechatmemberDetail",
component: _import("wechatmembers", "wechatTotalDetail"),
// component: _import("wechatmembers", "wechatTotalDetail"),
redirect: "/customerDetail",
meta: {
title: "微信会员-详情",
channel:'wxMember'
channel: "wxMember"
}
},
{
path: "/wechatTotalDetail",
component: _import("wechatmembers", "wechatTotalDetail"),
// component: _import("wechatmembers", "wechatTotalDetail"),
redirect: "/customerDetail",
meta: {
title: "微信总量-详情"
}
......@@ -277,17 +291,17 @@ export const constantRouterMap = [
}
},
{
path: '/photo-album',
name: '/photo-album',
path: "/photo-album",
name: "/photo-album",
component: _import("photo-album", "album"),
meta: {
title: "相册"
}
},
{
path: '/img-list',
name: '/img-list',
component: _import('photo-album', 'img-list'),
path: "/img-list",
name: "/img-list",
component: _import("photo-album", "img-list")
},
{
path: "/abnormal-member",
......
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