提交 f21ac4b5 编写于 作者: ibizdev's avatar ibizdev

liuleizhi 发布系统代码

上级 eec7edf4
{
"VMGroup":[
{"tag":"ViewMsg","position":"TOP","type":"INFO"}
]
}
\ No newline at end of file
......@@ -39,7 +39,8 @@ export class MessageServiceRegister {
* @memberof MessageServiceRegister
*/
protected init(): void {
}
this.allMessageService.set('ViewMsg', () => import('@/message/view-msg/view-msg-message'));
}
/**
* 加载视图消息服务
......
......@@ -430,5 +430,8 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
mock.onGet('./assets/json/view-message-group.json').reply((config: any) => {
let status = MockAdapter.mockStatus(config);
return [status,{
"VMGroup":[
{"tag":"ViewMsg","position":"TOP","type":"INFO"}
]
}];
});
\ No newline at end of file
......@@ -4,7 +4,7 @@
<card class='view-card view-no-caption view-no-toolbar' :dis-hover="true" :bordered="false">
<div class='content-container pickup-grid-view'>
<div class='view-top-messages'>
</div>
<app-alert-group position='TOP' infoGroup='VMGroup'></app-alert-group> </div>
<view_searchform
:viewState="viewState"
:viewparams="viewparams"
......@@ -43,7 +43,7 @@
@closeview="closeView($event)">
</view_grid>
<div class='view-bottom-messages'>
</div>
<app-alert-group position='BOTTOM' infoGroup='VMGroup'></app-alert-group> </div>
</div>
</card>
</div>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册