From c669bee3859a0f7a76109178381227e9f8da7f78 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Mon, 17 Oct 2022 13:10:59 +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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 927f0da..0fa2f20 100644 --- a/README.md +++ b/README.md @@ -63,15 +63,14 @@ yarn install ``` - 配置后台接口地址 +>[info] 说明:把`http://localhost:8080/jeecg-boot` 替换成自己地址即可,其他不用改。 + 配置文件:.env.development ```bash -#后台接口父地址(必填) 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 ```