From 16c39f8abcc9236f61b170fc6851a60b6b5adfc4 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Sat, 13 Mar 2021 16:31:27 +0800
Subject: [PATCH] 端口替换

---
 src/views/distribution/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/distribution/index.vue b/src/views/distribution/index.vue
index 39296e0..33fc7d8 100644
--- a/src/views/distribution/index.vue
+++ b/src/views/distribution/index.vue
@@ -175,7 +175,7 @@
       }
 
       var newAxios = axios.create({
-        baseURL: "http://36.134.81.48:18001",
+        baseURL: "https://web.byisf.com",
         withCredentials: false,
         headers: {}
       });
@@ -210,7 +210,7 @@
 
     getSelectOptions() {
       var newAxios = axios.create({
-        baseURL: "http://36.134.81.48:18001",
+        baseURL: "https://web.byisf.com",
         withCredentials: false,
         headers: {}
       });

--
Gitblit v1.9.3