|
@@ -1,33 +1,32 @@
|
|
{
|
|
{
|
|
"pages": [
|
|
"pages": [
|
|
"pages/homepage/homepage",
|
|
"pages/homepage/homepage",
|
|
- "pages/mine/mine"
|
|
|
|
|
|
+ "pages/profile/profile"
|
|
],
|
|
],
|
|
"tabBar": {
|
|
"tabBar": {
|
|
- "color": "#2E3038",
|
|
|
|
- "selectedColor": "#2E3038",
|
|
|
|
- "position": "bottom",
|
|
|
|
- "borderStyle":"black",
|
|
|
|
|
|
+ "color": "rgba(182, 189, 205, 1)",
|
|
|
|
+ "selectedColor": "rgba(46, 48, 56, 1)",
|
|
|
|
+ "backgroundColor": "#ffffff",
|
|
"list": [
|
|
"list": [
|
|
{
|
|
{
|
|
- "selectedIconPath": "static_file/homepageCheck.png",
|
|
|
|
- "iconPath": "static_file/homepage.png",
|
|
|
|
"pagePath": "pages/homepage/homepage",
|
|
"pagePath": "pages/homepage/homepage",
|
|
- "text": "首页"
|
|
|
|
|
|
+ "text": "首页",
|
|
|
|
+ "iconPath": "static_file/homepage.png",
|
|
|
|
+ "selectedIconPath": "static_file/homepageCheck.png"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "selectedIconPath": "static_file/personalCenterCheck.png",
|
|
|
|
|
|
+ "pagePath": "pages/profile/profile",
|
|
|
|
+ "text": "我的",
|
|
"iconPath": "static_file/personalCenter.png",
|
|
"iconPath": "static_file/personalCenter.png",
|
|
- "pagePath": "pages/mine/mine",
|
|
|
|
- "text": "我的"
|
|
|
|
|
|
+ "selectedIconPath": "static_file/personalCenterCheck.png"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
"window": {
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"backgroundTextStyle": "light",
|
|
- "navigationBarTextStyle": "white",
|
|
|
|
- "navigationBarTitleText": "智惠水务",
|
|
|
|
- "navigationBarBackgroundColor": "#07f"
|
|
|
|
|
|
+ "navigationBarBackgroundColor": "#4080FF",
|
|
|
|
+ "navigationBarTitleText": "智慧水务",
|
|
|
|
+ "navigationBarTextStyle": "white"
|
|
},
|
|
},
|
|
"componentFramework": "glass-easel",
|
|
"componentFramework": "glass-easel",
|
|
"sitemapLocation": "sitemap.json",
|
|
"sitemapLocation": "sitemap.json",
|
|
@@ -35,4 +34,4 @@
|
|
"usingComponents": {
|
|
"usingComponents": {
|
|
"t-button": "tdesign-miniprogram/button/button"
|
|
"t-button": "tdesign-miniprogram/button/button"
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|