xiaozy #4

Merged
xiaozhiyong merged 2 commits from xiaozy into master 2023-04-12 16:34:02 +08:00
Showing only changes of commit 11c3bad638 - Show all commits

View File

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