Ver código fonte

Update index.tsx

lex 2 anos atrás
pai
commit
99cf20b79c
1 arquivos alterados com 1 adições e 1 exclusões
  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') ||