Ver código fonte

优化app.vue

ZaiZai 2 anos atrás
pai
commit
66195c307a
2 arquivos alterados com 2 adições e 3 exclusões
  1. 1 1
      public/version.json
  2. 1 2
      src/App.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20230705174509"
+  "value": "20230705181133"
 }

+ 1 - 2
src/App.vue

@@ -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()