修复周三测试提出的住数据bug
This commit is contained in:
parent
bfa0b1ca6b
commit
eecac2b732
|
@ -64,6 +64,19 @@ const formRow = [
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
elCol: [
|
||||||
|
{
|
||||||
|
type: 'textrea',
|
||||||
|
title: '返回脚本',
|
||||||
|
id: 'backScriptData',
|
||||||
|
row: 24,
|
||||||
|
disabled: false,
|
||||||
|
required: true,
|
||||||
|
fontSize: 16
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
elCol: [
|
elCol: [
|
||||||
{
|
{
|
||||||
|
|
|
@ -43,9 +43,10 @@ module.exports = {
|
||||||
// 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.83:9999`,
|
// target: `http://192.168.2.83:9999`,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
|
|
Loading…
Reference in New Issue