Compare commits

..

No commits in common. "b3b71364e02310e1e8700854487042e7b1aaebce" and "5fa36642254ad8d5061b4d4b16ca86654c4d4652" have entirely different histories.

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: 'get',
params: data,
method: 'post',
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.81:39080`,//旭/
target: `http://192.168.2.82:39080`,//旭/
// target: `http://10.40.92.138:28080`, //帅
// target: `http://192.168.2.218:39080`, //福
// target: `http://192.168.2.120:39080`, //跃o
// target: `http://192.168.2.120:39080`, //跃
//******** 注意事项 ********* */
//1.全局替换qrUrl二维码扫码提供的网址-发布服务器的地址target;