From 091618590e16bc7e3f989944494b49ab6e98b626 Mon Sep 17 00:00:00 2001 From: “dzb” <2632970487@qq.com> Date: 星期三, 21 九月 2022 09:50:49 +0800 Subject: [PATCH] 注册、查看、修改组件顶部背景色改为白色 --- src/main.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index 79b408f..9a5d68f 100644 --- a/src/main.js +++ b/src/main.js @@ -12,6 +12,9 @@ import './assets/icons' // 寮曞叆鍏ㄥ眬鏍峰紡 import '@/styles/index.scss' +import api from "./utils/request" +Vue.prototype.$axios=api +console.log(process.env.VUE_APP_BASE_API); Vue.use(ElementUI) new Vue({ router, -- Gitblit v1.8.0