Commit 18b0d7dc authored by tanjuanjuan's avatar tanjuanjuan

修改

parent 2cca219d
......@@ -198,7 +198,7 @@
//store.commit('setPersonInfo', info.body.detail);
personStore.person=info.body.detail;
console.log("pinia person")
console.log(typeof personStore.person)
console.log(personStore.person)
//公积金地图
axios.get('https://onemoment.gywb.cn/back/sgy-gjj/gjj/gjjzx', {
params: {
......
......@@ -3,6 +3,6 @@ import { ref } from 'vue';
export const personPinia = defineStore('person', () => {
const person = ref([])
const person = ref(null)
return { person }
})
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment