Sfoglia il codice sorgente

:bug: 缺少 channel=

visuddhinanda 3 giorni fa
parent
commit
bb17b4a497
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      dashboard-v6/src/components/channel/ChannelMy.tsx

+ 1 - 1
dashboard-v6/src/components/channel/ChannelMy.tsx

@@ -337,7 +337,7 @@ const ChannelMy = ({
                       case "library":
                         window.open(
                           import.meta.env.VITE_APP_API_SERVER +
-                            `/library/tipitaka?${ch.id}`,
+                            `/library/tipitaka?channel=${ch.id}`,
                           "_blank"
                         );
                         break;