ソースを参照

课程+考试

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>