wangguoyu 3 달 전
부모
커밋
63518151a3
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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();
 	})