You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{{template "header" }}
|
|
|
|
<div id="app" style="width:100%">
|
|
|
|
<template>
|
|
|
|
<el-container>
|
|
|
|
|
|
|
|
<el-main class="mainMain">
|
|
|
|
<el-tabs type="border-card" >
|
|
|
|
<el-tab-pane label="普通模式">
|
|
|
|
<el-descriptions style="margin-bottom: 10px;" direction="vertical" :column="1" border>
|
|
|
|
<el-descriptions-item label="通用聊天链接">
|
|
|
|
<a style="margin-right: 10px"><{host}>/chatIndex?kefu_id=kefu2</a>
|
|
|
|
<el-button size="mini" v-on:click="copyText(host+'/chatIndex?kefu_id=kefu2')">复制</el-button>
|
|
|
|
</el-descriptions-item>
|
|
|
|
</el-descriptions>
|
|
|
|
</el-tab-pane>
|
|
|
|
<el-tab-pane label="弹窗模式">
|
|
|
|
|
|
|
|
</el-tab-pane>
|
|
|
|
</el-tabs>
|
|
|
|
</el-main>
|
|
|
|
|
|
|
|
</el-container>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
{{template "setting_bottom" .}}
|