|
@@ -12,8 +12,8 @@ import 'vant/es/image-preview/style';
|
|
|
|
|
|
// import { urlParams } from '~/utils/utils'
|
|
|
|
|
|
-import VConsole from 'vconsole'
|
|
|
-new VConsole()
|
|
|
+// import VConsole from 'vconsole'
|
|
|
+// new VConsole()
|
|
|
|
|
|
// const search = new URLSearchParams(location.search)
|
|
|
// if (search.get('debug') || urlParams?.debug) {
|
|
@@ -23,4 +23,4 @@ new VConsole()
|
|
|
const app = createApp(App)
|
|
|
|
|
|
app.use(router)
|
|
|
-app.mount('#app')
|
|
|
+app.mount('#app')
|