字典js移动位置

This commit is contained in:
2022-12-17 16:56:04 +08:00
parent 46f049f1c1
commit 0a60c259f0
7 changed files with 5 additions and 5 deletions

View File

@@ -213,7 +213,7 @@
import crud from '@/mixins/crud'
import { update, get } from '@/api/generator/genConfig'
import { save, sync, generator } from '@/api/generator/generator'
import { getDicts } from '@/api/system/dict'
import { getDicts } from '@/views/system/dict/dict'
export default {
name: 'GeneratorConfig',
components: {},