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
f9649653bf
commit
9e0f35e6c0
@ -6,8 +6,7 @@ window.appRoot = (function (script) {
|
|||||||
;(async () => {
|
;(async () => {
|
||||||
const options = {
|
const options = {
|
||||||
moduleCache: {
|
moduleCache: {
|
||||||
vue: Vue,
|
vue: Vue, less: less
|
||||||
less: less
|
|
||||||
}, getFile(url) {
|
}, getFile(url) {
|
||||||
if (!(/^(https?:)?\/\//)) {
|
if (!(/^(https?:)?\/\//)) {
|
||||||
url = (appRoot + url).replace(/\/+.?\/+/g, '/');
|
url = (appRoot + url).replace(/\/+.?\/+/g, '/');
|
||||||
@ -49,6 +48,9 @@ window.appRoot = (function (script) {
|
|||||||
});
|
});
|
||||||
next();
|
next();
|
||||||
} else {
|
} else {
|
||||||
|
// 删除页面缓存,重新加载
|
||||||
|
delete options.moduleCache[to.fullPath];
|
||||||
|
// 动态注册路由并触发新路由
|
||||||
router.addRoute({name: name, path: to.fullPath, component: () => loadVue(to.fullPath)});
|
router.addRoute({name: name, path: to.fullPath, component: () => loadVue(to.fullPath)});
|
||||||
next({name: name});
|
next({name: name});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user