Commit affee2f0 authored by 黄奎's avatar 黄奎

新增页面

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