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
8f6948c4
Commit
8f6948c4
authored
Oct 23, 2019
by
Kyle_Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
异常会员
parent
daedbfe0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
1 deletions
+17
-1
abnormal-member-option.vue
src/components/wechatmembers/abnormal-member-option.vue
+0
-0
abnormal-member.vue
src/components/wechatmembers/abnormal-member.vue
+0
-0
index.js
src/router/index.js
+17
-1
No files found.
src/components/wechatmembers/abnormal-member-option.vue
0 → 100644
View file @
8f6948c4
This diff is collapsed.
Click to expand it.
src/components/wechatmembers/abnormal-member.vue
0 → 100644
View file @
8f6948c4
This diff is collapsed.
Click to expand it.
src/router/index.js
View file @
8f6948c4
...
...
@@ -257,7 +257,23 @@ export const constantRouterMap = [
path
:
'/img-list'
,
name
:
'/img-list'
,
component
:
_import
(
'photo-album'
,
'img-list'
),
}
},
{
path
:
"/abnormal-member"
,
name
:
"/abnormal-member"
,
component
:
_import
(
"wechatmembers"
,
"abnormal-member"
),
meta
:
{
title
:
"异常会员列表"
}
},
{
path
:
"/abnormal-member-option"
,
name
:
"/abnormal-member-option"
,
component
:
_import
(
"wechatmembers"
,
"abnormal-member-option"
),
meta
:
{
title
:
"异常会员"
}
},
]
}
];
...
...
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