LiuTeng hace 1 año
padre
commit
2c5af52c27
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/videos/index.vue

+ 2 - 2
src/views/videos/index.vue

@@ -168,14 +168,14 @@ export default {
           this.resdata = res.data.map(function (item) {
             var data = item
             if (data.url.indexOf(',') > 0) {
-              data.url ='https://kkfile.shizhi.tv/picturesPreview?urls=' +
+              data.url ='https://kkfile.shizhi.tv:449/picturesPreview?urls=' +
                 encodeURIComponent(Base64.encode(item.url.replace(',', '|'))) +
                 '&rotate=' +
                 item.rotate
             } else {
               if (data.type == '6') {
               } else {
-                data.url ='https://kkfile.shizhi.tv/onlinePreview?url=' +
+                data.url ='https://kkfile.shizhi.tv:449/onlinePreview?url=' +
                   encodeURIComponent(Base64.encode(item.url)) +
                   '&rotate=' +
                   item.rotate