Commit 4c1e51fa by crushh

udpate: dist

parent 67f410b8
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
<i class="el-alert__icon el-icon-info"></i> <i class="el-alert__icon el-icon-info"></i>
<div class="el-alert__content"> <div class="el-alert__content">
<span class="el-alert__title" <span class="el-alert__title"
>1.好办管理后台管理员需在企业微信后台添加,详情请见 >1.好办管理后台管理员需在企业微信后台添加,<el-button type="text" @click="goto">详情请见</el-button>
<br /> <br />
2.企业微信后台新增管理员后,请点击右侧【刷新】按钮刷新企业成员,否则不会同步到好办管理员列表 2.企业微信后台新增管理员后,请点击右侧【刷新】按钮刷新企业成员,否则不会同步到好办管理员列表
</span> </span>
</div> </div>
</div> </div>
...@@ -51,6 +51,9 @@ export default { ...@@ -51,6 +51,9 @@ export default {
changeRoute() { changeRoute() {
this.$router.push('/contactsList'); this.$router.push('/contactsList');
}, },
goto() {
window.open('https://www.yuque.com/docs/share/89a899fe-caae-41b3-86ea-2435a8066418?#');
},
/** /**
* 展开/折叠 * 展开/折叠
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment