新增页面

dev
zhaokai 2025-09-19 14:40:44 +08:00
parent ec54db3709
commit e9c3c96e6b
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<template>
<index-page :data-type="50" />
</template>
<script setup>
import indexPage from "@/views/data_directory/basic/index.vue";
</script>
<style scoped lang="scss"></style>