fix:修复bug
This commit is contained in:
@@ -221,3 +221,10 @@ export const cancelProductOrder = (OutOrderNo) => {
|
||||
})
|
||||
}
|
||||
|
||||
// 解决丢包风扇未弹出,尝试重新弹出风扇
|
||||
export const deviceRentByOrderNo = (orderNo)=>{
|
||||
return request({
|
||||
url:`/app/order/tryRent/${orderNo}`,
|
||||
method:'post'
|
||||
})
|
||||
}
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
// export const URL = "https://my.gxfs123.com/api" //正式服务器-弃用
|
||||
export const URL = "https://manager.fdzpower.com/api" //正式服务器
|
||||
// export const URL = "https://fansdev.gxfs123.com/api" //测试服务器
|
||||
// export const URL = "https://manager.fdzpower.com/api" //正式服务器
|
||||
export const URL = "https://fansdev.gxfs123.com/api" //测试服务器
|
||||
// export const URL = "http://192.168.5.123:8080" //本地调试
|
||||
// export const URL = "http://127.0.0.1:8080" //本地调试
|
||||
|
||||
|
||||
Reference in New Issue
Block a user