Commit affee2f0 authored by 黄奎's avatar 黄奎

新增页面

parent 27397e1e
...@@ -5,17 +5,17 @@ const routes = [{ ...@@ -5,17 +5,17 @@ const routes = [{
children: [{ children: [{
path: '', path: '',
component: () => component: () =>
import('pages/Index.vue') import('pages/index.vue')
}, },
{ {
path: '/Index', path: '/index',
component: () => component: () =>
import('pages/Index.vue') import('pages/index.vue')
}, },
{ {
path: '/About', //关于我们 path: '/about', //关于我们
component: () => component: () =>
import('pages/About.vue') import('pages/about.vue')
}, { }, {
path: '/contract', //契约管理 path: '/contract', //契约管理
component: () => component: () =>
...@@ -48,6 +48,11 @@ const routes = [{ ...@@ -48,6 +48,11 @@ const routes = [{
component: () => component: () =>
import('pages/usercenter/orderlist.vue') import('pages/usercenter/orderlist.vue')
}, },
{
path: '/register', //用户注册
component: () =>
import('pages/usercenter/register.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