Compare commits

...

2 Commits

Author SHA1 Message Date
BianLzhaoMin b3b71364e0 代码优化 2024-08-26 10:29:24 +08:00
BianLzhaoMin 18904e5223 代码优化 2024-08-23 18:01:54 +08:00
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -44,10 +44,10 @@ 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`, //跃
// target: `http://192.168.2.120:39080`, //跃o
//******** 注意事项 ********* */
//1.全局替换qrUrl二维码扫码提供的网址-发布服务器的地址target;