mirror of https://github.com/1099438829/apeblog
This commit is contained in:
parent
d51968fa65
commit
79470a8b3c
|
|
@ -1,12 +1,4 @@
|
|||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | HulaCWMS 呼啦企业网站管理系统
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2019 http://www.zhuopro.com All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: 灼灼文化
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace app\common\taglib;
|
||||
use think\template\TagLib;
|
||||
class Zz extends TagLib{
|
||||
|
|
|
|||
|
|
@ -1,12 +1,4 @@
|
|||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | HulaCWMS 呼啦企业网站管理系统
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2019 http://www.zhuopro.com All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: 灼灼文化
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace app\common\validate;
|
||||
use think\Validate;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +1,4 @@
|
|||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | HulaCWMS 呼啦企业网站管理系统
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2019 http://www.zhuopro.com All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: 灼灼文化
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace app\common\validate;
|
||||
use think\Validate;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +1,4 @@
|
|||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | HulaCWMS 呼啦企业网站管理系统
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2019 http://www.zhuopro.com All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: 灼灼文化
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace app\index\controller;
|
||||
use app\common\model\Document;
|
||||
use app\common\model\DocumentCategory;
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ namespace app\index\controller;
|
|||
use app\BaseController;
|
||||
use app\common\model\PvLog;
|
||||
use app\common\model\UrlLog;
|
||||
use app\common\model\SystemConfig;
|
||||
|
||||
/**
|
||||
* 控制器基础类
|
||||
|
|
|
|||
|
|
@ -1,12 +1,4 @@
|
|||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | HulaCWMS 呼啦企业网站管理系统
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2019 http://www.zhuopro.com All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: 灼灼文化
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace app\index\controller;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -1,12 +1,4 @@
|
|||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | HulaCWMS 呼啦企业网站管理系统
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2019 http://www.zhuopro.com All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: 灼灼文化
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
namespace app\index\controller;
|
||||
use app\common\validate\Messageform as MessageformValidate;
|
||||
use think\facade\Db;
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ return [
|
|||
// 自动多应用模式
|
||||
'auto_multi_app' => true,
|
||||
// 应用映射(自动多应用模式有效)
|
||||
'app_map' => ['*'=>'', 'api'=>'api', 'admin'=>'admin', 'index'=>'index'],
|
||||
'app_map' => ['*'=>'', 'admin'=>'admin', 'index'=>'index'],
|
||||
// 域名绑定(自动多应用模式有效)
|
||||
'domain_bind' => [],
|
||||
// 禁止URL访问的应用列表(自动多应用模式有效)
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ return [
|
|||
// 是否开启路由延迟解析
|
||||
'url_lazy_route' => false,
|
||||
// 是否强制使用路由
|
||||
'url_route_must' => true,
|
||||
'url_route_must' => false,
|
||||
// 合并路由规则
|
||||
'route_rule_merge' => false,
|
||||
// 路由是否完全匹配
|
||||
|
|
|
|||
Loading…
Reference in New Issue