From f451f55593790fe6c2e97b96db0d5b19962f0143 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Fri, 27 Nov 2020 15:41:08 +0800 Subject: [PATCH] =?UTF-8?q?JeecgBoot=202.4=20=E5=BE=AE=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E7=89=88=E6=9C=AC=E5=8F=91=E5=B8=83=EF=BC=8C?= =?UTF-8?q?=E5=9F=BA=E4=BA=8ESpringBoot=E7=9A=84=E4=BD=8E=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=B9=B3=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- ant-design-vue-jeecg/src/utils/request.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f5f243b..e882db44 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Jeecg-Boot低代码开发平台,可以应用在任何J2EE项目的开发中, - 视频教程 :[JeecgBoot入门视频](http://www.jeecg.com/doc/video) -- 常见问题: [入门常见问题](http://bbs.jeecg.com/forum.php?mod=viewthread&tid=7816&extra=page%3D1) +- 常见问题: [入门常见问题Q&A](http://jeecg.com/doc/qa) - 更新日志: [版本日志](http://www.jeecg.com/doc/log) diff --git a/ant-design-vue-jeecg/src/utils/request.js b/ant-design-vue-jeecg/src/utils/request.js index e49bfd75..5c7a669d 100644 --- a/ant-design-vue-jeecg/src/utils/request.js +++ b/ant-design-vue-jeecg/src/utils/request.js @@ -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 // 请求超时时间 })