From f567cac0b6287e4d773e5eeb5ce595d5004323a1 Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Tue, 3 Nov 2020 14:37:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/axiosConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/axiosConfig.ts b/src/config/axiosConfig.ts index a675fce..1928ae3 100644 --- a/src/config/axiosConfig.ts +++ b/src/config/axiosConfig.ts @@ -1,6 +1,6 @@ import { getValue } from '@/utils/common'; import axios from 'axios' -axios.defaults.baseURL = '/beelink/public/home/'; +axios.defaults.baseURL = 'http://case.sy-my.net/beelink/public/home/'; axios.defaults.headers.common['Authorization'] = "Bearer " + getValue("token"); axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded';