wangguoyu 4 bulan lalu
induk
melakukan
d2930efb8e
1 mengubah file dengan 3 tambahan dan 1 penghapusan
  1. 3 1
      App.vue

+ 3 - 1
App.vue

@@ -8,8 +8,10 @@
 	} from "@/utils/common";
 	import cacheManager from "@/utils/cacheManager.js";
 	export default {
+			
 		// creat by wgy 0619  生命周期 钩子  
 		onLaunch: function() {
+			// #ifdef APP-PLUS
 			if (cacheManager.get('auth')) {
 				uni.reLaunch({
 					url: `/pages/study/index`,
@@ -29,7 +31,7 @@
 					}
 				});
 			}
-			
+					// #endif
 		},
 		onShow: function() {