chenjun hace 2 años
padre
commit
89c2588038
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/App.vue

+ 3 - 0
src/App.vue

@@ -21,4 +21,7 @@ onBeforeMount(() => {
   //set tmp token when setting isNeedLogin false
   if (!settings.value.isNeedLogin) setToken(settings.value.tmpToken)
 })
+
+
+
 </script>