We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 453dce6 commit 84dd8e9Copy full SHA for 84dd8e9
manage/src/views/modules/wx/account/wx-account-add-or-update.vue
@@ -9,7 +9,7 @@
9
<el-input v-model="dataForm.name" placeholder="频道名称"></el-input>
10
</el-form-item>
11
<el-form-item label="imurl" prop="imurl">
12
- <el-input v-model="dataForm.imurl" placeholder="IM服务地址"></el-input>
+ <el-input v-model="dataForm.imurl" placeholder="IM服务地址(频道使用的是80端口,不是18080端口)"></el-input>
13
14
<el-form-item label="appid" prop="appid">
15
<el-input v-model="dataForm.appid" placeholder="appid" maxlength="36"></el-input>
0 commit comments