优化APP打开速度, 新增启动页面
This commit is contained in:
parent
cc27ddd0f9
commit
9ac27fc4aa
3
App.vue
3
App.vue
@ -219,7 +219,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
|
|
||||||
@ -420,7 +419,7 @@
|
|||||||
this.setOpenShare(res.data);
|
this.setOpenShare(res.data);
|
||||||
// #endif
|
// #endif
|
||||||
}).catch(err => {});
|
}).catch(err => {});
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
onHide: function() {
|
onHide: function() {
|
||||||
//console.log('App Hide')
|
//console.log('App Hide')
|
||||||
|
@ -11,8 +11,8 @@ let httpApiFive
|
|||||||
let wsApi
|
let wsApi
|
||||||
|
|
||||||
// 在打包之前请检查当前环境是否正确
|
// 在打包之前请检查当前环境是否正确
|
||||||
// const env = 'dev'; // 开发
|
const env = 'dev'; // 开发
|
||||||
const env = 'prod'; // 生产
|
// const env = 'prod'; // 生产
|
||||||
// const env = 'prew'; // 预上线
|
// const env = 'prew'; // 预上线
|
||||||
|
|
||||||
switch (env) {
|
switch (env) {
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
"ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
|
"ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
|
||||||
},
|
},
|
||||||
"splashscreen" : {
|
"splashscreen" : {
|
||||||
"alwaysShowBeforeRender" : true,
|
"alwaysShowBeforeRender" : false,
|
||||||
"waiting" : true,
|
"waiting" : true,
|
||||||
"autoclose" : true,
|
"autoclose" : true,
|
||||||
"delay" : 0
|
"delay" : 0
|
||||||
@ -165,14 +165,14 @@
|
|||||||
},
|
},
|
||||||
"splashscreen" : {
|
"splashscreen" : {
|
||||||
"useOriginalMsgbox" : true,
|
"useOriginalMsgbox" : true,
|
||||||
"androidStyle" : "common",
|
"androidStyle" : "default",
|
||||||
"iosStyle" : "common",
|
"iosStyle" : "common",
|
||||||
"ios" : {
|
"ios" : {
|
||||||
"storyboard" : "C:/Users/ghf/Downloads/CustomStoryboard.zip"
|
"storyboard" : "C:/Users/ghf/Downloads/CustomStoryboard.zip"
|
||||||
},
|
},
|
||||||
"android" : {
|
"android" : {
|
||||||
"hdpi" : "static/images/guide.png",
|
"hdpi" : "",
|
||||||
"xhdpi" : "static/images/guide.png",
|
"xhdpi" : "",
|
||||||
"xxhdpi" : "static/images/guide.png"
|
"xxhdpi" : "static/images/guide.png"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
54
pages.json
54
pages.json
@ -1,32 +1,5 @@
|
|||||||
{
|
{
|
||||||
"pages": [
|
"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
|
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||||
{
|
{
|
||||||
"path": "pages/index/index",
|
"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",
|
"path": "pages/gather/gather",
|
||||||
"style": {
|
"style": {
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 628 KiB After Width: | Height: | Size: 624 KiB |
Loading…
x
Reference in New Issue
Block a user