Explorar o código

Update uploadDown.vue

胡俊炜 %!s(int64=2) %!d(string=hai) anos
pai
achega
e0a7580648
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/pages/main/iptv/uploadDown.vue

+ 2 - 2
src/pages/main/iptv/uploadDown.vue

@@ -41,8 +41,8 @@
                 }
             },
             uploadsee(v) {
-                let url = encodeURIComponent(v.callPath);
-                this.srcsc = 'http://114.215.71.182:8012/onlinePreview?url=' + url;
+                let url = encodeURIComponent(Base64.encode(v.callPath));
+            this.srcsc = 'http://10.230.15.228:8012/onlinePreview?url=' + url;
                 this.ifrshow=true;
                 // window.open('http://114.215.71.182:8012/onlinePreview?url=' + url);
             },