Update request.js

This commit is contained in:
大发明家 2020-10-10 10:52:04 +08:00 committed by GitHub
parent b35f2935ea
commit 1572a59aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
}