merchapp/java-mall-app-shop-admin/pages/viewCenter/viewCenter.vue
2025-02-26 14:56:27 +08:00

10 lines
119 B
Vue

<template>
<view>这是视图中心模块</view>
</template>
<script>
export default {};
</script>
<style>
</style>