From 2ea1da5433fc37503ff33d07ac6449366d1be5b1 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sun, 07 Feb 2021 09:38:09 +0800
Subject: [PATCH] 接口IP端口调整

---
 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 2fe3090..86817b9 100644
--- a/src/views/distribution/index.vue
+++ b/src/views/distribution/index.vue
@@ -181,7 +181,7 @@
       }
 
       var newAxios = axios.create({
-        baseURL: "https://s16s652780.51mypc.cn",
+        baseURL: "http://36.134.81.48:18000",
         withCredentials: false,
         headers: {}
       });
@@ -216,7 +216,7 @@
 
     getSelectOptions() {
       var newAxios = axios.create({
-        baseURL: "https://s16s652780.51mypc.cn",
+        baseURL: "http://36.134.81.48:18000",
         withCredentials: false,
         headers: {}
       });

--
Gitblit v1.9.3