From be6538b0638276c2183185308cb9f6a68f2d7241 Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Wed, 19 Jun 2024 17:13:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=90=8E=E5=8F=B0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- src/settings/siteSetting.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5e5af2..ed377eb 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ JeecgBoot-Vue3采用 Vue3.0、Vite、 Ant-Design-Vue4、TypeScript 等新技术 ##### 源码下载 -- JAVA后台源码:https://github.com/jeecgboot/jeecg-boot +- JAVA后台源码:https://github.com/jeecgboot/JeecgBoot ##### 项目说明 diff --git a/src/settings/siteSetting.ts b/src/settings/siteSetting.ts index 234c1ab..331a4c0 100644 --- a/src/settings/siteSetting.ts +++ b/src/settings/siteSetting.ts @@ -1,5 +1,5 @@ // github repo url -export const GITHUB_URL = 'https://github.com/jeecgboot/jeecg-boot'; +export const GITHUB_URL = 'https://github.com/jeecgboot/JeecgBoot'; // vue-Jeecg-admin-next-doc export const DOC_URL = 'https://help.jeecg.com';