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

liuleizhi 发布系统代码

上级 297e96a5
{
"VMGroup":[
{"tag":"ViewMsg","position":"TOP","type":"INFO"}
]
}
\ No newline at end of file
......@@ -39,8 +39,7 @@ export class MessageServiceRegister {
* @memberof MessageServiceRegister
*/
protected init(): void {
this.allMessageService.set('ViewMsg', () => import('@/message/view-msg/view-msg-message'));
}
}
/**
* 加载视图消息服务
......
......@@ -430,8 +430,5 @@ 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
......@@ -7,7 +7,7 @@
</div>
<div class='content-container'>
<div class='view-top-messages'>
<app-alert-group position='TOP' infoGroup='VMGroup'></app-alert-group> </div>
</div>
<div style='margin-bottom: 6px;'>
<i-input v-show="!isExpandSearchForm" v-model="query" search enter-button @on-search="onSearch($event)" class='quick-search-input' style='max-width: 400px;' placeholder="名称" />
<div class='pull-right'>
......@@ -139,7 +139,7 @@
@closeview="closeView($event)">
</view_grid>
<div class='view-bottom-messages'>
<app-alert-group position='BOTTOM' infoGroup='VMGroup'></app-alert-group> </div>
</div>
</div>
</card>
</div>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册