feige
2024-11-16 2697e109da871cb81936965c16c47c97635ecfb6
修改了对应的bug
3个文件已修改
12 ■■■■ 已修改文件
ruoyi-ui/src/views/device/equipmentInfo.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/genealogy/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/vue.config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/device/equipmentInfo.vue
@@ -446,9 +446,9 @@
                //this.$store.dispatch('tagsView/addView', {  title:"ZfDevice",path: "/familymodel/zfDevice" })
                //this.$store.dispatch('tagsView/addIframeView', { title:"ZfDevice",ZfDevicepath: "/familymodel/zfDevice" })
                //    this.$tab.refreshPage({ path: "/familymodel/zfDevice" });
                // this.$router.replace({ path: "/familymodel/zfDevice?cache=true" });
                 this.$router.replace({ path: "/familymodel/zfDevice?cache=true" });
        //    this.$router.push("/familymodel/zfDevice");
                window.location.url="https://localhost:80/familymodel/zfDevice"
                window.location.url="https://www.bendudu.com/familymodel/zfDevice"
              // this.open = false;
              if(this.formData.status==1)
                this.formData.status = '是'
ruoyi-ui/src/views/genealogy/index.vue
@@ -302,11 +302,11 @@
      },
      typeOption: [{
        value: '1',
        value: '0',
        label: '男',
      },
        {
          value: '0',
          value: '1',
          label: '女',
        }],
      typeOptions: [{
ruoyi-ui/vue.config.js
@@ -36,9 +36,9 @@
    proxy: {
      // detail: https://cli.vuewww.bendudu.comjs.org/config/#devserver-proxy
      [process.env.VUE_APP_BASE_API]: {
      target: `https://10.39.18.174:8080/`,
    //  target: `https://10.39.18.174:8080/`,
    // target: `https://192.168.1.7:8080/`,
    //  target: 'https://www.bendudu.com:8080/',
      target: 'https://www.bendudu.com:8080/',
        changeOrigin: true,
        pathRewrite: {
          ['^' + process.env.VUE_APP_BASE_API]: ''