解决uni-app页面初始化跳转问题
1、在manifest.json中将 "alwaysShowBeforeRender" ,"autoclose" 参数都设置成false

2、在app.vue文件中的onLaunch方法里写逻辑判断

阅读量:179
阅读量:58
阅读量:125
阅读量:34
阅读量:53
1、在manifest.json中将 "alwaysShowBeforeRender" ,"autoclose" 参数都设置成false

2、在app.vue文件中的onLaunch方法里写逻辑判断
