From 6940f37697d9096ec870a8d8744f24bced33b5ba Mon Sep 17 00:00:00 2001 From: Soybean <2570172956@qq.com> Date: Thu, 18 Nov 2021 15:56:58 +0800 Subject: [PATCH] =?UTF-8?q?docs(projects):=20=E6=9B=B4=E6=96=B0README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- tsconfig.json | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2249fee..ca094a7e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@

Soybean Admin


- [![license](https://raw.githubusercontent.com/honghuangdc/project-assets/main/img/license.svg)](LICENSE) @@ -40,7 +39,11 @@ Soybean Admin 是一个基于 Vue3、Vite、Naive UI、TypeScript 的免费中

+### 代码仓库 +**github**:https://github.com/honghuangdc/soybean-admin + +**gitee**:https://gitee.com/honghuangdc/soybean-admin ### 使用 Gitpod diff --git a/tsconfig.json b/tsconfig.json index eb0200ab..05100487 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "jsx": "preserve", "allowSyntheticDefaultImports": true, "sourceMap": true, + "baseUrl": "./", "paths": { "@/*": [ "./src/*"