|
@@ -31,6 +31,7 @@ const phoneMobileCard = () => import('@/pages/phoneSubPages/phoneMobileCard');
|
|
|
const phoneReconciliation = () => import('@/pages/phoneSubPages/phoneReconciliation');
|
|
|
const phoneView = () => import('@/pages/phoneSubPages/phoneView');
|
|
|
const phoneDoc = () => import('@/pages/phoneSubPages/phoneDoc');
|
|
|
+const Equity = () => import('@/pages/subPages/equity');
|
|
|
|
|
|
Vue.use(VueRouter)
|
|
|
|
|
@@ -84,6 +85,12 @@ Vue.use(VueRouter)
|
|
|
name:'mobileCard',
|
|
|
component:MobileCard
|
|
|
},
|
|
|
+ // 权益提单
|
|
|
+ {
|
|
|
+ path:'/equity',
|
|
|
+ name:'equity',
|
|
|
+ component: Equity
|
|
|
+ },
|
|
|
// 接口文档
|
|
|
{
|
|
|
path:'/interfaceDoc',
|