|
@@ -1,6 +1,15 @@
|
|
|
{
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
-
|
|
|
+
|
|
|
+ {
|
|
|
+ "path" : "pages/addjk/activity",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "enablePullDownRefresh": true
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
{
|
|
|
"path": "pages/addjk/choice",
|
|
|
"style": {
|
|
@@ -42,16 +51,17 @@
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "uni-app"
|
|
|
}
|
|
|
- },
|
|
|
- {
|
|
|
- "path" : "pages/addjk/activity",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationStyle": "custom",
|
|
|
- "enablePullDownRefresh": true
|
|
|
- }
|
|
|
-
|
|
|
}
|
|
|
+ // ,
|
|
|
+ // {
|
|
|
+ // "path" : "pages/addjk/activity",
|
|
|
+ // "style" :
|
|
|
+ // {
|
|
|
+ // "navigationStyle": "custom",
|
|
|
+ // "enablePullDownRefresh": true
|
|
|
+ // }
|
|
|
+
|
|
|
+ // }
|
|
|
|
|
|
],
|
|
|
"globalStyle": {
|