Jelajahi Sumber

feat: 修改

ljc 2 minggu lalu
induk
melakukan
fb8a5f11c8
1 mengubah file dengan 5 tambahan dan 1 penghapusan
  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 或你的初始化文件中