gcz преди 2 години
родител
ревизия
c2653e7f34
променени са 1 файла, в които са добавени 5 реда и са изтрити 1 реда
  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) => {