|
@@ -3,7 +3,7 @@ import { defineStore } from 'pinia'
|
|
|
|
|
|
export const useUserStore = defineStore('user', () => {
|
|
|
const token = ref(localStorage.getItem('token'))
|
|
|
- const openId = ref('o3S0L1Hyd3O0vYI2Kr1lFDEtEO2k'||localStorage.getItem('openId'))
|
|
|
+ const openId = ref(localStorage.getItem('openId'))
|
|
|
const info = ref({
|
|
|
userName: '我的测试',
|
|
|
orderSn: '',
|