mirror of
https://github.com/certd/certd.git
synced 2026-05-16 21:27:34 +08:00
fix: 修复宝塔授权测试按钮显示错误的bug
This commit is contained in:
@@ -67,7 +67,6 @@ export function errorLog(error: any, notify = true) {
|
||||
|
||||
/**
|
||||
* @description 创建一个错误
|
||||
* @param {String} msg 错误信息
|
||||
*/
|
||||
export function errorCreate(msg: string, notify = true, data?: any) {
|
||||
const err = new CodeError(msg, data.code, data.data);
|
||||
|
||||
Reference in New Issue
Block a user