From 2e84090b7d52d7fdbc3990ba28ee2c71a5084262 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Sun, 16 Oct 2022 11:20:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 72db96d..927f0da 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,6 @@ JeecgBoot-Vue3采用 Vue3.0、Vite、 Ant-Design-Vue、TypeScript 等新技术 |--------------------|------------------------| | `jeecgboot-vue3` | Vue3版前端代码 | | `jeecg-boot` | JAVA后台(支持微服务) | -| `ant-design-vue-jeecg` |Vue2版前端代码 | - - - -> 入门必看>>[切换Vue3路由](http://vue3.jeecg.com/2671576) ## 技术文档 @@ -68,8 +63,16 @@ yarn install ``` - 配置后台接口地址 +配置文件:.env.development + ```bash -.env.development +#后台接口父地址(必填) +VITE_GLOB_API_URL=/jeecgboot +# 跨域代理,您可以配置多个 ,请注意,没有换行符 +VITE_PROXY = [["/jeecgboot","http://localhost:8080/jeecg-boot"],["/upload", +"http://localhost:3300/upload"]] +#后台接口全路径地址(必填) +VITE_GLOB_DOMAIN_URL=http://localhost:8080/jeecg-boot ``` - run