|
|
@@ -708,7 +708,7 @@ const handleGenerateFulfillPath = () => {
|
|
|
}
|
|
|
const hostname = window.location.hostname
|
|
|
const isIp = /^(\d{1,3}\.){3}\d{1,3}$/.test(hostname)
|
|
|
- const baseUrl = isIp ? `http://${hostname}` : 'http://hoomeng.pet'
|
|
|
+ const baseUrl = isIp ? `http://${hostname}` : 'https://www.hoomeng.pet'
|
|
|
const url = `${baseUrl}/fulfillPath?orderId=${id}`
|
|
|
navigator.clipboard.writeText(url).then(() => {
|
|
|
ElMessage.success('履约路径已复制到剪贴板')
|