数据中心添加周三开发 周四演示
This commit is contained in:
parent
ee50442c66
commit
7954bc2332
|
@ -292,7 +292,15 @@ export default {
|
||||||
{
|
{
|
||||||
label: '<',
|
label: '<',
|
||||||
value: '4'
|
value: '4'
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
label: 'like',
|
||||||
|
value: '5'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'notLike',
|
||||||
|
value: '6'
|
||||||
|
},
|
||||||
|
|
||||||
],//对比类型options
|
],//对比类型options
|
||||||
connectionSymbolOptions: [
|
connectionSymbolOptions: [
|
||||||
|
|
|
@ -40,12 +40,12 @@ module.exports = {
|
||||||
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
||||||
[process.env.VUE_APP_BASE_API]: {
|
[process.env.VUE_APP_BASE_API]: {
|
||||||
// target: `http://hzya.ufyct.com:9067/`,
|
// 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://127.0.0.1:9081/`,
|
||||||
// target: `http://192.168.2.78:9999`,
|
// target: `http://192.168.2.78:9999`,
|
||||||
// target: `http://192.168.2.85:9999`,
|
// target: `http://192.168.2.85:9999`,
|
||||||
// target: `http://192.168.2.78:8080`,
|
// 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.185:9999`,
|
||||||
// target: `http://192.168.2.83:9999`,
|
// target: `http://192.168.2.83:9999`,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
|
|
Loading…
Reference in New Issue