mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-08 11:02:48 +08:00
删除错误的引入;优化目录创建
This commit is contained in:
@@ -12,12 +12,12 @@ use think\console\Output;
|
|||||||
|
|
||||||
class VersionBase extends Command
|
class VersionBase extends Command
|
||||||
{
|
{
|
||||||
public const VERSION = 'v2.0.67';
|
public const VERSION = 'v2.0.68';
|
||||||
|
|
||||||
public const LAYUI_VERSION = '2.8.17';
|
public const LAYUI_VERSION = '2.8.17';
|
||||||
|
|
||||||
public const COMMENT = [
|
public const COMMENT = [
|
||||||
'修复动态输入组件的错误',
|
'删除错误的引入;优化目录创建',
|
||||||
'发布新版本',
|
'发布新版本',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -13,8 +13,6 @@ use think\facade\Filesystem;
|
|||||||
use think\response\View;
|
use think\response\View;
|
||||||
use think\route\Url;
|
use think\route\Url;
|
||||||
|
|
||||||
include_once __DIR__ . '/common/app/functions.php';
|
|
||||||
|
|
||||||
if (!function_exists('__url')) {
|
if (!function_exists('__url')) {
|
||||||
/**
|
/**
|
||||||
* 构建URL地址
|
* 构建URL地址
|
||||||
|
|||||||
Reference in New Issue
Block a user