代码优化
This commit is contained in:
parent
18904e5223
commit
b3b71364e0
|
|
@ -39,8 +39,8 @@ export function addOrUpdateWhole(data) {
|
|||
export function searchSelectList(data = {}) {
|
||||
return request({
|
||||
url: selectListUrl,
|
||||
method: 'post',
|
||||
data,
|
||||
method: 'get',
|
||||
params: data,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ module.exports = {
|
|||
|
||||
// target: `http://192.168.2.141:39080`, //超
|
||||
// target: `http://10.40.92.81:8080`, //韩/
|
||||
target: `http://192.168.2.82:39080`,//旭/
|
||||
target: `http://192.168.2.81:39080`,//旭/
|
||||
// target: `http://10.40.92.138:28080`, //帅
|
||||
// target: `http://192.168.2.218:39080`, //福
|
||||
// target: `http://192.168.2.120:39080`, //跃o
|
||||
|
|
|
|||
Reference in New Issue