Skip to content

Commit 84dd8e9

Browse files
author
heavyrian2012
committed
添加频道的提示
1 parent 453dce6 commit 84dd8e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manage/src/views/modules/wx/account/wx-account-add-or-update.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<el-input v-model="dataForm.name" placeholder="频道名称"></el-input>
1010
</el-form-item>
1111
<el-form-item label="imurl" prop="imurl">
12-
<el-input v-model="dataForm.imurl" placeholder="IM服务地址"></el-input>
12+
<el-input v-model="dataForm.imurl" placeholder="IM服务地址(频道使用的是80端口,不是18080端口)"></el-input>
1313
</el-form-item>
1414
<el-form-item label="appid" prop="appid">
1515
<el-input v-model="dataForm.appid" placeholder="appid" maxlength="36"></el-input>

0 commit comments

Comments
 (0)