|
|
@@ -2,8 +2,8 @@ import axios from "axios";
|
|
|
|
|
|
function getConfig() {
|
|
|
return {
|
|
|
- baseURL: "http://192.168.1.109:32080",
|
|
|
- // baseURL: "/",
|
|
|
+ // baseURL: "http://192.168.1.109:32080",
|
|
|
+ baseURL: "/",
|
|
|
noNeedInterceptor: false,
|
|
|
headers: {
|
|
|
Authorization: localStorage.getItem("token"),
|