Browse Source

聊天链接

gcz 2 năm trước cách đây
mục cha
commit
c2653e7f34
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      src/views/Question.vue

+ 5 - 1
src/views/Question.vue

@@ -1,3 +1,6 @@
+<!--
+ * @LastEditors: gcz
+-->
 <template>
   <div class="question full-body">
     <!-- <NavBar
@@ -72,7 +75,8 @@ export default {
           if (res.code == "200") {
             console.log("getUserInfo res", res);
             this.userInfo = res.data;
-            this.iframeUrl =`https://veterhchat.hw.hongweisoft.com/#/pages/login/login?userID=${res.data.id}&type=teacher`
+            // this.iframeUrl =`https://veterhchat.hw.hongweisoft.com/#/pages/login/login?userID=${res.data.id}&type=teacher`
+            this.iframeUrl =`http://mobile.veterans.hongweisoft.com/chat/pages/login/login?userID=${res.data.id}&type=teacher`
           }
         })
         .catch((error) => {