Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
c1337476
Commit
c1337476
authored
Feb 20, 2020
by
chenxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:隐藏route 晚上上线没有这部分
parent
ace2ada0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
34 deletions
+34
-34
card.js
src/router/modules/card.js
+8
-8
message.js
src/router/modules/message.js
+26
-26
No files found.
src/router/modules/card.js
View file @
c1337476
...
...
@@ -211,14 +211,14 @@ export default {
meta
:
{
path
:
'/card/check'
}
},
{
path
:
'destroy'
,
name
:
'卡券销毁'
,
component
:
()
=>
import
(
/* webpackChunkName: "card" */
'../../views/card/destroy-list.vue'
),
meta
:
{
path
:
'/card/destroy'
}
}
// {
// path: 'destroy',
// name: '卡券销毁',
// component: () => import(/* webpackChunkName: "card" */ '../../views/card/destroy-list.vue'),
// meta: {
// path: '/card/destroy'
// }
// }
]
};
src/router/modules/message.js
View file @
c1337476
...
...
@@ -62,32 +62,32 @@ export default {
meta
:
{
path
:
'/message/record'
}
},
{
path
:
'import-send'
,
name
:
'导入发送列表'
,
component
:
()
=>
import
(
/* webpackChunkName: "message" */
'../../views/message/importSendList.vue'
),
meta
:
{
path
:
'/message/importSend'
}
},
{
path
:
'import-send/add'
,
name
:
'手工导入群发'
,
component
:
()
=>
import
(
/* webpackChunkName: "message" */
'../../views/message/importSendForm.vue'
),
meta
:
{
type
:
'add'
,
path
:
'/message/importSend'
}
},
{
path
:
'import-send/info/:id'
,
name
:
'手工导入群发详情'
,
component
:
()
=>
import
(
/* webpackChunkName: "message" */
'../../views/message/importSendForm.vue'
),
meta
:
{
type
:
'info'
,
path
:
'/message/importSend'
}
}
// {
// path: 'import-send',
// name: '导入发送列表',
// component: () => import(/* webpackChunkName: "message" */ '../../views/message/importSendList.vue'),
// meta: {
// path: '/message/importSend'
// }
// },
// {
// path: 'import-send/add',
// name: '手工导入群发',
// component: () => import(/* webpackChunkName: "message" */ '../../views/message/importSendForm.vue'),
// meta: {
// type: 'add',
// path: '/message/importSend'
// }
// },
// {
// path: 'import-send/info/:id',
// name: '手工导入群发详情',
// component: () => import(/* webpackChunkName: "message" */ '../../views/message/importSendForm.vue'),
// meta: {
// type: 'info',
// path: '/message/importSend'
// }
// }
]
};
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