...
|
...
|
@@ -94,7 +94,7 @@ export default { |
|
|
link.setAttribute("type", "text/css");
|
|
|
link.setAttribute("href", `/mj/public/css/sub-sys/aj-web-${theme}.css`);
|
|
|
document.body.insertBefore(link, document.body.firstChild);
|
|
|
console.log('getParams ==>',getParams());
|
|
|
|
|
|
},
|
|
|
reload() {
|
|
|
this.isRouterAlive = false;
|
...
|
...
|
|