fix: useClipboard在ip地址下不能使用问题
This commit is contained in:
parent
c7658d8c70
commit
f3593c453a
|
@ -174,7 +174,8 @@ const copyConfig = async () => {
|
||||||
// 头部边框颜色
|
// 头部边框颜色
|
||||||
topToolBorderColor: '${appStore.getTheme.topToolBorderColor}'
|
topToolBorderColor: '${appStore.getTheme.topToolBorderColor}'
|
||||||
}
|
}
|
||||||
`
|
`,
|
||||||
|
legacy: true
|
||||||
})
|
})
|
||||||
if (!isSupported) {
|
if (!isSupported) {
|
||||||
ElMessage.error(t('setting.copyFailed'))
|
ElMessage.error(t('setting.copyFailed'))
|
||||||
|
|
Loading…
Reference in New Issue