feat: dev跳转本地

This commit is contained in:
2026-04-15 13:40:32 +08:00
parent 1d9fdfa9f8
commit 0985a004de
2 changed files with 5 additions and 2 deletions

View File

@@ -73,7 +73,6 @@ export default defineComponent({
}
let setRead = (item: any) => {
const content = item.content.content
console.log('111', isValidUrl(content));
if (isValidUrl(content)) {
window.open(content, '_blank');
}