From 790ff2b7d20d1125fb0993503162b7d423275137 Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期五, 29 三月 2024 16:36:58 +0800 Subject: [PATCH] 更改首页智慧工厂路径跳转 --- src/main.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index f22e18f..91c991c 100644 --- a/src/main.js +++ b/src/main.js @@ -2,6 +2,7 @@ import App from './App.vue' import ElementUI from 'element-ui'; import 'element-ui/lib/theme-chalk/index.css'; +import '@/assets/styles/reset.css' Vue.config.productionTip = false Vue.use(ElementUI); -- Gitblit v1.8.0