mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
update static/app.js.
This commit is contained in:
parent
9ff2e55e89
commit
df2e74e3c4
@ -31,7 +31,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
// 添加默认路由
|
// 添加默认路由
|
||||||
router.addRoute({path: '/', redirect: '/static/template/pages/one.vue'});
|
router.addRoute({path: '/', redirect: './static/template/pages/one.vue'});
|
||||||
|
|
||||||
// 路由前置处理
|
// 路由前置处理
|
||||||
router.beforeEach(function (to, fr, next) {
|
router.beforeEach(function (to, fr, next) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user