wangguoyu il y a 12 heures
Parent
commit
63518151a3
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      pages/Login/clientIndex.vue

+ 4 - 0
pages/Login/clientIndex.vue

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