Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
welfare
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
达摩4.0重构
welfare
Commits
822c3e90
Commit
822c3e90
authored
Feb 26, 2021
by
chenxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: update custom
parent
1f4eeb8a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
4 deletions
+18
-4
head-default.png
src/assets/images/head-default.png
+0
-0
other.js
src/router/other.js
+16
-2
routes.js
src/router/routes.js
+2
-2
custom.vue
src/views/card/setting/custom.vue
+0
-0
No files found.
src/assets/images/head-default.png
View replaced file @
1f4eeb8a
View file @
822c3e90
6.85 KB
|
W:
|
H:
3.17 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/router/
gift-
other.js
→
src/router/other.js
View file @
822c3e90
...
...
@@ -16,7 +16,7 @@ export default [
// }
],
},
// ****通用配置开始****
// ****
礼品-
通用配置开始****
{
path
:
'/setting'
,
component
:
Layout
,
...
...
@@ -68,5 +68,18 @@ export default [
},
],
},
// ****通用配置结束****
// ****礼品-通用配置结束****
// ****卡券-通用配置开始****
{
path
:
'/card-setting'
,
component
:
Layout
,
redirect
:
'/setting/sales-return-setting'
,
children
:
[
{
path
:
'custom'
,
// 设置
component
:
()
=>
import
(
'@/views/card/setting/custom.vue'
),
},
]
}
// ****卡券-通用配置结束****
];
\ No newline at end of file
src/router/routes.js
View file @
822c3e90
...
...
@@ -4,7 +4,7 @@ import cardPackage from './card-package';
import
realGift
from
'./real-gift'
;
import
Layout
from
'@/components/layout/layout'
;
import
virtualGift
from
'./virtual-gift'
;
import
giftOther
from
'./gift-
other'
;
import
other
from
'./
other'
;
// import stockRecord from './stock-record';
import
Performance
from
'./performance'
;
...
...
@@ -13,7 +13,7 @@ export const asyncRoutes = [
...
cardPackage
,
...
realGift
,
...
virtualGift
,
...
giftO
ther
,
...
o
ther
,
// ...stockRecord,
...
Performance
];
...
...
src/views/card/setting/custom.vue
0 → 100644
View file @
822c3e90
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