Browse Source

去除打印

1
mo 2 years ago
parent
commit
f4b1584ad5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/student/main.ts

+ 2 - 2
src/student/main.ts

@@ -54,8 +54,8 @@ if (state.platformType === 'TEACHER') {
   state.platformApi = '/api-student'
 }
 
-import Vconsole from 'vconsole'
-const vconsole = new Vconsole()
+// import Vconsole from 'vconsole'
+// const vconsole = new Vconsole()
 const app = createApp(App).use(Vue3Lottie)
 app.use(router)