|
@@ -8,18 +8,21 @@ const routes = [
|
|
path: '/home',
|
|
path: '/home',
|
|
component: () => import('../views/home/index.vue'),
|
|
component: () => import('../views/home/index.vue'),
|
|
},
|
|
},
|
|
- {
|
|
|
|
- path: '/test/index',
|
|
|
|
- component: () => import('../views/test/index.vue'),
|
|
|
|
- },
|
|
|
|
|
|
+ // 金融数字超市-债权产品
|
|
{
|
|
{
|
|
path: '/supermarket/debt',
|
|
path: '/supermarket/debt',
|
|
component: () => import('../views/supermarket/debt.vue'),
|
|
component: () => import('../views/supermarket/debt.vue'),
|
|
},
|
|
},
|
|
|
|
+ // 金融数字超市 - 股权产品
|
|
{
|
|
{
|
|
path: '/supermarket/stock',
|
|
path: '/supermarket/stock',
|
|
component: () => import('../views/supermarket/stock.vue'),
|
|
component: () => import('../views/supermarket/stock.vue'),
|
|
},
|
|
},
|
|
|
|
+ // 金融机构
|
|
|
|
+ {
|
|
|
|
+ path: '/financial/index',
|
|
|
|
+ component: () => import('../views/financial/index.vue'),
|
|
|
|
+ },
|
|
];
|
|
];
|
|
|
|
|
|
const router = new VueRouter({
|
|
const router = new VueRouter({
|