Commit 624dcb91 authored by spc's avatar spc

新增入口

parent 2801f754
...@@ -460,8 +460,19 @@ onMounted(async () => { ...@@ -460,8 +460,19 @@ onMounted(async () => {
}, },
"title": "生长测评" "title": "生长测评"
} }
const b = {
"bgUrl": "my/babytest.png",
"desc": "喂养记录",
"link": {
"extra": {babyId: babyId.value},
"type": 1,
"url": "/pages/feedingIndex/feedingIndex"
},
"title": "喂养记录"
}
toolList.value.push(a); toolList.value.push(a);
toolList.value.push(b);
}); });
watch([() => userStore.userInfo, () => userStore.babyInfo], () => { watch([() => userStore.userInfo, () => userStore.babyInfo], () => {
......
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