Compare commits
2 Commits
57039c824b
...
3153f5f9b9
| Author | SHA1 | Date |
|---|---|---|
|
|
3153f5f9b9 | |
|
|
2392ad5e0a |
|
|
@ -10,8 +10,8 @@ Vue.prototype.$axios = axios;
|
||||||
// 字体图标
|
// 字体图标
|
||||||
|
|
||||||
export function getBaseUrl(){
|
export function getBaseUrl(){
|
||||||
// return "http://gateway.mytwins.top"
|
return "http://gateway.mytwins.top"
|
||||||
return "http://localhost:8000"
|
// return "http://localhost:8000"
|
||||||
}
|
}
|
||||||
|
|
||||||
const service = axios.create({
|
const service = axios.create({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue