|
@@ -95,6 +95,10 @@
|
|
|
},
|
|
|
created() {
|
|
|
// this.langChange()
|
|
|
+ const windowsUrl = location.href
|
|
|
+ if(windowsUrl.indexOf('style=new') > 0) {
|
|
|
+ localStorage.setItem('themes', 'dark')
|
|
|
+ }
|
|
|
if (localStorage.userInfo != null) {
|
|
|
var user = JSON.parse(localStorage.userInfo);
|
|
|
if(user.moduleList.length > 0) {
|