From cff319d4b5d26fbc1d30790c91d3333a99ffc71d Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Tue, 27 May 2025 09:42:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B5=8C=E5=A5=97=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E9=AB=98=E5=BA=A6=E6=9C=AA=E6=92=91=E6=BB=A1=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GlobalLoading1.vue | 2 +- src/main.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/GlobalLoading1.vue b/src/components/GlobalLoading1.vue index 1f643fa..50e8cdc 100644 --- a/src/components/GlobalLoading1.vue +++ b/src/components/GlobalLoading1.vue @@ -4,7 +4,7 @@
-
+
diff --git a/src/main.js b/src/main.js index d2936cd..1416688 100755 --- a/src/main.js +++ b/src/main.js @@ -9,6 +9,7 @@ import './style/theme/index.css' import './style/theme/common.scss' import 'core-js/stable'; import 'regenerator-runtime/runtime'; +import '@/assets/css/fonts.css'; import LoadingService from './services/loading' import { directive as clickaway } from 'vue-clickaway'; Vue.prototype.$loadingFn = LoadingService