实现大部分页面前后端互通

This commit is contained in:
2026-07-17 15:48:36 +08:00
parent a9ccdab421
commit 2e7c2ced43
7 changed files with 560 additions and 215 deletions
+9 -3
View File
@@ -50,15 +50,21 @@
"list": [
{
"pagePath": "pages/index/index",
"text": "首页"
"text": "首页",
"iconPath": "static/icon/shouye.png",
"selectedIconPath": "static/icon/shouye.png"
},
{
"pagePath": "pages/search/search",
"text": "课程"
"text": "课程",
"iconPath": "static/icon/jianshen.png",
"selectedIconPath": "static/icon/jianshen.png"
},
{
"pagePath": "pages/profile/profile",
"text": "我的"
"text": "我的",
"iconPath": "static/icon/wode.png",
"selectedIconPath": "static/icon/wode.png"
}
]
},