qinzhipeng_v 5 سال پیش
والد
کامیت
922e761231
4فایلهای تغییر یافته به همراه14 افزوده شده و 11 حذف شده
  1. 4 4
      src/apiConfig/api.js
  2. 2 2
      src/apiConfig/mock.js
  3. 2 2
      src/apiConfig/virtualDevices.js
  4. 6 3
      src/views/Platform/presentation/acceptTheReport.vue

+ 4 - 4
src/apiConfig/api.js

@@ -1,10 +1,10 @@
 /*eslint-disable*/   //规避eslint的检查,如没有eslint可不写
-// export const mockUrl = 'http://10.179.24.176:8980' // 线下
-export const mockUrl = 'http://10.179.24.123:8980' // 线上
+export const mockUrl = 'http://10.179.24.176:8980' // 线下
+// export const mockUrl = 'http://10.179.24.123:8980' // 线上
 
 // export const mockUrl = 'http://172.23.162.226:8980' // 舒宁本地
 
 export const qualityUrl = 'http://10.179.209.19:8898' // 质量度量
 
-// export const HMvehicleUrl = 'http://10.96.113.197:9999' // 电单车 线下
-export const HMvehicleUrl = 'http://10.179.91.236:9999' // 电单车 线上
+export const HMvehicleUrl = 'http://10.96.113.197:9999' // 电单车 线下
+// export const HMvehicleUrl = 'http://10.179.91.236:9999' // 电单车 线上

+ 2 - 2
src/apiConfig/mock.js

@@ -1,4 +1,4 @@
 /*eslint-disable*/   //规避eslint的检查,如没有eslint可不写
-// export const mockUrl = 'http://10.179.88.110:8089' // stable
-export const mockUrl = 'http://mock.Intra.xiaojukeji.com' // 线上
+export const mockUrl = 'http://10.179.88.110:8089' // stable
+// export const mockUrl = 'http://mock.Intra.xiaojukeji.com' // 线上
 // export const mockUrl = 'http://10.179.101.226:8089' // test

+ 2 - 2
src/apiConfig/virtualDevices.js

@@ -1,3 +1,3 @@
 /*eslint-disable*/ //规避eslint的检查,如没有eslint可不写
-export const mockUrl = 'http://10.179.91.236:9999/virtual-devices' // 线上
-// export const mockUrl = 'http://10.96.113.197:9999/virtual-devices' // 线下
+// export const mockUrl = 'http://10.179.91.236:9999/virtual-devices' // 线上
+export const mockUrl = 'http://10.96.113.197:9999/virtual-devices' // 线下

+ 6 - 3
src/views/Platform/presentation/acceptTheReport.vue

@@ -1,6 +1,6 @@
 <template>
   <!-- 提测预览 -->
-  <div class="eleStyle">
+  <div class="eleStyle_one">
     <div style="height:100%;width:94%; background:#ffffff; margin: 3%; border-radius: 8px; overflow: hidden;">
       <div style="padding:2% 9%;">
         <div style="display: flex; white-space: nowrap; font-family:SimSuncss">
@@ -99,7 +99,7 @@
         <el-button type="primary" size="mini" @click="dialogFormVisible = true">确定发送</el-button>
         <el-button size="mini" @click="download()">确定下载</el-button>
       </div>
-      <div id="resumeId" class="eleStyle">
+      <div id="resumeId" class="eleStyle_one">
         <div style="height:100%;width:94%; background:#ffffff; margin: 3%; border-radius: 8px; overflow: hidden;">
           <div style="padding:2% 9%;">
             <div style="display: flex; white-space: nowrap; font-family:SimSuncss">
@@ -325,7 +325,7 @@ export default {
   .marage {
     margin: 0.5% 0;
   }
-  .eleStyle {
+  .eleStyle_one {
     width: 100%;
     height:100%;
     background:#F2F3F6;
@@ -333,6 +333,9 @@ export default {
     font-size: 14px;
     color: #606266;
   }
+   .eleStyle_one .el-form-item {
+      margin-bottom: -10px;
+    }
   .titleStyle {
     color: #333B4A;
     margin: 1% 0;