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