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