Browse Source

大更新

ZaiZai 1 year ago
parent
commit
cacd48cf7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/request/index.js

+ 1 - 1
src/api/request/index.js

@@ -1,8 +1,8 @@
 import { HcWarMsg, httpApi } from 'hc-vue3-ui'
+import { useAppStore } from '~src/store'
 import router from '~src/router/index'
 import pinia from '~src/store/init'
 import website from '~src/config'
-import { useAppStore } from '~src/store'
 
 //初始变量
 const store = useAppStore(pinia)