去除unicloud空间绑定,修复已知错误
This commit is contained in:
@ -1,5 +1,13 @@
|
||||
/**
|
||||
* @Author: 嗨噜客(三亚)<fm453>
|
||||
* @Date: 2023-07-19 16:03:07
|
||||
* @FilePath: store/index.js
|
||||
* @Description:
|
||||
* @Email: 393213759@qq.com
|
||||
* Copyright (c) 2025 by www.hiluker.cn, All Rights Reserved.
|
||||
*/
|
||||
import user from '@/store/modules/user.js' //主项目的user信息及操作
|
||||
import userCloud from '@/store/modules/userCloud.js' //unistarter云端处理的用户信息
|
||||
// import userCloud from '@/store/modules/userCloud.js' //unistarter云端处理的用户信息
|
||||
let store;
|
||||
|
||||
// #ifndef VUE3
|
||||
@ -9,7 +17,7 @@ Vue.use(Vuex)
|
||||
store = new Vuex.Store({
|
||||
modules: {
|
||||
user,
|
||||
userCloud
|
||||
// userCloud
|
||||
},
|
||||
strict: true
|
||||
})
|
||||
@ -22,7 +30,7 @@ import {
|
||||
store = createStore({
|
||||
modules: {
|
||||
user,
|
||||
userCloud
|
||||
// userCloud
|
||||
}
|
||||
})
|
||||
// #endif
|
||||
|
Reference in New Issue
Block a user