Merge pull request #382 from walkInALine/feat/walkInALine

fix: useClipboard在ip地址下不能使用问题
This commit is contained in:
Archer
2023-12-18 15:45:26 +08:00
committed by GitHub

View File

@@ -174,7 +174,8 @@ const copyConfig = async () => {
// 头部边框颜色
topToolBorderColor: '${appStore.getTheme.topToolBorderColor}'
}
`
`,
legacy: true
})
if (!isSupported) {
ElMessage.error(t('setting.copyFailed'))