|
@@ -4,32 +4,37 @@
|
|
},
|
|
},
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
{
|
|
- "path": "pages/other/about",
|
|
|
|
|
|
+ "path": "pages/index/index",
|
|
"style": {
|
|
"style": {
|
|
- "navigationBarTitleText": "关于我们",
|
|
|
|
|
|
+ "navigationBarTitleText": "",
|
|
"navigationStyle": "custom"
|
|
"navigationStyle": "custom"
|
|
|
|
+
|
|
}
|
|
}
|
|
-
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "pages/user/my",
|
|
|
|
|
|
+ "path": "pages/other/about",
|
|
"style": {
|
|
"style": {
|
|
- "navigationBarTitleText": "我的",
|
|
|
|
- "navigationStyle": "custom"
|
|
|
|
|
|
+ "navigationBarTitleText": "关于我们"
|
|
}
|
|
}
|
|
|
|
+
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "pages/user/login",
|
|
|
|
|
|
+ "path": "pages/government/index",
|
|
"style": {
|
|
"style": {
|
|
- "navigationBarTitleText": "授权登陆"
|
|
|
|
|
|
+ "navigationBarTitleText": "党政服务",
|
|
|
|
+ "enablePullDownRefresh": true,
|
|
|
|
+ "backgroundTextStyle": "dark"
|
|
}
|
|
}
|
|
|
|
+
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "pages/index/index",
|
|
|
|
|
|
+ "path": "pages/travel/index",
|
|
"style": {
|
|
"style": {
|
|
- "navigationBarTitleText": "",
|
|
|
|
- "navigationStyle": "custom"
|
|
|
|
|
|
+ "navigationBarTitleText": "景区",
|
|
|
|
+ "enablePullDownRefresh": true,
|
|
|
|
+ "backgroundTextStyle": "dark"
|
|
}
|
|
}
|
|
|
|
+
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"path": "pages/travel/route",
|
|
"path": "pages/travel/route",
|
|
@@ -37,25 +42,20 @@
|
|
"navigationBarTitleText": "路线",
|
|
"navigationBarTitleText": "路线",
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "pages/government/index",
|
|
|
|
|
|
+ "path": "pages/user/my",
|
|
"style": {
|
|
"style": {
|
|
- "navigationBarTitleText": "党政服务",
|
|
|
|
- "enablePullDownRefresh": true,
|
|
|
|
- "backgroundTextStyle": "dark"
|
|
|
|
|
|
+ "navigationBarTitleText": "我的",
|
|
|
|
+ "navigationStyle": "custom"
|
|
}
|
|
}
|
|
-
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "pages/travel/index",
|
|
|
|
|
|
+ "path": "pages/user/login",
|
|
"style": {
|
|
"style": {
|
|
- "navigationBarTitleText": "景区",
|
|
|
|
- "enablePullDownRefresh": true,
|
|
|
|
- "backgroundTextStyle": "dark"
|
|
|
|
|
|
+ "navigationBarTitleText": "授权登陆"
|
|
}
|
|
}
|
|
-
|
|
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"path": "pages/shop/list",
|
|
"path": "pages/shop/list",
|
|
@@ -64,7 +64,7 @@
|
|
"enablePullDownRefresh": true,
|
|
"enablePullDownRefresh": true,
|
|
"backgroundTextStyle": "dark"
|
|
"backgroundTextStyle": "dark"
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"path": "pages/shop/up",
|
|
"path": "pages/shop/up",
|
|
@@ -72,7 +72,7 @@
|
|
"navigationBarTitleText": "数据上报",
|
|
"navigationBarTitleText": "数据上报",
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"path": "pages/shop/apply",
|
|
"path": "pages/shop/apply",
|
|
@@ -80,7 +80,7 @@
|
|
"navigationBarTitleText": "店铺开通申请",
|
|
"navigationBarTitleText": "店铺开通申请",
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"path": "pages/travel/detail",
|
|
"path": "pages/travel/detail",
|
|
@@ -96,7 +96,7 @@
|
|
"navigationBarTitleText": "个人资料"
|
|
"navigationBarTitleText": "个人资料"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- {
|
|
|
|
|
|
+ {
|
|
"path": "pages/government/detail",
|
|
"path": "pages/government/detail",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "内容详情",
|
|
"navigationBarTitleText": "内容详情",
|