Commit 822c3e90 by chenxin

fix: update custom

parent 1f4eeb8a
src/assets/images/head-default.png

6.85 KB | W: | H:

src/assets/images/head-default.png

3.17 KB | W: | H:

src/assets/images/head-default.png
src/assets/images/head-default.png
src/assets/images/head-default.png
src/assets/images/head-default.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -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
......@@ -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,
...giftOther,
...other,
// ...stockRecord,
...Performance
];
......
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