This commit is contained in:
xiaozhiyong
2023-04-12 13:25:42 +08:00
parent 208a1f480f
commit d804c50583
2 changed files with 6 additions and 5 deletions

View File

@@ -11,9 +11,10 @@ import '@/assets/iconfont/iconfont.css'
import { createPinia, PiniaVuePlugin } from 'pinia'
import vConsole from 'vconsole'
if (process.env.VUE_APP_ENV !== 'production') {
new vConsole()
}
// if (process.env.VUE_APP_ENV !== 'production') {
// new vConsole()
// }
new vConsole()
Vue.use(PiniaVuePlugin)
const pinia = createPinia()