|
|
|
@ -1,7 +1,7 @@ |
|
|
|
<template> |
|
|
|
<div class="content"> |
|
|
|
<div class="code-content-wrap"> |
|
|
|
<textarea id="NormalCodeTextarealink1" class="code" rows="1">{{ siteUrl }}/chat/index</textarea> |
|
|
|
<textarea id="NormalCodeTextarealink1" class="code" rows="1">{{ siteUrl }}/h5</textarea> |
|
|
|
<div class="other-wrap"> |
|
|
|
<a class="btn btn-blue btn-large mr10" :href="linkUrl3" target="_blank">点击体验</a> |
|
|
|
<a class="btn btn-blue btn-large" href="javascript:void(0);" @click="getCopy('NormalCodeTextarealink1')"><span>复制代码</span></a> |
|
|
|
@ -18,14 +18,15 @@ export default { |
|
|
|
siteUrl: '' |
|
|
|
}, |
|
|
|
computed: { |
|
|
|
linkUrl1() { |
|
|
|
return `${location.origin}/chat/index?token=${this.tokeninfo.token_md5}&noCanClose=1`; |
|
|
|
}, |
|
|
|
linkUrl2() { |
|
|
|
return `${location.origin}/chat/index?token=${this.tokeninfo.token_md5}&noCanClose=1&deviceType=Mobile`; |
|
|
|
}, |
|
|
|
// linkUrl1() { |
|
|
|
// return `${location.origin}/chat/index?token=${this.tokeninfo.token_md5}&noCanClose=1`; |
|
|
|
// }, |
|
|
|
// linkUrl2() { |
|
|
|
// return `${location.origin}/chat/index?token=${this.tokeninfo.token_md5}&noCanClose=1&deviceType=Mobile`; |
|
|
|
// }, |
|
|
|
linkUrl3() { |
|
|
|
return `${location.origin}/chat/index?token=${this.tokeninfo.token_md5}&noCanClose=1`; |
|
|
|
// return `${location.origin}/chat/index?token=${this.tokeninfo.token_md5}&noCanClose=1`; |
|
|
|
return `${location.origin}/h5`; |
|
|
|
} |
|
|
|
}, |
|
|
|
mounted() {}, |
|
|
|
|