zxl
2025-10-10 e417c17e9141a5121b76ed769852b14ff67d7028
manager/src/views/health/HealthVideoList.vue
@@ -560,7 +560,7 @@
      //shareType可能会是动态的,会加判断视频来源
      this.QRCodeUrl = this.codeUrl + '?shareType=health' + '&videoId='+ row.id  + '%source=' + 'system';
      this.QRCodeUrl = this.codeUrl + '?shareType=health' + '&videoId='+ row.id  + '&source=' + 'system';
      //TODO 根据视频信息中的 ,作者id获得用户 判断 来源 ,用户作者的uniid为null则是系统上传,不为空则是用户上传;
      // console.log(this.QRCodeUrl)