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

kuaikuai 发布系统代码 [后台服务,演示应用]

上级 287fc3bb
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
{"tag":"ViewMsg12","position":"TOP","type":"ERROR"} {"tag":"ViewMsg12","position":"TOP","type":"ERROR"}
], ],
"VMGroup67":[ "VMGroup67":[
{"tag":"ViewMsg66","position":"TOP","type":"INFO"} {"tag":"ViewMsg66","position":"TOP","type":"ERROR"}
], ],
"VMGroup39":[ "VMGroup39":[
{"tag":"ViewMsg38","position":"TOP","type":"ERROR"} {"tag":"ViewMsg38","position":"TOP","type":"ERROR"}
......
...@@ -31,7 +31,7 @@ export default class ViewMsg66MessageServiceBase extends ViewMessageService { ...@@ -31,7 +31,7 @@ export default class ViewMsg66MessageServiceBase extends ViewMessageService {
this.content = "该示例展示各编辑器插件的呈现样式"; this.content = "该示例展示各编辑器插件的呈现样式";
this.closeMode = 0; this.closeMode = 0;
this.position = "TOP"; this.position = "TOP";
this.type = "info"; this.type = "error";
this.isEnableRemove = false; this.isEnableRemove = false;
this.order = 1; this.order = 1;
this.dynamicMode = "STATIC"; this.dynamicMode = "STATIC";
......
...@@ -2076,7 +2076,7 @@ mock.onGet('./assets/json/view-message-group.json').reply((config: any) => { ...@@ -2076,7 +2076,7 @@ mock.onGet('./assets/json/view-message-group.json').reply((config: any) => {
{"tag":"ViewMsg12","position":"TOP","type":"ERROR"} {"tag":"ViewMsg12","position":"TOP","type":"ERROR"}
], ],
"VMGroup67":[ "VMGroup67":[
{"tag":"ViewMsg66","position":"TOP","type":"INFO"} {"tag":"ViewMsg66","position":"TOP","type":"ERROR"}
], ],
"VMGroup39":[ "VMGroup39":[
{"tag":"ViewMsg38","position":"TOP","type":"ERROR"} {"tag":"ViewMsg38","position":"TOP","type":"ERROR"}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册