wangguoyu 3 tháng trước cách đây
mục cha
commit
63518151a3
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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();
 	})