zhanghua
2023-12-13 9698cd8b7b1c280d5a533c3a1ddc73771da07ffc
bug修改
2个文件已修改
10 ■■■■ 已修改文件
src/components/dispatch/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/dispatch/index.vue
@@ -125,9 +125,9 @@
  props: ["id", "changeDialog", "refresh", "mytype", "isGetData"],
  created() {
    // 判断车辆类型
    // this.mytype === 1 ? this.getLawCarList() : this.getSoilCarList();
    // this.isGetDispatchData = this.isGetData ? this.isGetData : false;
    // this.getDepartList();
    this.mytype === 1 ? this.getLawCarList() : this.getSoilCarList();
    this.isGetDispatchData = this.isGetData ? this.isGetData : false;
    this.getDepartList();
  },
  data() {
    const checkPhone = (rule, value, callback) => {
vue.config.js
@@ -40,8 +40,8 @@
      // 跨域配置
      "/sccg": {
        // target: `http://42.193.1.25/`,      //测试环境
        // target: `http://111.1.140.92:8082/`,
        target: `http://10.88.10.18:8082/`,
        target: `http://111.1.140.92:28081/`,
        // target: `http://10.88.10.18:8082/`,
        changeOrigin: true
      }
    },