mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2025-12-10 16:12:50 +00:00
v8.x
This commit is contained in:
parent
b777961acf
commit
5db7b4b2e7
@ -217,7 +217,7 @@ export class PluginService extends BaseService {
|
||||
} catch (e) {
|
||||
return {
|
||||
type: 0,
|
||||
message: `插件信息不完整,请检查${data.errorData}`,
|
||||
message: `插件信息不完整,请检查${data?.errorData || ''}`,
|
||||
};
|
||||
}
|
||||
const check = await this.pluginInfoEntity.findOne({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user