修复周三测试提出的住数据bug

This commit is contained in:
hyt 2024-08-01 09:57:39 +08:00
parent bfa0b1ca6b
commit eecac2b732
2 changed files with 15 additions and 1 deletions

View File

@ -64,6 +64,19 @@ const formRow = [
}
]
},
{
elCol: [
{
type: 'textrea',
title: '返回脚本',
id: 'backScriptData',
row: 24,
disabled: false,
required: true,
fontSize: 16
}
]
},
{
elCol: [
{

View File

@ -43,9 +43,10 @@ module.exports = {
// 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.85:9999`,
// target: `http://192.168.2.78:8080`,
target: `http://192.168.2.78:9999`,
// target: `http://192.168.2.185:9999`,
// target: `http://192.168.2.83:9999`,
changeOrigin: true,
pathRewrite: {