clay : 流程加外层业务 #44

Merged
clay merged 1 commits from master into pro 2023-03-22 14:56:39 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -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://192.168.101.7:8000" // return "http://192.168.101.7:8000"
// return "http://localhost:8000" // return "http://localhost:8000"
} }