发布新版本;增加自动替换脚本

This commit is contained in:
2023-12-08 14:09:13 +08:00
parent 89c0961cbc
commit 9f2d0898ec
9 changed files with 232 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace app\admin\service;
use base\admin\service\AdminUpdateCodeServiceBase;
class AdminUpdateCodeService extends AdminUpdateCodeServiceBase
{
}

View 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,
};