| | |
| | | //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 = '是' |
| | |
| | | |
| | | }, |
| | | typeOption: [{ |
| | | value: '1', |
| | | value: '0', |
| | | label: '男', |
| | | }, |
| | | { |
| | | value: '0', |
| | | value: '1', |
| | | label: '女', |
| | | }], |
| | | typeOptions: [{ |
| | |
| | | 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]: '' |