mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update app.js
This commit is contained in:
parent
3714683d80
commit
810cf7b625
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
router.beforeEach(function (to, fr, next) {
|
router.beforeEach(function (to, fr, next) {
|
||||||
|
|
||||||
const page = to.fullPath;
|
let page = to.fullPath;
|
||||||
if (to.fullPath === '/') {
|
if (to.fullPath === '/') {
|
||||||
page = './static/template/index.vue';
|
page = './static/template/index.vue';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user