Lita-Tako il y a 4 mois
Parent
commit
0c1a55bb70
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      src/components/video/Live.vue
  2. 1 1
      src/components/video/Replay.vue

+ 1 - 1
src/components/video/Live.vue

@@ -59,7 +59,7 @@
59 59
 	const createPlayer = () => {
60 60
 		player.value = new window.JSPlugin({
61 61
 			szId: 'player',
62
-			szBasePath: './',
62
+			szBasePath: '/h5player/',
63 63
 			iMaxSplit: 4,
64 64
 			iCurrentSplit: parseInt(splitNum.value),
65 65
 			openDebug: true,

+ 1 - 1
src/components/video/Replay.vue

@@ -58,7 +58,7 @@
58 58
 	const createPlayer = () => {
59 59
 		player.value = new window.JSPlugin({
60 60
 			szId: 'player',
61
-			szBasePath: './',
61
+			szBasePath: '/h5player/',
62 62
 			iMaxSplit: 4,
63 63
 			iCurrentSplit: parseInt(splitNum.value),
64 64
 			openDebug: true,