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

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

上级 94722e62
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
{"tag":"ViewMsg14","position":"TOP","type":"ERROR"} {"tag":"ViewMsg14","position":"TOP","type":"ERROR"}
], ],
"VMGroup21":[ "VMGroup21":[
{"tag":"ViewMsg20","position":"TOP","type":"INFO"} {"tag":"ViewMsg20","position":"TOP","type":"ERROR"}
], ],
"VMGroup11":[ "VMGroup11":[
{"tag":"ViewMsg10","position":"TOP","type":"ERROR"} {"tag":"ViewMsg10","position":"TOP","type":"ERROR"}
......
...@@ -31,7 +31,7 @@ export default class ViewMsg20MessageServiceBase extends ViewMessageService { ...@@ -31,7 +31,7 @@ export default class ViewMsg20MessageServiceBase 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";
......
...@@ -1239,7 +1239,7 @@ mock.onGet('./assets/json/view-message-group.json').reply((config: any) => { ...@@ -1239,7 +1239,7 @@ mock.onGet('./assets/json/view-message-group.json').reply((config: any) => {
{"tag":"ViewMsg14","position":"TOP","type":"ERROR"} {"tag":"ViewMsg14","position":"TOP","type":"ERROR"}
], ],
"VMGroup21":[ "VMGroup21":[
{"tag":"ViewMsg20","position":"TOP","type":"INFO"} {"tag":"ViewMsg20","position":"TOP","type":"ERROR"}
], ],
"VMGroup11":[ "VMGroup11":[
{"tag":"ViewMsg10","position":"TOP","type":"ERROR"} {"tag":"ViewMsg10","position":"TOP","type":"ERROR"}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册