实现大部分页面前后端互通
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user