Explorar o código

增加加载跳转判断

htc hai 10 meses
pai
achega
069f9d0426
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      App.vue

+ 2 - 0
App.vue

@@ -6,6 +6,8 @@
 		onShow: function() {
 			console.log('App Show')
 			this.autoUpdate();
+			if(uni.getStorageSync('userInfo')) uni.reLaunch({ url:'/pages/home/index' })
+			else uni.reLaunch({ url:'/pages/login/index' })
 		},
 		onHide: function() {
 			console.log('App Hide')