Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
member
member
Commits
b4c021cf
Commit
b4c021cf
authored
Nov 25, 2021
by
chenyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: update
parent
7f7af804
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
16 deletions
+30
-16
index.js
src/router/index.js
+30
-16
No files found.
src/router/index.js
View file @
b4c021cf
...
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment