7 lines
138 B
Vue
Raw Normal View History

2025-01-25 02:48:00 +00:00
<template>
<div style="width: 100%; height: 100%">
2025-01-25 02:57:42 +00:00
<div>运营服务</div>
2025-01-25 02:48:00 +00:00
</div>
</template>
<script setup name="home"></script>