Commit 98038b88 authored by 华国豪's avatar 华国豪 🙄
parents abd57c3f 521eac60
...@@ -787,7 +787,7 @@ export default { ...@@ -787,7 +787,7 @@ export default {
}, },
getTitleByRouter(name){ getTitleByRouter(name){
let obj={} let obj={}
routerConfig.routes[8].children[10].children.forEach(x=>{ routerConfig.routes[9].children[10].children.forEach(x=>{
if(x.name==name){ if(x.name==name){
obj.comp=x.component obj.comp=x.component
if(x.meta && x.meta.title) if(x.meta && x.meta.title)
......
This diff is collapsed.
...@@ -22,6 +22,11 @@ export default { ...@@ -22,6 +22,11 @@ export default {
name: 'VisaPersonalFormTuan', name: 'VisaPersonalFormTuan',
component: resolve => require(['@/components/VisaPersonalFormTuan'], resolve), component: resolve => require(['@/components/VisaPersonalFormTuan'], resolve),
}, },
{ //签证个人申请表信息
path: '/VisaPersonalFormSell',
name: 'VisaPersonalFormSell',
component: resolve => require(['@/components/VisaPersonalFormSell'], resolve),
},
{ //财务打印页面 { //财务打印页面
path: '/PrintPage', path: '/PrintPage',
name: 'PrintPage', name: 'PrintPage',
......
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