diff --git a/src/main.js b/src/main.js index 72f9e90..8486789 100644 --- a/src/main.js +++ b/src/main.js @@ -3,7 +3,7 @@ import App from './App.vue' import router from './router' import store from './store' import Vant from 'vant' -import VConsole from "vconsole" +// import VConsole from "vconsole" import { setLocalStorage, compressFile } from '@/utils' import msgAlert, { handleForceCloseLoading } from './plugin/msgAlert' import pluginPermission from '@/plugin/permission' @@ -34,9 +34,9 @@ Vue.use(directive) Vue.prototype.$forceCloseLoading = handleForceCloseLoading Vue.use(pluginPermission) Vue.use(VueClipboard) -if (window.location.href.indexOf('localhost') === -1 && window.location.href.indexOf('www.joineast.com') === -1) { +/* if (window.location.href.indexOf('localhost') === -1 && window.location.href.indexOf('www.joineast.com') === -1) { new VConsole() -} +} */ Vue.prototype.$EventBus = new Vue() // 注册全局EventBus Vue.prototype.$compressFile = compressFile diff --git a/src/views/login/index.vue b/src/views/login/index.vue index f6c5e69..e6effea 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -8,6 +8,7 @@