From 9d47927c63c1b84e987bd218f4af54c5057b33ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=88=90?= Date: Wed, 8 Oct 2025 16:20:17 +0800 Subject: [PATCH] 1 --- src/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/index.js b/src/index.js index fba7a07..224b7e7 100644 --- a/src/index.js +++ b/src/index.js @@ -12,6 +12,12 @@ * - Vuex 状态管理 */ +// ==================== 样式文件 ==================== +import './assets/css/animate.css' +import './assets/css/base.less' +import './assets/css/ivewExpand.less' +import './assets/icons/iconfont.css' + // ==================== 工具库 ==================== import uiTool from './utils/uiTool' import http from './utils/http'