Commit eaf80157 authored by tao.huang's avatar tao.huang

fix: 去除mock

parent 19462a4a
......@@ -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