JeecgBoot 2.4 微服务正式版本发布,基于SpringBoot的低代码平台

This commit is contained in:
zhangdaiscott
2020-11-27 15:41:08 +08:00
parent daba929285
commit f451f55593
2 changed files with 1 additions and 2 deletions
@@ -14,7 +14,6 @@ import { ACCESS_TOKEN, TENANT_ID } from "@/store/mutation-types"
// 创建 axios 实例
const service = axios.create({
baseURL: '/jeecg-boot',
baseURL: apiBaseUrl, // api base_url
timeout: 9000 // 请求超时时间
})