소스 검색

课程+考试

wangxy 2 달 전
부모
커밋
fb78e87000
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      pages/Login/index.vue

+ 4 - 4
pages/Login/index.vue

@@ -1,13 +1,13 @@
 <template>
 	<!-- 客户端 -->
-	// #ifdef H5
+  <!-- #ifdef H5-->
 	<ClientLoginBox></ClientLoginBox>
-	// #endif
+  <!--	#endif-->
 	    
 	<!-- 管理端 -->
-	// #ifdef APP-PLUS
+	<!-- #ifdef APP-PLUS -->
 	<AdminloginBox></AdminloginBox>
-	// #endif
+	<!-- #endif -->
 
 </template>
 <script setup>