From 31ea728d7b5b30b87e0faa88759e2b0191855e27 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 17 Mar 2021 15:04:06 +0800
Subject: [PATCH] 端口替换

---
 src/page/index/logo.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/page/index/logo.vue b/src/page/index/logo.vue
index 3696e03..9e25e70 100644
--- a/src/page/index/logo.vue
+++ b/src/page/index/logo.vue
@@ -354,7 +354,7 @@
     },
     queryOldVideo(data) {
       var newAxios = axios.create({
-        baseURL: "http://web.byisf.com:18000",
+        baseURL: "https://web.byisf.com:18000",
         withCredentials: false,
         headers: {
           "Content-type": "application/x-www-form-urlencoded",

--
Gitblit v1.9.3