Commit 760d19ba authored by 黄韬's avatar 黄韬

Merge branch '20250528-dev-ht' into 'dev'

fix: 去除mock

See merge request sparkprojects/20250528_FHQ1!10
parents 009b3117 eaf80157
......@@ -12,10 +12,7 @@ const globalStore = useGlobalStore();
export const useUserStore = defineStore("userInfo", {
state: () => {
return {
userInfo: {
// memberId: "12",
// memberName: "hzt",
},
userInfo: null,
babyInfo: null,
};
},
......
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