diff --git a/src/App.vue b/src/App.vue
index 90949588..7706c29b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,6 +1,13 @@
-
+
+
+
diff --git a/src/main.ts b/src/main.ts
index 7ab191db..4c4110dd 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -6,8 +6,6 @@ import router from './router';
import Particles from 'vue3-particles';
import common from '@/utils/common';
-import ElementPlus from 'element-plus';
-import zhCn from 'element-plus/es/locale/lang/zh-cn';
//default styles
import Vue3DraggableResizable from 'vue3-draggable-resizable'
import 'vue3-draggable-resizable/dist/Vue3DraggableResizable.css'
@@ -21,9 +19,6 @@ app.config.globalProperties.$common = common;
app.use(router);
app.use(Particles);
app.use(Vue3DraggableResizable);
-app.use(ElementPlus, {
- locale: zhCn,
-});
// 全局注册 状态管理(store)
setupStore(app);