ljc 2 nedēļas atpakaļ
vecāks
revīzija
fb8a5f11c8
1 mainītis faili ar 5 papildinājumiem un 1 dzēšanām
  1. 5 1
      App.vue

+ 5 - 1
App.vue

@@ -21,11 +21,15 @@ const globalStore = useGlobalStore()
 onLoad((options) => {
 	updateRoute();
 	// checkUpdate()
+  setTimeout(()=>{
+    handleSignupRoute(options)
+
+  },100)
 })
 onShow((options) => {
 	updateRoute();
 	// checkUpdate()
-	handleSignupRoute(options)
+
 })
 
 // App.vue 或你的初始化文件中