Merge branch 'huyt' of http://ufidahz.com.cn:9015/root/middleground_code_v2 into huyt
This commit is contained in:
commit
6468815ffb
|
@ -9,5 +9,6 @@ module.exports = {
|
|||
// This plugin can significantly increase the speed of hot updates, when you have a large number of pages.
|
||||
'plugins': ['dynamic-import-node']
|
||||
}
|
||||
}
|
||||
},
|
||||
"compact": false
|
||||
}
|
|
@ -96,6 +96,10 @@ const addForm = [
|
|||
id: "3",
|
||||
label: "用友BIP",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
label: "宁波银行",
|
||||
},
|
||||
],
|
||||
fontSize: 16,
|
||||
},
|
||||
|
|
|
@ -64,6 +64,19 @@ const formRow = [
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
elCol: [
|
||||
{
|
||||
type: 'textrea',
|
||||
title: '返回脚本',
|
||||
id: 'backScriptData',
|
||||
row: 24,
|
||||
disabled: false,
|
||||
required: true,
|
||||
fontSize: 16
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
elCol: [
|
||||
{
|
||||
|
|
|
@ -42,7 +42,11 @@ module.exports = {
|
|||
// target: `http://hzya.ufyct.com: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.185:9999`,
|
||||
// target: `http://192.168.2.83:9999`,
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
|
|
Loading…
Reference in New Issue