编写链接复制功能

This commit is contained in:
wcq 2023-12-12 20:19:55 +08:00
parent efaf93ca56
commit b6568dc20f
1 changed files with 2 additions and 2 deletions

View File

@ -251,7 +251,7 @@ const progressInfo = computed(() => {
function showPhoneNotice() { function showPhoneNotice() {
const content = ref(`${itemEditTemp.value.sender_company || itemEditTemp.value.sender_name} 您好,您提交材料的地址为:${host.value + '/' + itemEditTemp.value.url_code},密码:${itemEditTemp.value.code}`) const content = ref(`${itemEditTemp.value.sender_company || itemEditTemp.value.sender_name} 您好,您提交材料的地址为:${host.value + '/frcb/#/?u=' + itemEditTemp.value.url_code},密码:${itemEditTemp.value.code}`)
ElMessageBox({ ElMessageBox({
buttonSize: 'small', buttonSize: 'small',
@ -274,7 +274,7 @@ function showPhoneNotice() {
function showEmailNotice() { function showEmailNotice() {
const content = ref(`${itemEditTemp.value.sender_company || itemEditTemp.value.sender_name} 您好,您提交材料的地址为:${host.value + '/' + itemEditTemp.value.url_code},密码:${itemEditTemp.value.code}`) const content = ref(`${itemEditTemp.value.sender_company || itemEditTemp.value.sender_name} 您好,您提交材料的地址为:${host.value + '/frcb/#/?u=' + itemEditTemp.value.url_code},密码:${itemEditTemp.value.code}`)
ElMessageBox({ ElMessageBox({
buttonSize: 'small', buttonSize: 'small',
title: '通知邮件信息', title: '通知邮件信息',