diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
index ee6e5e0b6..e0a1722cc 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js
@@ -13,9 +13,9 @@ export default {
// "webHost":"http://1.190.222.34:9000/",
//本地:
"apiHost": [
- "http://localhost:8088/"
+ "http://192.168.10.58:8003/"
],
- "webHost":"http://localhost:8087/",
+ "webHost":"http://192.168.10.58:8004/",
// 开发环境下自动填充登录账号密码,与接口地址一一对应,只在开发环境下显示
"devAccount": [
{ username: "system", password: "www.qj.com" }
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue
index 2c36ce387..bd1ba783e 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue
@@ -47,7 +47,7 @@
清空签章
-
+
@@ -314,10 +314,10 @@
return
}
- if (!this.remark) {
- this.TOAST(`请签署审批意见`)
- return false;
- }
+ // if (!this.remark) {
+ // this.TOAST(`请签署审批意见`)
+ // return false;
+ // }
this.submitDisable = true
uni.showLoading({