mo 2 years ago
parent
commit
6a63f69262
2 changed files with 3 additions and 2 deletions
  1. 2 2
      src/school/main.ts
  2. 1 0
      src/school/school-detail/eidt-school.tsx

+ 2 - 2
src/school/main.ts

@@ -30,8 +30,8 @@ postMessage(
     console.log(res, 'version')
   }
 )
-// import Vconsole from 'vconsole'
-// const vconsole = new Vconsole()
+import Vconsole from 'vconsole'
+const vconsole = new Vconsole()
 const paymentType = (window as any).paymentType // 浏览器设置
 if (browser().isTeacher || paymentType === 'TEACHER') {
   state.platformType = 'TEACHER'

+ 1 - 0
src/school/school-detail/eidt-school.tsx

@@ -124,6 +124,7 @@ export default defineComponent({
             content: { type: 'modify', orginPoint: forms.addressLongitudeLatitude }
           },
           (data: any) => {
+            console.log(data)
             forms.addressLongitudeLatitude = data.content.nowPoint
             forms.address = data.content.address
           }