yanghao 1 giorno fa
parent
commit
4d22184b6b
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      .env.local
  2. 1 1
      src/views/pms/qhse/deviceCert/DeviceCertForm.vue

+ 1 - 1
.env.local

@@ -4,7 +4,7 @@ NODE_ENV=development
 VITE_DEV=true
 
 # 请求路径  http://192.168.188.200:48080  https://iot.deepoil.cc  http://172.26.0.56:48080
-VITE_BASE_URL='http://172.26.0.56:48080'
+VITE_BASE_URL='https://iot.deepoil.cc:5443'
 
 # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务
 VITE_UPLOAD_TYPE=server

+ 1 - 1
src/views/pms/qhse/deviceCert/DeviceCertForm.vue

@@ -10,7 +10,7 @@
         <el-col :span="12">
           <el-form-item label="关联设备" prop="deviceId">
             <el-input
-              v-model="formData.deviceName"
+              v-model="formData.deviceCode"
               disabled
               placeholder="请选择关联设备"
               style="width: 100%">