Przeglądaj źródła

'效果报表修改'

魏志佳 4 lat temu
rodzic
commit
f44038e8a2
2 zmienionych plików z 4 dodań i 4 usunięć
  1. 2 2
      src/views/modules/Statistics/effectReport.vue
  2. 2 2
      vue.config.js

+ 2 - 2
src/views/modules/Statistics/effectReport.vue

@@ -43,7 +43,7 @@
                 <!-- <a slot="creativeName" slot-scope="creativeName" >{{creativeName}}</a> -->
 
                 <a slot="coverUrl" slot-scope="text,records" >
-                  <img :src="text" alt="" style="width:90px" @click="openVideo(records)">
+                  <!-- <img :src="text" alt="" style="width:90px" @click="openVideo(records)"> -->
                   <a-popover placement="right">
                       <template slot="content">
                           <!-- {{record.videoId_dictText}}  -->
@@ -53,7 +53,7 @@
                       <!-- <span>Title</span> -->
                       </template>
                       <!-- <a-button>Right</a-button> -->
-                      <img :src="text" alt="" style="width:100px">
+                      <img :src="text" alt="" style="width:60px">
                   </a-popover>
                 </a>
 

+ 2 - 2
vue.config.js

@@ -57,7 +57,7 @@ module.exports = {
     proxy: {
       '/jeecg-boot': {
         // target: 'http://192.168.1.90:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
-        target: 'http://192.168.1.72:8088', //请求本地 需要jeecg-boot后台项目  英豪
+        // target: 'http://192.168.1.72:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.2.115:8080', //请求本地 需要jeecg-boot后台项目  祚云
         // target: 'http://192.168.1.94:8804', //请求本地 需要jeecg-boot后台项目  孙震
         // target: 'http://192.168.0.230:8088', //请求本地 需要jeecg-boot后台项目  孙震
@@ -67,7 +67,7 @@ module.exports = {
         // target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目 
         // target: 'http://39.106.184.70:8088/', //请求本地 需要jeecg-boot后台项目 
         // target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目 
-        // target: 'http://192.168.1.251/', //请求本地 需要jeecg-boot后台项目 
+        target: 'http://192.168.1.251/', //请求本地 需要jeecg-boot后台项目 
 
 
         ws: false,