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/*"