Update request.js
This commit is contained in:
parent
b35f2935ea
commit
1572a59aca
@ -1,7 +1,5 @@
|
||||
|
||||
const baseUrl = 'http://106.53.113.158:8048'; //服务器地址
|
||||
// const baseUrl = 'http://192.168.10.29:8048'; //服务器地址
|
||||
// const baseUrl = 'http://127.0.0.1:8048'; //服务器地址
|
||||
const baseUrl = 'http://192.168.10.29:8048'; //服务器地址
|
||||
// const baseUrl = 'http://127.0.0.1:8048'; //服务器地址
|
||||
|
||||
const get = (url, data) => {
|
||||
let httpDefaultOpts = {
|
||||
@ -120,4 +118,4 @@ export default {
|
||||
get,
|
||||
post,
|
||||
httpTokenRequest
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user