| | |
| | | VITE_APP_IMG_BASEURL='http://192.168.0.200:8036/upload' |
| | | |
| | | #后端本地 |
| | | VITE_APP_PUBLIC_REQUEST_API = 'http://192.168.0.200:8036' |
| | | VITE_APP_PUBLIC_REQUEST_API = 'http://192.168.0.67:8036' |
| | |
| | | <el-input v-model="form.remark" :placeholder="inpTip+formLabel.remark" /> |
| | | </el-form-item> |
| | | <el-form-item label="资料上传" prop="facilityUrl" style="flex: 1"> |
| | | <upload-icons @uploadData="uploadData" :imageList="form.facilityUrl" :limit="1" |
| | | :disabled='isDetail ? true : false'></upload-icons> |
| | | <upload-icons @uploadData="uploadData" :imageList="form.facilityUrl" :limit="1"></upload-icons> |
| | | <span style="display: block;">(请上传1张设备图片)</span> |
| | | </el-form-item> |
| | | </el-form> |
| | |
| | | top: 2%; |
| | | width: 96%; |
| | | height: 96%; |
| | | background-color: rgba(0, 0, 0, 0.5); |
| | | z-index: 100; |
| | | .vb{ |
| | | position: absolute; |