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