11 lines
192 B
Vue
11 lines
192 B
Vue
<!--
|
|
后端版本>=5.4.0 这个从本地路由变为从后台返回
|
|
-->
|
|
<script setup lang="ts">
|
|
import EditGenPage from './edit-gen.vue';
|
|
</script>
|
|
|
|
<template>
|
|
<EditGenPage />
|
|
</template>
|