From 65f0d497c914e9a43c816f86156a91b70436fe02 Mon Sep 17 00:00:00 2001 From: insistence <3055204202@qq.com> Date: Mon, 29 Jan 2024 23:10:05 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=89=93=E5=8C=85?= =?UTF-8?q?=E5=90=8E=E9=A6=96=E9=A1=B5=E6=A0=B7=E5=BC=8F=E4=B8=A2=E5=A4=B1?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-fastapi-frontend/src/views/dashboard/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ruoyi-fastapi-frontend/src/views/dashboard/index.vue b/ruoyi-fastapi-frontend/src/views/dashboard/index.vue index 42226c2..515fb99 100644 --- a/ruoyi-fastapi-frontend/src/views/dashboard/index.vue +++ b/ruoyi-fastapi-frontend/src/views/dashboard/index.vue @@ -157,6 +157,7 @@ import { Row, Statistic, } from "ant-design-vue"; +import 'ant-design-vue/dist/antd.css'; import Vue from "vue"; Vue.component(Avatar.name, Avatar); -- Gitee From ad66886fd1e9543a7b1ac5eff2fe827ab82155ec Mon Sep 17 00:00:00 2001 From: insistence <3055204202@qq.com> Date: Mon, 29 Jan 2024 23:11:22 +0800 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0README=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8c69ed6..45bc8c8 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ RuoYi-Vue-FastAPI是一套全部开源的快速开发平台,毫无保留给个 * 权限认证使用OAuth2 & Jwt,支持多终端认证系统。 * 支持加载动态权限菜单,多方式轻松权限控制。 * Vue3版本: - - Gitte仓库地址:https://gitee.com/insistence2022/RuoYi-Vue3-FastAPI。 - - GitHub仓库地址:https://github.com/insistence/RuoYi-Vue3-FastAPI。 + - Gitte仓库地址:https://gitee.com/insistence2022/RuoYi-Vue3-FastAPI + - GitHub仓库地址:https://github.com/insistence/RuoYi-Vue3-FastAPI * 纯Python版本: - - Gitte仓库地址:https://gitee.com/insistence2022/dash-fastapi-admin。 - - GitHub仓库地址:https://github.com/insistence/Dash-FastAPI-Admin。 -* 特别鸣谢:[RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue)。 + - Gitte仓库地址:https://gitee.com/insistence2022/dash-fastapi-admin + - GitHub仓库地址:https://github.com/insistence/Dash-FastAPI-Admin +* 特别鸣谢:[RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue) ## 内置功能 -- Gitee