mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat: 新增api代码生成模板
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { ref } from 'vue';
|
||||
import { fetchGetDictDataByType } from '@/service/api';
|
||||
import { fetchGetDictDataByType } from '@/service/api/system';
|
||||
import { useDictStore } from '@/store/modules/dict';
|
||||
|
||||
export function useDict(dictType: string, immediate: boolean = true) {
|
||||
|
Reference in New Issue
Block a user