From 0863323c8d89742f90c10fc6ea0c1435fd69f58f Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期三, 11 一月 2023 15:12:52 +0800 Subject: [PATCH] 2023/1/11 肖辉 首页图标修改 UI样式修改 --- src/main.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main.js b/src/main.js index ee2faad..5c21072 100644 --- a/src/main.js +++ b/src/main.js @@ -22,15 +22,16 @@ next(); } else { router.push("/login"); + next(); } } else { next(); } }) -// console.log(process.env.VUE_APP_BASE_API); Vue.use(ElementUI); new Vue({ router, store, render: h => h(App) }).$mount('#app') +// Vue.config.devtools=true \ No newline at end of file -- Gitblit v1.8.0