From 36fbd1e5a40e319e6ac5f43d11c99ba4b66e93a3 Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期三, 29 十一月 2023 16:50:16 +0800 Subject: [PATCH] 坡度分析下载修改 --- src/main.ts | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.ts b/src/main.ts index 411dca6..0e9633a 100644 --- a/src/main.ts +++ b/src/main.ts @@ -3,7 +3,7 @@ import router from "./router"; import store from "./store"; import ElementPlus from "element-plus"; - +import locale from "element-plus/es/locale/lang/zh-cn"; import "element-plus/dist/index.css"; // import "default-passive-events"; import * as ElementPlusIconsVue from "@element-plus/icons-vue"; @@ -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, { locale }) .use(store) .use(router) .use(VueParticles) -- Gitblit v1.9.3