|
@@ -1,20 +1,7 @@
|
|
|
{
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
|
- {
|
|
|
- "path": "pages/shop/shopIndex/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "运营陪伴",
|
|
|
- "navigationStyle": "custom",
|
|
|
- "enablePullDownRefresh": true
|
|
|
- /* "navigationBarBackgroundColor": "#FFFFFF",*/
|
|
|
- /* "app-plus":{
|
|
|
- "titleNView":{
|
|
|
- "autoBackButton":false
|
|
|
- }
|
|
|
- } */
|
|
|
- }
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
@@ -100,20 +87,20 @@
|
|
|
"enablePullDownRefresh": true
|
|
|
}
|
|
|
},
|
|
|
- // {
|
|
|
- // "path": "pages/shop/shopIndex/index",
|
|
|
- // "style": {
|
|
|
- // "navigationBarTitleText": "运营陪伴",
|
|
|
- // "navigationStyle": "custom",
|
|
|
- // "enablePullDownRefresh": true
|
|
|
- // /* "navigationBarBackgroundColor": "#FFFFFF",*/
|
|
|
- // /* "app-plus":{
|
|
|
- // "titleNView":{
|
|
|
- // "autoBackButton":false
|
|
|
- // }
|
|
|
- // } */
|
|
|
- // }
|
|
|
- // },
|
|
|
+ {
|
|
|
+ "path": "pages/shop/shopIndex/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "运营陪伴",
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "enablePullDownRefresh": true
|
|
|
+ /* "navigationBarBackgroundColor": "#FFFFFF",*/
|
|
|
+ /* "app-plus":{
|
|
|
+ "titleNView":{
|
|
|
+ "autoBackButton":false
|
|
|
+ }
|
|
|
+ } */
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
"path": "pages/shop/shopIndex/reviews",
|
|
|
"style": {
|
|
@@ -182,7 +169,17 @@
|
|
|
}
|
|
|
|
|
|
|
|
|
- ],
|
|
|
+ ,{
|
|
|
+ "path" : "pages/shop/shopIndex/reviewsContent",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "点评",
|
|
|
+ "navigationBarBackgroundColor": "#FFFFFF",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ],
|
|
|
"globalStyle": {
|
|
|
"navigationBarTextStyle": "black",
|
|
|
"navigationBarTitleText": "uni-app",
|