diff --git a/client/src/views/testvideo/index.vue b/client/src/views/testvideo/index.vue index 5b4a5a4..faf75ad 100644 --- a/client/src/views/testvideo/index.vue +++ b/client/src/views/testvideo/index.vue @@ -133,7 +133,7 @@ plugins:{ DynamicWatermark: { speed: 0.1, - content: text + content: "用户:"+that.userName } } }; @@ -155,6 +155,7 @@ }); } else { that.player.loadVideoByID(playerParm); + that.player.loadVideoByID(that.tcPlayerId); } }, }, diff --git a/client/src/views/testvideo/upload.vue b/client/src/views/testvideo/upload.vue index e84d00c..7d46cbf 100644 --- a/client/src/views/testvideo/upload.vue +++ b/client/src/views/testvideo/upload.vue @@ -45,10 +45,9 @@