From 404ce868eec06566420c58c683dee54fc9ecff2a Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期四, 20 七月 2023 10:27:03 +0800 Subject: [PATCH] no message --- uniapp/manifest.json | 4 ++-- uniapp/utils/config.js | 4 ++-- uniapp/pages/rankinglist/compareprice.vue | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/uniapp/manifest.json b/uniapp/manifest.json index a97b06a..29c8a25 100644 --- a/uniapp/manifest.json +++ b/uniapp/manifest.json @@ -2,8 +2,8 @@ "name" : "澶ц繑瀹�", "appid" : "__UNI__FC8858A", "description" : "澶ц繑瀹榓pp", - "versionName" : "1.1.4", - "versionCode" : 114, + "versionName" : "1.2.5", + "versionCode" : 125, "transformPx" : false, /* 5+App鐗规湁鐩稿叧 */ "app-plus" : { diff --git a/uniapp/pages/rankinglist/compareprice.vue b/uniapp/pages/rankinglist/compareprice.vue index 747389b..bcd6277 100644 --- a/uniapp/pages/rankinglist/compareprice.vue +++ b/uniapp/pages/rankinglist/compareprice.vue @@ -39,6 +39,7 @@ const value = uni.getStorageSync('userInfo'); console.log(value) this.webviewUrl = encodeURI('http://dfgapp.ushopvip.com/html/compareprice.html?token='+value.token); + //this.webviewUrl = encodeURI('http://appapitest.ushopvip.com/html/compareprice.html?token='+value.token); } }, diff --git a/uniapp/utils/config.js b/uniapp/utils/config.js index 8f94b03..567e57f 100644 --- a/uniapp/utils/config.js +++ b/uniapp/utils/config.js @@ -1,6 +1,6 @@ //const httpUrl = ""; // 鎺ュ彛鍩熷悕 -const httpUrl = "http://appapitest.ushopvip.com"; // 娴嬭瘯鐜鎺ュ彛鍩熷悕 -//const httpUrl = "http://dfgapp.ushopvip.com"; // 鐢熶骇鐜鎺ュ彛鍩熷悕 +//const httpUrl = "http://appapitest.ushopvip.com"; // 娴嬭瘯鐜鎺ュ彛鍩熷悕 +const httpUrl = "http://dfgapp.ushopvip.com"; // 鐢熶骇鐜鎺ュ彛鍩熷悕 const salt = ""; export default { httpUrl:httpUrl, -- Gitblit v1.9.3