|
@@ -1,6 +1,12 @@
|
|
{
|
|
{
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
+ {
|
|
|
|
+ "path": "pages/logIn/home",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationStyle": "custom"
|
|
|
|
+ }
|
|
|
|
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"path": "pages/index/index",
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"style": {
|
|
@@ -73,7 +79,7 @@
|
|
}, {
|
|
}, {
|
|
"path": "pages/entryReport/entryReport",
|
|
"path": "pages/entryReport/entryReport",
|
|
"style": {
|
|
"style": {
|
|
- "navigationStyle": "custom",
|
|
|
|
|
|
+ "navigationStyle": "custom",
|
|
"enablePullDownRefresh": true
|
|
"enablePullDownRefresh": true
|
|
}
|
|
}
|
|
|
|
|
|
@@ -98,13 +104,13 @@
|
|
}
|
|
}
|
|
} */
|
|
} */
|
|
}
|
|
}
|
|
- },
|
|
|
|
- {
|
|
|
|
- "path": "pages/shop/shopIndex/reviews",
|
|
|
|
- "style": {
|
|
|
|
- "navigationBarTitleText": "点评运营经理",
|
|
|
|
- "navigationBarBackgroundColor": "#FFFFFF"
|
|
|
|
- }
|
|
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path": "pages/shop/shopIndex/reviews",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "点评运营经理",
|
|
|
|
+ "navigationBarBackgroundColor": "#FFFFFF"
|
|
|
|
+ }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"path": "pages/entryReport/entered",
|
|
"path": "pages/entryReport/entered",
|
|
@@ -171,16 +177,15 @@
|
|
"navigationBarTitleText": "点评",
|
|
"navigationBarTitleText": "点评",
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
}
|
|
}
|
|
- },
|
|
|
|
|
|
+ },
|
|
{
|
|
{
|
|
- "path" : "pages/shop/shopIndex/reviewsContent",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText": "点评",
|
|
|
|
- "navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
|
|
+ "path": "pages/shop/shopIndex/reviewsContent",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "点评",
|
|
|
|
+ "navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
|
|
+ }
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"path": "pages/shop/shopIndex/reply",
|
|
"path": "pages/shop/shopIndex/reply",
|
|
"style": {
|
|
"style": {
|
|
@@ -201,8 +206,9 @@
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
- ],
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ ],
|
|
"globalStyle": {
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarTitleText": "uni-app",
|