1
This commit is contained in:
@@ -13,8 +13,8 @@ import { MessageBox } from 'element-ui'
|
||||
axios.defaults.headers['Content-Type'] = 'application/json;charset=utf-8'
|
||||
|
||||
const service = axios.create({
|
||||
// baseURL: 'http://192.168.1.78:48082/admin-api',
|
||||
baseURL: 'http://192.168.0.33:48082/admin-api',
|
||||
// baseURL: 'http://192.168.0.33:48082/admin-api',
|
||||
baseURL: 'http://10.70.2.2:8080/admin-api',
|
||||
timeout: 30000,
|
||||
withCredentials: false
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user