From fb4084be3fb18539f3a94b37cfc22a82ecd4d8ef Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期日, 05 二月 2023 18:57:20 +0800
Subject: [PATCH] #

---
 App.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/App.vue b/App.vue
index 2b02d83..a0dff61 100644
--- a/App.vue
+++ b/App.vue
@@ -84,8 +84,8 @@
 			]
 		},
 		onShow: function() {
-			// this.getVersion();
-			// this.baseUrll = uni.getStorageSync("baseUrl")
+			this.getVersion();
+			this.baseUrll = uni.getStorageSync("baseUrl")
 			// console.log(this.baseUrll);
 			console.log('App Show')
 		},
@@ -118,7 +118,6 @@
 				let that = this;
 				uni.request({
 					url: that.baseUrll + "/mobile/appUpdate/queryUpdate",
-					// data: {combParam: 'asd'},
 					method:'GET',
 					success(res) {
 						console.log(res);

--
Gitblit v1.9.1