|
@@ -29,7 +29,16 @@ const routesMerchant = [
|
|
|
name: 'MerchantCheckSearchResult',
|
|
|
component: () => import('../views/Merchant/Check/SearchResult.vue'),
|
|
|
meta: {
|
|
|
- title: '搜索',
|
|
|
+ title: '搜索结果',
|
|
|
+ }
|
|
|
+ },
|
|
|
+ //登记结果
|
|
|
+ {
|
|
|
+ path: 'result',
|
|
|
+ name: 'MerchantCheckResult',
|
|
|
+ component: () => import('../views/Merchant/Check/Result.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '登记结果',
|
|
|
}
|
|
|
},
|
|
|
]
|