From 7954bc2332e7efb54de0791172e9f24318cb9196 Mon Sep 17 00:00:00 2001 From: hyt <958868763@qq.com> Date: Fri, 6 Sep 2024 09:50:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=B8=AD=E5=BF=83=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=91=A8=E4=B8=89=E5=BC=80=E5=8F=91=20=E5=91=A8?= =?UTF-8?q?=E5=9B=9B=E6=BC=94=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/masterDataOptions/distribute/settingForm.vue | 10 +++++++++- vue.config.js | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/views/masterDataOptions/distribute/settingForm.vue b/src/views/masterDataOptions/distribute/settingForm.vue index b0296b6..40c5108 100644 --- a/src/views/masterDataOptions/distribute/settingForm.vue +++ b/src/views/masterDataOptions/distribute/settingForm.vue @@ -292,7 +292,15 @@ export default { { label: '<', value: '4' - } + }, + { + label: 'like', + value: '5' + }, + { + label: 'notLike', + value: '6' + }, ],//对比类型options connectionSymbolOptions: [ diff --git a/vue.config.js b/vue.config.js index 2e42864..21233aa 100644 --- a/vue.config.js +++ b/vue.config.js @@ -40,12 +40,12 @@ module.exports = { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { // target: `http://hzya.ufyct.com:9067/`, - target: `http://ufidahz.com.cn:9067/`, + // target: `http://ufidahz.com.cn:9067/`, // target: `http://127.0.0.1:9081/`, // target: `http://192.168.2.78:9999`, // target: `http://192.168.2.85:9999`, // target: `http://192.168.2.78:8080`, - // target: `http://192.168.2.78:9999`, + target: `http://192.168.2.78:9999`, // target: `http://192.168.2.185:9999`, // target: `http://192.168.2.83:9999`, changeOrigin: true,