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