mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
delete some files
This commit is contained in:
parent
f515d8d9a0
commit
ada16694a4
@ -1,7 +0,0 @@
|
|||||||
<?php
|
|
||||||
namespace app\admin\controller;
|
|
||||||
|
|
||||||
class Test
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
@ -1,7 +0,0 @@
|
|||||||
<?php
|
|
||||||
namespace app\admin\controller;
|
|
||||||
|
|
||||||
class UserType
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
@ -1,9 +0,0 @@
|
|||||||
<?php
|
|
||||||
namespace app\admin\model;
|
|
||||||
|
|
||||||
use think\Model;
|
|
||||||
|
|
||||||
class UserType extends Model
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
@ -10,6 +10,9 @@
|
|||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
'view_replace_str' => [
|
||||||
|
'__STATIC__'=>'/public/static/'
|
||||||
|
],
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | 应用设置
|
// | 应用设置
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user