fix:优化智控台页面的多语言支持

This commit is contained in:
rainv123
2025-09-15 11:32:57 +08:00
parent 3e54a3272a
commit e8d44b13cf
7 changed files with 31 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import ElementUI from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css';
import 'normalize.css/normalize.css'; // A modern alternative to CSS resets
import Vue from 'vue';
import ElementUI from 'element-ui';
import App from './App.vue';
import router from './router';
import store from './store';