Browse Source

Merge branch '02/23reviewBUG' into 11/24SAAS

mo 3 years ago
parent
commit
3fccfb8bd6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/liveClassManager/modals/shareDetail.vue

+ 2 - 1
src/views/liveClassManager/modals/shareDetail.vue

@@ -77,10 +77,11 @@ export default {
   mounted() {
     this.url =
       vaildStudentUrl() + `/#/liveClassTransfer?roomUid=${this.row.roomUid}`;
-    let domain = window.location.domain;
+    let domain = window.location.origin;
     this.Teacherurl = domain
       ? domain + `/live/?roomUid=${this.row.roomUid}`
       : "https://test.dayaedu.com" + `/live/?roomUid=${this.row.roomUid}`;
+      console.log(domain)
       // this.copyText()
   },
   methods: {