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;