@@ -18,6 +18,9 @@ export default {
this.themeInit()
}
},
+ mounted() {
+ this.themeInit()
+ },
methods:{
themeInit() {
const com = ['purpleCom', 'blueCom', 'greenCom', 'officeBlueCom', 'purpleCom'];
@@ -34,7 +37,6 @@ export default {
// TODO: 根据lbsId动态切换
// this.theme = 'theme-pudong'
// this.theme = 'theme-jingan'
-