From 80dc40d2a075f45fb792332cbc4182676457c54f Mon Sep 17 00:00:00 2001 From: ndbs Date: Fri, 8 Sep 2023 15:53:58 +0800 Subject: [PATCH] =?UTF-8?q?app2.0=20=E6=B5=81=E7=A8=8B=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E5=8F=96=E6=B6=88=E5=AE=A1=E6=89=B9=E6=84=8F=E8=A7=81=E5=BF=85?= =?UTF-8?q?=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Learun.Framework.Ultimate V7/LearunApp-2.2.0/config.js | 4 ++-- .../LearunApp-2.2.0/pages/nworkflow/myflow/sign.vue | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) 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({