Commit 881997f7 authored by 黄奎's avatar 黄奎

页面修改

parent 38037211
This diff is collapsed.
......@@ -63,6 +63,11 @@ const routes = [{
component: () =>
import('pages/usercenter/register.vue')
},
{
path: '/customer/:id', //自定义页面
component: () =>
import('pages/customer.vue')
},
]
},
......
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