main.js 里面
Vue.prototype.$onLaunched = new Promise(resolve => { Vue.prototype.$isResolve = resolve})
app.vue里面在异步执行完以后
this.$isResolve()