diff --git a/main.js b/main.js
index 76f8d808..5f35f937 100644
--- a/main.js
+++ b/main.js
@@ -93,11 +93,11 @@ if (process.env.NODE_ENV === 'development') {
} else {
// 生产环境
console.log('生产环境')
- Vue.prototype.url_config = 'http://117.146.73.156:9809/'// 中新建项目
- Vue.prototype.work_url = 'http://117.146.73.156:19997'// 工作流地址 通用
+ // Vue.prototype.url_config = 'http://117.146.73.156:9809/'// 中新建项目
+ // Vue.prototype.work_url = 'http://117.146.73.156:19997'// 工作流地址 通用
// Vue.prototype.url_config = 'http://121.37.106.37:9809/' // 测试环境
- // Vue.prototype.url_config = 'http://101.43.164.214:11111/'
- // Vue.prototype.work_url = 'http://101.43.164.214:11131'// 工作流地址 通用
+ Vue.prototype.url_config = 'http://101.43.164.214:11111/'
+ Vue.prototype.work_url = 'http://101.43.164.214:11131'// 工作流地址 通用
// Vue.prototype.url_config = 'http://10.168.1.105:11111/' // 线上地址
// Vue.prototype.url_config = 'http://10.168.1.104:11111/' // 线上地址
// Vue.prototype.url_config = 'http://47.93.215.234:9809/' // 鞍钢线上地址(弃用)
diff --git a/manifest.json b/manifest.json
index 092338c9..8ac99f7e 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,8 +2,8 @@
"name" : "智慧安全", //中建四局
"appid" : "__UNI__4AA4101",
"description" : "",
- "versionName" : "1.3.6",
- "versionCode" : 136,
+ "versionName" : "1.3.8",
+ "versionCode" : 138,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
diff --git a/pages/projectEnd/laborManage/clockIn.vue b/pages/projectEnd/laborManage/clockIn.vue
index 9ca2683d..6831efde 100644
--- a/pages/projectEnd/laborManage/clockIn.vue
+++ b/pages/projectEnd/laborManage/clockIn.vue
@@ -1,71 +1,4 @@
-
-
-
-
-
-
-
-
-
- {{realName}}
-
-
-
-
-
-
-
-
- 上班
-
-
-
- {{enterTime}} 已打卡
-
-
- 未打卡
-
-
-
-
- 下班
-
-
-
- {{outTime}}已打卡
-
-
- 未打卡
-
-
-
-
-
-
-
- {{!attendenceData.enterTime?'上班':!attendenceData.outTime?'下班':'更新'}}打卡
-
-
- {{nowTime}}
-
-
-
- 已进入考勤范围:{{electricFence.addr}}
-
-
- 未进入考勤区域
-
-
-
-
-
@@ -227,255 +160,6 @@