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
0d6942901a
commit
e71331015e
@ -30,6 +30,7 @@
|
|||||||
|
|
||||||
router.beforeEach(function (to, fr, next) {
|
router.beforeEach(function (to, fr, next) {
|
||||||
console.log(fr.fullPath, '-- to -->', to.fullPath)
|
console.log(fr.fullPath, '-- to -->', to.fullPath)
|
||||||
|
|
||||||
if (router.hasRoute(to.fullPath)) {
|
if (router.hasRoute(to.fullPath)) {
|
||||||
next();
|
next();
|
||||||
} else {
|
} else {
|
||||||
@ -37,6 +38,7 @@
|
|||||||
router.addRoute({name: to.fullPath, path: to.fullPath, component: loadVueFile(page)});
|
router.addRoute({name: to.fullPath, path: to.fullPath, component: loadVueFile(page)});
|
||||||
next({name: to.fullPath});
|
next({name: to.fullPath});
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
router.afterEach(function (to) {
|
router.afterEach(function (to) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user