From 015723541ee16f1047a9fe7362bd108d046497da Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Thu, 05 Aug 2021 14:23:12 +0800
Subject: [PATCH] 版本更新

---
 pages/clockSignIn/clockSignIn.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/clockSignIn/clockSignIn.vue b/pages/clockSignIn/clockSignIn.vue
index b6f839d..b225552 100644
--- a/pages/clockSignIn/clockSignIn.vue
+++ b/pages/clockSignIn/clockSignIn.vue
@@ -82,7 +82,7 @@
 			this.getOneselfInFo();
 			//long 转换为字符串
 			var code = JSON.stringify(this.$store.state.puserID.toString());
-			this.urls = "http://s16s652780.51mypc.cn/xcxjingqingmap_clock_sign_in/xcxmap.html?snumber="+code;
+			this.urls = "http://223.82.109.183:2082/xcxjingqingmap_clock_sign_in/xcxmap.html?snumber="+code;
 		},
 		methods: {
 			//获取当前位置信息
@@ -154,7 +154,7 @@
 			    var that = this;
 			    //保安信息查询
 				uni.request({
-					url:'http://s16s652780.51mypc.cn/api/blade-user/details?id='+this.$store.state.puserID,
+					url:that.$store.state.piAPI + '/blade-user/details?id='+this.$store.state.puserID,
 					method:'POST',
 					success(resdata) {
 						that.name = resdata.data.data.realName;

--
Gitblit v1.9.3