wangguoyu 4 ヶ月 前
コミット
d2930efb8e
1 ファイル変更3 行追加1 行削除
  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() {