|
@@ -1,5 +1,6 @@
|
|
{
|
|
{
|
|
"pages": [
|
|
"pages": [
|
|
|
|
+ "pages/login/login",
|
|
"pages/home/index",
|
|
"pages/home/index",
|
|
"pages/home/list/index",
|
|
"pages/home/list/index",
|
|
"pages/home/newsDetails/index",
|
|
"pages/home/newsDetails/index",
|
|
@@ -38,11 +39,17 @@
|
|
"pages/user/handling/details/assess/index",
|
|
"pages/user/handling/details/assess/index",
|
|
"pages/user/complaint/complaint",
|
|
"pages/user/complaint/complaint",
|
|
"pages/test/test",
|
|
"pages/test/test",
|
|
- "pages/user/complaintDetail/complaintDetail"
|
|
|
|
|
|
+ "pages/user/complaintDetail/complaintDetail",
|
|
|
|
+
|
|
|
|
+ "pages/student/menu/menu",
|
|
|
|
+ "pages/student/application/application",
|
|
|
|
+ "pages/student/facephoto/facephoto",
|
|
|
|
+ "pages/student/statistics/statistics",
|
|
|
|
+ "pages/student/pass/pass"
|
|
],
|
|
],
|
|
"window": {
|
|
"window": {
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
- "navigationBarTitleText": "洛龙区行政服务中心",
|
|
|
|
|
|
+ "navigationBarTitleText": "宿管系统",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTextStyle": "black",
|
|
"backgroundColor": "#f2f2f2",
|
|
"backgroundColor": "#f2f2f2",
|
|
"backgroundTextStyle": "dark"
|
|
"backgroundTextStyle": "dark"
|
|
@@ -50,7 +57,7 @@
|
|
"tabBar": {
|
|
"tabBar": {
|
|
"backgroundColor": "#fff",
|
|
"backgroundColor": "#fff",
|
|
"borderStyle": "black",
|
|
"borderStyle": "black",
|
|
- "selectedColor": "#33ad37",
|
|
|
|
|
|
+ "selectedColor": "#6282f4",
|
|
"color": "#333",
|
|
"color": "#333",
|
|
"list": [
|
|
"list": [
|
|
{
|
|
{
|
|
@@ -60,28 +67,16 @@
|
|
"text": "首页"
|
|
"text": "首页"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "pagePath": "pages/club/index",
|
|
|
|
- "iconPath": "images/weibanju.png",
|
|
|
|
- "selectedIconPath": "images/weibanju-select.png",
|
|
|
|
- "text": "委办局"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "pagePath": "pages/handle/index",
|
|
|
|
- "iconPath": "images/banshi.png",
|
|
|
|
- "selectedIconPath": "images/banshi-select.png",
|
|
|
|
- "text": "服务大厅"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "pagePath": "pages/interaction/index",
|
|
|
|
- "iconPath": "images/hudong.png",
|
|
|
|
- "selectedIconPath": "images/hudong-select.png",
|
|
|
|
- "text": "互动"
|
|
|
|
|
|
+ "pagePath": "pages/student/menu/menu",
|
|
|
|
+ "iconPath": "images/suguan.png",
|
|
|
|
+ "selectedIconPath": "images/suguan-select.png",
|
|
|
|
+ "text": "宿管大厅"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"pagePath": "pages/user/index",
|
|
"pagePath": "pages/user/index",
|
|
- "iconPath": "images/wode.png",
|
|
|
|
- "selectedIconPath": "images/wode-select.png",
|
|
|
|
- "text": "我的"
|
|
|
|
|
|
+ "iconPath": "images/me_default.png",
|
|
|
|
+ "selectedIconPath": "images/me-select.png",
|
|
|
|
+ "text": "个人中心"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -96,11 +91,5 @@
|
|
"desc": "你的位置信息将用于小程序位置接口的效果展示"
|
|
"desc": "你的位置信息将用于小程序位置接口的效果展示"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "plugins": {
|
|
|
|
- "WechatSI": {
|
|
|
|
- "version": "0.0.7",
|
|
|
|
- "provider": "wx069ba97219f66d99"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
"sitemapLocation": "sitemap.json"
|
|
"sitemapLocation": "sitemap.json"
|
|
}
|
|
}
|