注释掉console

This commit is contained in:
wulin 2020-11-06 14:37:38 +08:00
parent 1f0878e6eb
commit 4d7bbf9ca4

View File

@ -9,9 +9,8 @@ import Router from 'vue-router'
import { apiGetMenuNav } from '@/api/api_menu'
import { isURL } from '@/utils/validate'
import {clearLoginInfo} from '@/utils'
import VConsole from 'vconsole'
let vConsole = new VConsole()
//import VConsole from 'vconsole'
//let vConsole = new VConsole()
Vue.use(Router)
// 开发环境不使用懒加载, 因为懒加载页面太多的话会造成webpack热更新太慢, 所以只有生产环境使用懒加载