LiuTeng 1 год назад
Родитель
Сommit
2c5af52c27
1 измененных файлов с 2 добавлено и 2 удалено
  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