代码优化

This commit is contained in:
BianLzhaoMin 2024-08-26 10:29:24 +08:00
parent 18904e5223
commit b3b71364e0
2 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ export function getMaType(query) {
} }
// 设备树 // 设备树
export function getDeviceTypeTree(params = {}){ export function getDeviceTypeTree(params = {}) {
return request({ return request({
url: treeTypeUrl, url: treeTypeUrl,
method: 'post', method: 'post',
@ -39,8 +39,8 @@ export function addOrUpdateWhole(data) {
export function searchSelectList(data = {}) { export function searchSelectList(data = {}) {
return request({ return request({
url: selectListUrl, url: selectListUrl,
method: 'post', method: 'get',
data, params: data,
}) })
} }

View File

@ -44,7 +44,7 @@ module.exports = {
// target: `http://192.168.2.141:39080`, //超 // target: `http://192.168.2.141:39080`, //超
// target: `http://10.40.92.81:8080`, //韩/ // 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://10.40.92.138:28080`, //帅
// target: `http://192.168.2.218:39080`, //福 // target: `http://192.168.2.218:39080`, //福
// target: `http://192.168.2.120:39080`, //跃o // target: `http://192.168.2.120:39080`, //跃o