Browse Source

去掉console

lifanagju_citu 10 tháng trước cách đây
mục cha
commit
ef61b19526
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/views/recruit/personal/home/index.vue

+ 0 - 1
src/views/recruit/personal/home/index.vue

@@ -32,7 +32,6 @@ import { useRouter } from 'vue-router'
 import { nextTick, ref } from 'vue'
 
 const router = useRouter()
-console.log('1', localStorage.getItem('simpleCompleteDialogHaveBeenShow'))
 const simple = localStorage.getItem('simpleCompleteDialogHaveBeenShow')
 const showSimplePage = ref(simple? false : true) // 只提示一次
 nextTick(() => {