后台管理升级完成

This commit is contained in:
devil_gong
2018-12-24 17:40:42 +08:00
parent def2a12fa1
commit f78bc4fed3
18 changed files with 137 additions and 380 deletions

View File

@ -38,9 +38,15 @@ define('__MY_VIEW_URL__', substr(__MY_URL__, 0, -1).$request_url);
// exit(header('location:'.$url));
// }
// 开启调试模式 建议开发阶段开启 部署阶段注释或者设为false
// 系统版本
define('APPLICATION_VERSION', 'v1.2.0');
// 调试模式 建议开发阶段开启 部署阶段注释或者设为false
define('APP_DEBUG', true);
// 应用Trace 建议开发阶段开启 部署阶段注释或者设为false
define('APP_TRACE', true);
// 分之模式,master,develop,test,debug
define('APP_STATUS', 'develop');