Explorar el Código

注释?跳转

zy1125 hace 1 año
padre
commit
19094a342f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/components/UeVideo.vue

+ 2 - 1
src/components/UeVideo.vue

@@ -48,7 +48,8 @@ export default {
48 48
       });
49 49
       console.log("video.videoInstance", videoInstance);
50 50
 
51
-      let search = window.location.href.split("?")[1];
51
+      // let search = window.location.href.split("?")[1];
52
+
52 53
       getUserInfo(search)
53 54
       // console.log(search, "编码")
54 55
       // let code = result.split("?")[0]; //去掉&之后的冗余部分