Parcourir la source

课程+考试

wangxy il y a 2 mois
Parent
commit
fb78e87000
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  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>