|
@@ -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) => {
|