数据库问文档重构优化

This commit is contained in:
暮光:城中城
2019-07-05 22:40:40 +08:00
parent 67c6ffc877
commit 1b706019cd
28 changed files with 266 additions and 972 deletions

View File

@@ -1,6 +1,7 @@
import Home from './views/home/Home.vue'
import UserLogin from './views/user/Login.vue'
import UserMyInfo from './views/user/MyInfo.vue'
import UserRouterView from './views/user/RouterView.vue'
import PageShow from './views/page/Show.vue'
@@ -23,6 +24,7 @@ let routes = [
component: UserRouterView,
children: [
{path: 'login', name: '系统登录',component: UserLogin, meta: {fullscreen: true}},
{path: 'myInfo', name: '我的信息',component: UserMyInfo},
]
}, {
path: '/page',