Commit 16e194c8 authored by Mac's avatar Mac

1

parent 165c3040
......@@ -294,6 +294,14 @@ export default new Router({
path: '/addplate',
name: 'addplate',
component: resolve => require(['@/components/blindDate/addplate'], resolve),
},{
path: '/starsList',//相亲里面的星星充值列表
name: 'starsList',
component: resolve => require(['@/components/blindDate/starsList'], resolve),
},{
path: '/addstars',//相亲里面的星星充值管理
name: 'addstars',
component: resolve => require(['@/components/blindDate/addstars'], resolve),
}, ]
},
{
......
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