update mp-weixin warn

This commit is contained in:
RuoYi
2025-06-14 13:55:09 +08:00
parent 60a4028047
commit 61b10b61fd
3 changed files with 11 additions and 9 deletions

View File

@@ -1,7 +1,9 @@
import { createPinia } from 'pinia'
import { useUserStore } from './modules/user'
import { useConfigStore } from './modules/config'
const pinia = createPinia()
export default pinia
export { useUserStore } from './modules/user'
export { useConfigStore } from './modules/config'
export { useUserStore, useConfigStore }