From c1162e0cfd6d2b7455fee53f1235e142e1d83ecf Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期四, 14 十一月 2024 14:40:25 +0800 Subject: [PATCH] 修改数据管理 --- src/main.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main.ts b/src/main.ts index 418cb0c..ad8cab7 100644 --- a/src/main.ts +++ b/src/main.ts @@ -6,6 +6,7 @@ import { i18n } from '/@/i18n/index'; import other from '/@/utils/other'; import "@amap/amap-jsapi-types"; +import '/@/extend'; import ElementPlus from 'element-plus'; import '/@/theme/index.scss'; -- Gitblit v1.9.3