新增访问限制字段和弹窗

This commit is contained in:
Dragon
2023-12-04 14:20:20 +08:00
parent 7d794a0fff
commit 73bddf774b
3 changed files with 97 additions and 1 deletions

View File

@@ -43,5 +43,9 @@ module.exports = defineConfig({
}
}
},
client: {
//当出现编译错误或警告时,在浏览器中是否显示全屏覆盖。 示例为只显示错误信息
overlay:false
},
},
})