chore(test): 测试代码

This commit is contained in:
2025-12-29 15:54:00 +08:00
parent 6b5a268955
commit 30403871e7
15 changed files with 394 additions and 99 deletions

View File

@@ -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')));
}
// 插件是否存在