From b0c18ffdd902345cf391912af8da79ae7fd9876a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Mon, 2 May 2022 00:01:34 +0800 Subject: [PATCH] =?UTF-8?q?docs(main.ts):=20=E6=B3=A8=E9=87=8A=E5=AE=8C?= =?UTF-8?q?=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 5f378589f796951fd579470cab6984cf94a3d53a --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 9e33b397..ceaea6aa 100644 --- a/src/main.ts +++ b/src/main.ts @@ -18,7 +18,7 @@ import i18n from "@/lang/index"; // 自定义样式 import '@/styles/index.scss' -// 根据字典编码获取字典列表 +// 根据字典编码获取字典列表全局方法 import {listDictsByCode} from '@/api/system/dict' const app = createApp(App)