From 7991973cf4c25527e227b80192e0bd087cfcee58 Mon Sep 17 00:00:00 2001 From: “dzb” <2632970487@qq.com> Date: 星期二, 27 九月 2022 18:26:25 +0800 Subject: [PATCH] 完善系统设置的基本设置 --- src/main.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main.js b/src/main.js index 9a5d68f..8ea7900 100644 --- a/src/main.js +++ b/src/main.js @@ -15,7 +15,7 @@ import api from "./utils/request" Vue.prototype.$axios=api console.log(process.env.VUE_APP_BASE_API); -Vue.use(ElementUI) +Vue.use(ElementUI); new Vue({ router, store, -- Gitblit v1.8.0