mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 17:42:49 +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,
|
||||
};
|
||||
Reference in New Issue
Block a user