From 8f36a203bbee6c74c6531331a7cf00572120bfab Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期日, 27 四月 2025 17:28:59 +0800 Subject: [PATCH] fix:修改配置 --- .env.development | 2 +- src/views/facility/facilityList/index.vue | 3 +-- src/views/screen/flow/graphic/components/FullScreenVideo.vue | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.env.development b/.env.development index f99f497..941161e 100644 --- a/.env.development +++ b/.env.development @@ -9,4 +9,4 @@ 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' diff --git a/src/views/facility/facilityList/index.vue b/src/views/facility/facilityList/index.vue index 0faed5d..b9b63b4 100644 --- a/src/views/facility/facilityList/index.vue +++ b/src/views/facility/facilityList/index.vue @@ -374,8 +374,7 @@ <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> diff --git a/src/views/screen/flow/graphic/components/FullScreenVideo.vue b/src/views/screen/flow/graphic/components/FullScreenVideo.vue index 701ea62..3e28545 100644 --- a/src/views/screen/flow/graphic/components/FullScreenVideo.vue +++ b/src/views/screen/flow/graphic/components/FullScreenVideo.vue @@ -70,7 +70,6 @@ top: 2%; width: 96%; height: 96%; - background-color: rgba(0, 0, 0, 0.5); z-index: 100; .vb{ position: absolute; -- Gitblit v1.9.3