添加后台启动脚本和修改域名
This commit is contained in:
@@ -263,6 +263,10 @@ const generateOperationDesc = (req, responseBody) => {
|
||||
if (url.includes('/reports')) {
|
||||
return `查看${moduleName}报表`;
|
||||
}
|
||||
// 如果是获取单个记录详情,可能是用于编辑
|
||||
if (url.match(/\/\d+$/)) {
|
||||
return `获取${moduleName}详情`;
|
||||
}
|
||||
return `查看${moduleName}数据`;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user