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,