模型类

This commit is contained in:
橙子
2021-10-11 21:50:50 +08:00
parent 543800d0e7
commit 2093d1c78d
38 changed files with 652 additions and 185 deletions

View File

@@ -19,8 +19,9 @@ const router = new VueRouter({
return { x: 0, y: 0 }
},
routes: [layout('Default', [
route('Dashboard'),
route('UserProfile', null, 'components/profile'),
route('Index'),
route('AdmUser', null, 'AdmUser'),
route('AdmRole', null, 'AdmRole'),
])]
})
router.beforeEach((to, from, next) => {