You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
288 B

2 years ago
<template>
<router-view />
</template>
<script lang="ts" setup>
import watermark from '@/utils/watermark.js';
watermark.set('货无忧')
2 years ago
</script>
<style>
html,
body,
#app {
width: 100%;
height: 100%;
}
.BMap_cpyCtrl,
.anchorBL {
display: none !important;
}
2 years ago
</style>