From 31ea728d7b5b30b87e0faa88759e2b0191855e27 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 17 Mar 2021 15:04:06 +0800
Subject: [PATCH] 端口替换
---
src/views/distribution/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/distribution/index.vue b/src/views/distribution/index.vue
index 7443088..1c19868 100644
--- a/src/views/distribution/index.vue
+++ b/src/views/distribution/index.vue
@@ -263,7 +263,7 @@
}
var newAxios = axios.create({
- baseURL: "http://web.byisf.com:18001",
+ baseURL: "https://web.byisf.com:18001",
withCredentials: false,
headers: {},
});
@@ -298,7 +298,7 @@
getSelectOptions() {
var newAxios = axios.create({
- baseURL: "http://web.byisf.com:18001",
+ baseURL: "https://web.byisf.com:18001",
withCredentials: false,
headers: {},
});
@@ -324,7 +324,7 @@
},
selectChange(value) {
-
+
this.selectOptions.forEach((item) => {
if (item.snumber == value) {
this.form.handName = item.value;
--
Gitblit v1.9.3