diff --git a/flowable-engine-web/src/api/request.js b/flowable-engine-web/src/api/request.js index 6fc9891..ecbb5f1 100644 --- a/flowable-engine-web/src/api/request.js +++ b/flowable-engine-web/src/api/request.js @@ -9,8 +9,8 @@ import "element-ui/lib/theme-chalk/index.css"; // 字体图标 export function getBaseUrl(){ - // return "http://gateway.mytwins.top" - return "http://192.168.101.8:8000" + return "http://gateway.mytwins.top" + // return "http://192.168.101.8:8000" // return "http://localhost:8000" }