Explorar el Código

钉钉登录提前

yanghao hace 3 semanas
padre
commit
1865045114
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/index.vue

+ 1 - 1
src/views/index.vue

@@ -1394,7 +1394,7 @@ const getTagName = (tag: string) => {
 
 let oaTasks = ref([]);
 
-await dingTalkAutoLogin();
+dingTalkAutoLogin();
 onMounted(async () => {
   slideTimer = setInterval(nextSlide, 5000);