|
@@ -76,7 +76,7 @@ export class ResourceModule extends ModuleRoot {
|
|
|
|
|
|
this.controls.sysImageListCtrl.setCrudPrefix("/sys/source");
|
|
|
this.controls.sysImageListCtrl.state.size = 20;
|
|
|
- this.controls.sysImageListCtrl.state.query = { fileType: "image" };
|
|
|
+ this.controls.sysImageListCtrl.state.query = { fileType: "image" , isSvg: {$ne: true}};
|
|
|
|
|
|
this.controls.sysVideoListCtrl.setCrudPrefix("/sys/source");
|
|
|
this.controls.sysVideoListCtrl.state.size = 20;
|