增加订单超时系统配置,WebFooter 增加公安备案号

This commit is contained in:
GeekMaster
2025-09-05 10:42:02 +08:00
parent 52d297624d
commit 26f3db09a7
8 changed files with 72 additions and 32 deletions

View File

@@ -39,11 +39,14 @@
/>
</div>
</div>
<footer-bar />
</div>
</div>
</template>
<script setup>
import FooterBar from '@/components/FooterBar.vue'
import LoginDialog from '@/components/LoginDialog.vue'
import { isMobile } from '@/utils/libs'
import { onMounted, ref } from 'vue'