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]: '',