This commit is contained in:
张成
2025-10-08 15:10:33 +08:00
commit 2e1cd65b07
161 changed files with 19936 additions and 0 deletions

9
src/config/index.js Normal file
View File

@@ -0,0 +1,9 @@
// 框架默认配置(使用时会被项目配置覆盖)
module.exports = {
title: "Admin Framework",
homeName: "首页",
apiUrl: "/api/",
cookieExpires: 1,
uploadMaxLimitSize: 10
}