mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 01:52:48 +08:00
发布新版本;增加自动替换脚本
This commit is contained in:
9
app/admin/service/AdminUpdateCodeService.php
Normal file
9
app/admin/service/AdminUpdateCodeService.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace app\admin\service;
|
||||
|
||||
use base\admin\service\AdminUpdateCodeServiceBase;
|
||||
|
||||
class AdminUpdateCodeService extends AdminUpdateCodeServiceBase
|
||||
{
|
||||
}
|
||||
13
app/admin/view/index/_common.js
Normal file
13
app/admin/view/index/_common.js
Normal file
@@ -0,0 +1,13 @@
|
||||
var init = {
|
||||
tableElem: '#currentTable',
|
||||
tableRenderId: 'currentTableRenderId',
|
||||
indexUrl: 'mall.goods/index',
|
||||
addUrl: 'mall.goods/add',
|
||||
editUrl: 'mall.goods/edit',
|
||||
deleteUrl: 'mall.goods/delete',
|
||||
exportUrl: 'mall.goods/export',
|
||||
modifyUrl: 'mall.goods/modify',
|
||||
stock_url: 'mall.goods/stock',
|
||||
read_url: 'mall.goods/read',
|
||||
formFullScreen: true,
|
||||
};
|
||||
11
app/common/command/admin/UpdateCode.php
Normal file
11
app/common/command/admin/UpdateCode.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace app\common\command\admin;
|
||||
|
||||
use base\common\command\admin\UpdateCodeBase;
|
||||
|
||||
class UpdateCode extends UpdateCodeBase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user