From 38ecf7a631baa4a5b35f01ea76aae68f138ad818 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 30 Jun 2021 18:49:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20axios=E7=BA=BF=E4=B8=8A=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E5=90=8E=E6=8A=A5=E9=94=99=E6=97=A0=E6=B3=95=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/public/index.html | 2 +- frontend/src/utils/request.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/index.html b/frontend/public/index.html index 5be72125c1..9562e7af22 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -5,7 +5,7 @@ - + <%= webpackConfig.name %> diff --git a/frontend/src/utils/request.js b/frontend/src/utils/request.js index b900ebc3f9..ca7598913a 100644 --- a/frontend/src/utils/request.js +++ b/frontend/src/utils/request.js @@ -1,4 +1,4 @@ -// import axios from 'axios' +import axios from 'axios' // import { MessageBox, Message } from 'element-ui' import store from '@/store' import { $alert, $error } from './message'