数据中心添加周三开发 周四演示

This commit is contained in:
hyt 2024-09-06 09:50:11 +08:00
parent ee50442c66
commit 7954bc2332
2 changed files with 11 additions and 3 deletions

View File

@ -292,7 +292,15 @@ export default {
{
label: '<',
value: '4'
}
},
{
label: 'like',
value: '5'
},
{
label: 'notLike',
value: '6'
},
],//options
connectionSymbolOptions: [

View File

@ -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,