Compare commits
2 Commits
5fa3664225
...
b3b71364e0
| Author | SHA1 | Date |
|---|---|---|
|
|
b3b71364e0 | |
|
|
18904e5223 |
|
|
@ -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,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Reference in New Issue