更新 'flowable-engine-web/src/api/request.js' #32

Merged
clay merged 1 commits from master into pro 2023-03-01 08:01:58 +00:00
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ Vue.prototype.$axios = axios;
// 字体图标
export function getBaseUrl(){
// return "http://gateway.mytwins.top"
return "http://localhost:8000"
return "http://gateway.mytwins.top"
// return "http://localhost:8000"
}
const service = axios.create({