|
@@ -8,10 +8,9 @@
|
|
|
import {nextTick, ref, watch} from "vue";
|
|
|
import {useAppStore} from "~src/store";
|
|
|
import {useOsTheme} from '~src/plugins/useOsTheme';
|
|
|
-import {setElementMainColor, ulog, getObjValue} from "js-fast-way"
|
|
|
+import {setElementMainColor, getObjValue} from "js-fast-way"
|
|
|
import {getStoreValue, setStoreValue} from "~uti/storage";
|
|
|
import {getVersionJson} from "~api/other";
|
|
|
-import config from '~src/config/index';
|
|
|
|
|
|
//初始变量
|
|
|
const appStore = useAppStore()
|