From 9c67e950f98bf189277517f205985052b31f84a9 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 17 Feb 2025 13:12:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=BF=E5=8C=85=E5=95=86=E4=BA=BA=E5=91=98?= =?UTF-8?q?=E5=87=BA=E5=9C=BA=E6=89=B9=E9=87=8F=E5=AE=A1=E6=A0=B8=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=A2=9E=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/aescbc.js | 4 +- .../list/consPersonEnterApprovalList.vue | 65 ++++++++++++++++++- vue.config.js | 4 +- 3 files changed, 67 insertions(+), 6 deletions(-) diff --git a/src/utils/aescbc.js b/src/utils/aescbc.js index aa1625e..cc8912c 100644 --- a/src/utils/aescbc.js +++ b/src/utils/aescbc.js @@ -6,12 +6,12 @@ const cbc_iv = CryptoJS.enc.Utf8.parse('1234567812345678') * 默认参数需要加密 * @type {boolean} */ -const jia_mi = true +const jia_mi = false /** * 默认后台会自动加密 * @type {boolean} */ -const jie_mi = true +const jie_mi = false /** * 加密 * @param word diff --git a/src/views/pro/approval/list/consPersonEnterApprovalList.vue b/src/views/pro/approval/list/consPersonEnterApprovalList.vue index 1a27a07..5cf08d5 100644 --- a/src/views/pro/approval/list/consPersonEnterApprovalList.vue +++ b/src/views/pro/approval/list/consPersonEnterApprovalList.vue @@ -36,7 +36,7 @@ - + + + + + + + 通过 + 驳回 + + + + + + + + 取消 + 确定 + + - diff --git a/vue.config.js b/vue.config.js index 64a3607..80d5b25 100644 --- a/vue.config.js +++ b/vue.config.js @@ -39,9 +39,9 @@ module.exports = { // target: 'http://192.168.0.176:18080', // target: 'http://192.168.0.58:19090', // 杰 // target: 'http://192.168.0.14:18080', // 测试环境 - target: 'http://218.21.27.6:1999/prod-api', // 生产环境 + // target: 'http://218.21.27.6:1999/prod-api', // 生产环境 // target: 'http://192.168.0.38:18080', // 郝志权 - // target: 'http://192.168.2.125:18080', // 梁超 + target: 'http://192.168.2.125:18080', // 梁超 changeOrigin: true, pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: '',