diff --git a/App.vue b/App.vue index e2d92bf..5f1dfab 100644 --- a/App.vue +++ b/App.vue @@ -219,7 +219,6 @@ - }, onShow() { @@ -420,7 +419,7 @@ this.setOpenShare(res.data); // #endif }).catch(err => {}); - } + }, }, onHide: function() { //console.log('App Hide') diff --git a/config/app.js b/config/app.js index 8ec16c4..351524e 100644 --- a/config/app.js +++ b/config/app.js @@ -11,8 +11,8 @@ let httpApiFive let wsApi // 在打包之前请检查当前环境是否正确 -// const env = 'dev'; // 开发 -const env = 'prod'; // 生产 +const env = 'dev'; // 开发 +// const env = 'prod'; // 生产 // const env = 'prew'; // 预上线 switch (env) { diff --git a/manifest.json b/manifest.json index d834f3d..2107d26 100644 --- a/manifest.json +++ b/manifest.json @@ -16,7 +16,7 @@ "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持 }, "splashscreen" : { - "alwaysShowBeforeRender" : true, + "alwaysShowBeforeRender" : false, "waiting" : true, "autoclose" : true, "delay" : 0 @@ -165,14 +165,14 @@ }, "splashscreen" : { "useOriginalMsgbox" : true, - "androidStyle" : "common", + "androidStyle" : "default", "iosStyle" : "common", "ios" : { "storyboard" : "C:/Users/ghf/Downloads/CustomStoryboard.zip" }, "android" : { - "hdpi" : "static/images/guide.png", - "xhdpi" : "static/images/guide.png", + "hdpi" : "", + "xhdpi" : "", "xxhdpi" : "static/images/guide.png" } } diff --git a/pages.json b/pages.json index f1c2448..c12a355 100644 --- a/pages.json +++ b/pages.json @@ -1,32 +1,5 @@ { "pages": [ - //#ifdef APP-PLUS - //启动页 - { - "path": "pages/guide/judge", - "style": { - "enablePullDownRefresh": false, - "onReachBottomDistance": 100, - "navigationStyle": "custom", - "app-plus": { - "contentAdjust": false, - "bounce": "none" - } - } - }, - { - "path": "pages/guide/guide", - "style": { - "enablePullDownRefresh": false, - "onReachBottomDistance": 100, - "navigationStyle": "custom", - "app-plus": { - "contentAdjust": false, - "bounce": "none" - } - } - }, - // #endif //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", @@ -43,6 +16,33 @@ } } }, + //#ifdef APP-PLUS + //启动页 + { + "path": "pages/guide/judge", + "style": { + "enablePullDownRefresh": false, + "onReachBottomDistance": 100, + "navigationStyle": "custom", + "app-plus": { + "contentAdjust": false, + "bounce": "none" + } + } + }, + { + "path": "pages/guide/guide", + "style": { + "enablePullDownRefresh": false, + "onReachBottomDistance": 100, + "navigationStyle": "custom", + "app-plus": { + "contentAdjust": false, + "bounce": "none" + } + } + }, + // #endif { "path": "pages/gather/gather", "style": { diff --git a/static/images/guide.png b/static/images/guide.png index 6ab2b26..c8d61bc 100644 Binary files a/static/images/guide.png and b/static/images/guide.png differ