新增页面
parent
ec54db3709
commit
e9c3c96e6b
|
@ -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>
|
Loading…
Reference in New Issue