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