fix: 手机端新增首页日历功能。
This commit is contained in:
@@ -17,10 +17,16 @@
|
||||
"navigationBarTitleText": "登录"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/calendar/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "首页"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "智聪科技记账平台",
|
||||
"navigationBarTitleText": "资产总览",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
@@ -30,6 +36,7 @@
|
||||
"navigationBarTitleText": "工作台"
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"path": "pages/statistic/index",
|
||||
"style": {
|
||||
@@ -795,11 +802,18 @@
|
||||
"borderStyle": "white",
|
||||
"backgroundColor": "#ffffff",
|
||||
"list": [
|
||||
|
||||
{
|
||||
"pagePath": "pages/calendar/index",
|
||||
"iconPath": "static/images/tabbar/work.png",
|
||||
"selectedIconPath": "static/images/tabbar/work_.png",
|
||||
"text": "首页"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/index",
|
||||
"iconPath": "static/images/tabbar/home.png",
|
||||
"selectedIconPath": "static/images/tabbar/home_.png",
|
||||
"text": "首页"
|
||||
"iconPath": "static/images/tabbar/assets.png",
|
||||
"selectedIconPath": "static/images/tabbar/assets_.png",
|
||||
"text": "资产总览"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/work/index",
|
||||
|
||||
Reference in New Issue
Block a user