Commit 3bc77f4d by kingboy_xin

no message

parent 80106bcb
......@@ -51,12 +51,12 @@ export default new Router({
{ //费用管理主页
path: 'gpEexpense',
name: 'gpEexpense',
component: () => import('views/gp/expense/GpExpenseHome.vue'),
component: () => import('views/gp/expense/ContractAnalysis.vue'),
children:[
{
{ //费用管理签约
path: 'gpEexp',
name: 'gpEexp',
component: () => import('views/gp/expense/GpExpenseHome.vue'),
component: () => import('views/gp/expense/ContractAnalysis.vue'),
},
{ //费用管理就诊
path: 'gpVisit',
......
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