flat:初始化

This commit is contained in:
史典卓
2024-11-18 16:38:38 +08:00
commit 903776f4b9
242 changed files with 24577 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
/* eslint-disable */
// 该文件由 OneAPI 自动生成,请勿手动修改!
import * as Auth from './auth';
import * as User from './User';
import * as Dict from './dict';
import * as Menu from './menu';
export default {
Auth,
User,
Dict,
Menu,
};