| | |
| | | background-color: transparent; |
| | | } |
| | | |
| | | ::v-deep .gutter { |
| | | display: none; |
| | | } |
| | | |
| | | .all_block01 { |
| | | width: 237px; |
| | | height: 180px; |
| | |
| | | ::v-deep .el-table tr, |
| | | ::v-deep .el-table td { |
| | | background-color: transparent; |
| | | } |
| | | |
| | | ::v-deep .gutter { |
| | | display: none; |
| | | } |
| | | |
| | | .all_block01 { |
| | |
| | | standvalue: j.standvalue, |
| | | lowervalue: j.lowervalue, |
| | | uppervalue: j.uppervalue, |
| | | |
| | | stepcheckitem_seq: j.stepcheckitem_seq, |
| | | unit: j.unit, |
| | | stepcheckitem_desc: j.stepcheckitem_desc, |
| | | required: j.required, // 是否必填 |
| | |
| | | }, |
| | | proxy: { |
| | | [process.env.VUE_APP_BASE_API]: { |
| | | target: 'http://121.196.36.24:8031', // 请求的第三⽅接⼝地址 本地开发服务器 |
| | | // target: 'http://122.227.18.22:8000', // 请求的第三⽅接⼝地址 本地开发服务器 |
| | | // target: 'http://121.196.36.24:8031', // 请求的第三⽅接⼝地址 本地开发服务器 |
| | | target: 'http://192.168.21.221:8000', // 请求的第三⽅接⼝地址 本地开发服务器 |
| | | changeOrigin: true, // 请求跨域时,需 配置此项 |
| | | pathRewrite: { // 路径重写,替换target中的请求地址 |
| | | ['^' + process.env.VUE_APP_BASE_API]: '/api/' |