添加图标和页面
This commit is contained in:
@@ -2,17 +2,44 @@
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/agreement/agreement",
|
||||
"pages/my/my"
|
||||
"pages/my/my",
|
||||
"pages/processEntry/processEntry"
|
||||
],
|
||||
"window": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "Weixin",
|
||||
"navigationBarTitleText": "易宝赞管理系统普惠版",
|
||||
"navigationBarBackgroundColor": "#ffffff"
|
||||
},
|
||||
"componentFramework": "glass-easel",
|
||||
"lazyCodeLoading": "requiredComponents",
|
||||
"usingComponents": {
|
||||
"page-plugin": "pages/components/page-plugin"
|
||||
"page-plugin": "pages/components/page-plugin",
|
||||
"t-button": "tdesign-miniprogram/button/button"
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#333333",
|
||||
"selectedColor": "#0052d9",
|
||||
"borderStyle": "black",
|
||||
"list": [
|
||||
{
|
||||
"iconPath": "assets/home.png",
|
||||
"selectedIconPath": "assets/home2.png",
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "首页"
|
||||
},
|
||||
{
|
||||
"iconPath": "assets/scan.png",
|
||||
"selectedIconPath": "assets/scan2.png",
|
||||
"pagePath": "pages/processEntry/processEntry",
|
||||
"text": "扫码"
|
||||
},
|
||||
{
|
||||
"iconPath": "assets/user.png",
|
||||
"selectedIconPath": "assets/user2.png",
|
||||
"pagePath": "pages/my/my",
|
||||
"text": "我的"
|
||||
}
|
||||
]
|
||||
},
|
||||
"resolveAlias": {
|
||||
"@/*": "/*"
|
||||
|
||||
Reference in New Issue
Block a user