feat: 禁用 vconsle 和 devtools

This commit is contained in:
huangze
2025-07-10 18:15:03 +08:00
parent 1e85291dd2
commit 4ab81454d6

View File

@@ -112,8 +112,8 @@ Object.keys(Filters).forEach(function(k) {
let envFlag = process.env.VUE_APP_FLAG
if (envFlag != 'prd' || envFlag != 'dat') {
// eslint-disable-next-line no-undef
eruda.init()
Vue.config.devtools = true
// eruda.init()
Vue.config.devtools = false
} else {
Vue.config.devtools = false
// eslint-disable-next-line no-undef