wangguoyu hai 3 meses
pai
achega
63518151a3
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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();
 	})