Browse Source

Update index.tsx

lex 2 năm trước cách đây
mục cha
commit
99cf20b79c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/music/music-detail/index.tsx

+ 1 - 1
src/views/music/music-detail/index.tsx

@@ -196,7 +196,7 @@ export default defineComponent({
     }
 
     const setAccompanyUrl = () => {
-      let url = location.host
+      let url = location.origin
       if (
         location.host.includes('dev.colexiu') ||
         location.host.includes('192.168') ||