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

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

阅读量:63
阅读量:133
阅读量:52
阅读量:48
阅读量:136
1、在manifest.json中将 "alwaysShowBeforeRender" ,"autoclose" 参数都设置成false

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