chore(test): 测试代码
This commit is contained in:
5
App.vue
5
App.vue
@@ -1,6 +1,7 @@
|
||||
<script>
|
||||
import auth from 'common/js/auth.js';
|
||||
import colorList from 'common/js/style_color.js'
|
||||
import { themeConfig } from 'common/js/config-external.js'
|
||||
import configExternal from 'common/js/config-external.js'
|
||||
import {
|
||||
Weixin
|
||||
} from 'common/js/wx-jssdk.js';
|
||||
@@ -62,7 +63,7 @@
|
||||
|
||||
// 主题风格
|
||||
if (uni.getStorageSync('themeStyle')) {
|
||||
this.$store.commit('setThemeStyle', colorList[uni.getStorageSync('themeStyle')]);
|
||||
this.$store.commit('setThemeStyle', configExternal.loadThemeSync(uni.getStorageSync('themeStyle')));
|
||||
}
|
||||
|
||||
// 插件是否存在
|
||||
|
||||
Reference in New Issue
Block a user