wangguoyu 3 hónapja
szülő
commit
63518151a3
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      pages/Login/clientIndex.vue

+ 4 - 0
pages/Login/clientIndex.vue

@@ -65,6 +65,10 @@
 	const store = useIsCanBack();
 
 	onLoad((options) => {
+		if (options.from === 'appcx') {
+			id.value = options.id
+			fromPage.value = options.from;
+		}
 		getAllImg();
 	})