init
This commit is contained in:
9
src/config/index.js
Normal file
9
src/config/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// 框架默认配置(使用时会被项目配置覆盖)
|
||||
module.exports = {
|
||||
title: "Admin Framework",
|
||||
homeName: "首页",
|
||||
apiUrl: "/api/",
|
||||
cookieExpires: 1,
|
||||
uploadMaxLimitSize: 10
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user