refactor: ♻️ 代码生成api路径优化
This commit is contained in:
@@ -430,7 +430,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
defineOptions({
|
||||
name: "Generator",
|
||||
name: "Codegen",
|
||||
});
|
||||
|
||||
import Sortable from "sortablejs";
|
||||
@@ -447,7 +447,7 @@ import GeneratorAPI, {
|
||||
GenConfigForm,
|
||||
TablePageQuery,
|
||||
FieldConfig,
|
||||
} from "@/api/generator";
|
||||
} from "@/api/codegen";
|
||||
|
||||
import DictAPI from "@/api/dict";
|
||||
import MenuAPI from "@/api/menu";
|
||||
Reference in New Issue
Block a user