调整 api 目录,代码优化

This commit is contained in:
dqjdda
2019-11-22 19:57:35 +08:00
parent d99fb71fe0
commit 559adfd786
61 changed files with 394 additions and 831 deletions

View File

@@ -16,7 +16,7 @@
</template>
<script>
import { add, edit } from '@/api/dict'
import { add, edit } from '@/api/system/dict'
export default {
props: {
isAdd: {

View File

@@ -92,7 +92,7 @@
<script>
import checkPermission from '@/utils/permission'
import initData from '@/mixins/initData'
import { del, downloadDict } from '@/api/dict'
import { del, downloadDict } from '@/api/system/dict'
import dictDetail from '../dictDetail/index'
import { downloadFile } from '@/utils/index'
import eForm from './form'