feat: dev跳转本地
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user