This commit is contained in:
liyukun 2021-07-15 12:52:34 +08:00
parent d51968fa65
commit 79470a8b3c
9 changed files with 2 additions and 51 deletions

View File

@ -1,12 +1,4 @@
<?php <?php
// +----------------------------------------------------------------------
// | HulaCWMS 呼啦企业网站管理系统
// +----------------------------------------------------------------------
// | Copyright (c) 2019 http://www.zhuopro.com All rights reserved.
// +----------------------------------------------------------------------
// | Author: 灼灼文化
// +----------------------------------------------------------------------
namespace app\common\taglib; namespace app\common\taglib;
use think\template\TagLib; use think\template\TagLib;
class Zz extends TagLib{ class Zz extends TagLib{

View File

@ -1,12 +1,4 @@
<?php <?php
// +----------------------------------------------------------------------
// | HulaCWMS 呼啦企业网站管理系统
// +----------------------------------------------------------------------
// | Copyright (c) 2019 http://www.zhuopro.com All rights reserved.
// +----------------------------------------------------------------------
// | Author: 灼灼文化
// +----------------------------------------------------------------------
namespace app\common\validate; namespace app\common\validate;
use think\Validate; use think\Validate;

View File

@ -1,12 +1,4 @@
<?php <?php
// +----------------------------------------------------------------------
// | HulaCWMS 呼啦企业网站管理系统
// +----------------------------------------------------------------------
// | Copyright (c) 2019 http://www.zhuopro.com All rights reserved.
// +----------------------------------------------------------------------
// | Author: 灼灼文化
// +----------------------------------------------------------------------
namespace app\common\validate; namespace app\common\validate;
use think\Validate; use think\Validate;

View File

@ -1,12 +1,4 @@
<?php <?php
// +----------------------------------------------------------------------
// | HulaCWMS 呼啦企业网站管理系统
// +----------------------------------------------------------------------
// | Copyright (c) 2019 http://www.zhuopro.com All rights reserved.
// +----------------------------------------------------------------------
// | Author: 灼灼文化
// +----------------------------------------------------------------------
namespace app\index\controller; namespace app\index\controller;
use app\common\model\Document; use app\common\model\Document;
use app\common\model\DocumentCategory; use app\common\model\DocumentCategory;

View File

@ -5,7 +5,6 @@ namespace app\index\controller;
use app\BaseController; use app\BaseController;
use app\common\model\PvLog; use app\common\model\PvLog;
use app\common\model\UrlLog; use app\common\model\UrlLog;
use app\common\model\SystemConfig;
/** /**
* 控制器基础类 * 控制器基础类

View File

@ -1,12 +1,4 @@
<?php <?php
// +----------------------------------------------------------------------
// | HulaCWMS 呼啦企业网站管理系统
// +----------------------------------------------------------------------
// | Copyright (c) 2019 http://www.zhuopro.com All rights reserved.
// +----------------------------------------------------------------------
// | Author: 灼灼文化
// +----------------------------------------------------------------------
namespace app\index\controller; namespace app\index\controller;
/** /**

View File

@ -1,12 +1,4 @@
<?php <?php
// +----------------------------------------------------------------------
// | HulaCWMS 呼啦企业网站管理系统
// +----------------------------------------------------------------------
// | Copyright (c) 2019 http://www.zhuopro.com All rights reserved.
// +----------------------------------------------------------------------
// | Author: 灼灼文化
// +----------------------------------------------------------------------
namespace app\index\controller; namespace app\index\controller;
use app\common\validate\Messageform as MessageformValidate; use app\common\validate\Messageform as MessageformValidate;
use think\facade\Db; use think\facade\Db;

View File

@ -25,7 +25,7 @@ return [
// 自动多应用模式 // 自动多应用模式
'auto_multi_app' => true, 'auto_multi_app' => true,
// 应用映射(自动多应用模式有效) // 应用映射(自动多应用模式有效)
'app_map' => ['*'=>'', 'api'=>'api', 'admin'=>'admin', 'index'=>'index'], 'app_map' => ['*'=>'', 'admin'=>'admin', 'index'=>'index'],
// 域名绑定(自动多应用模式有效) // 域名绑定(自动多应用模式有效)
'domain_bind' => [], 'domain_bind' => [],
// 禁止URL访问的应用列表自动多应用模式有效 // 禁止URL访问的应用列表自动多应用模式有效

View File

@ -13,7 +13,7 @@ return [
// 是否开启路由延迟解析 // 是否开启路由延迟解析
'url_lazy_route' => false, 'url_lazy_route' => false,
// 是否强制使用路由 // 是否强制使用路由
'url_route_must' => true, 'url_route_must' => false,
// 合并路由规则 // 合并路由规则
'route_rule_merge' => false, 'route_rule_merge' => false,
// 路由是否完全匹配 // 路由是否完全匹配