From 1213e7e2c846720788dc8b338c9d0211a3ea73a0 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Mon, 17 Oct 2022 17:09:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8521233..d9f50fb 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ JeecgBoot-Vue3采用 Vue3.0、Vite、 Ant-Design-Vue、TypeScript 等新技术 ## 技术文档 -- 开发文档:[http://vue3.jeecg.com](http://vue3.jeecg.com) +- 官方文档:[http://vue3.jeecg.com](http://vue3.jeecg.com) - 官方网站: [http://www.jeecg.com](http://www.jeecg.com) - 在线演示:[http://boot3.jeecg.com](http://boot3.jeecg.com) - 快速入门:[入门视频](https://www.bilibili.com/video/BV1V34y187Y9 "入门视频") | [ 代码生成](http://vue3.jeecg.com/2677352) @@ -92,11 +92,13 @@ yarn build - host设置 +>注意: 需要把`127.0.0.1`替换成真实IP 比如`192.`开头,不然后端不通。 + ```bash 127.0.0.1 jeecg-boot-system 127.0.0.1 jeecg-boot-gateway ``` ->注意: 需要把`127.0.0.1`替换成真实IP 比如`192.`开头,不然后端不通。 + - 下载项目 @@ -104,8 +106,8 @@ yarn build git clone https://github.com/jeecgboot/jeecgboot-vue3.git cd jeecgboot-vue3 - ``` + - 修改后台域名 .env.production