From e603818514e4849cd71c1df6f621a70dc019d156 Mon Sep 17 00:00:00 2001 From: WX <1377869194@qq.com> Date: 星期五, 01 九月 2023 17:56:57 +0800 Subject: [PATCH] 样式修改,openlayer加载影像(未完成) --- src/main.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index 411dca6..33b21bc 100644 --- a/src/main.ts +++ b/src/main.ts @@ -11,7 +11,7 @@ import "./assets/css/global.css"; //鑷�傚簲 import "amfe-flexible/index"; -import zhlocale from "element-plus/lib/locale/lang/zh-cn"; +// import zhlocale from "element-plus/lib/locale/lang/zh-cn"; //绮掑瓙鐗规晥 import VueParticles from "vue-particles"; @@ -23,7 +23,7 @@ } app - .use(ElementPlus, { locale: zhlocale }) + .use(ElementPlus) .use(store) .use(router) .use(VueParticles) -- Gitblit v1.9.3