动态控制是否打开VConsole
2023-12-18 本文已影响0人
小卟啾
if (!Vue.prototype.$VConsole) {
if (window) {
window.console.log = function () {}
}
}
if (!Vue.prototype.$VConsole) {
if (window) {
window.console.log = function () {}
}
}