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 | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.js b/src/main.js index 44c454e..8ea7900 100644 --- a/src/main.js +++ b/src/main.js @@ -12,10 +12,10 @@ import './assets/icons' // 寮曞叆鍏ㄥ眬鏍峰紡 import '@/styles/index.scss' -import axios from "axios" -Vue.prototype.$axios=axios +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