南昌市物联网技防平台-前端
zengh
2021-03-17 31ea728d7b5b30b87e0faa88759e2b0191855e27
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;