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

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

上级 da1c1bfc
{ {
"VMGroup16":[ "VMGroup16":[
{"tag":"ViewMsg15","position":"TOP","type":"INFO"} {"tag":"ViewMsg15","position":"TOP","type":"ERROR"}
], ],
"VMGroup":[ "VMGroup":[
{"tag":"ViewMsg","position":"TOP","type":"ERROR"} {"tag":"ViewMsg","position":"TOP","type":"ERROR"}
...@@ -9,28 +9,28 @@ ...@@ -9,28 +9,28 @@
{"tag":"ViewMsg11","position":"TOP","type":"INFO"} {"tag":"ViewMsg11","position":"TOP","type":"INFO"}
], ],
"VMGroup14":[ "VMGroup14":[
{"tag":"ViewMsg13","position":"TOP","type":"INFO"} {"tag":"ViewMsg13","position":"TOP","type":"ERROR"}
], ],
"VMGroup6":[ "VMGroup6":[
{"tag":"ViewMsg6","position":"TOP","type":"INFO"} {"tag":"ViewMsg6","position":"TOP","type":"ERROR"}
], ],
"VMGroup3":[ "VMGroup3":[
{"tag":"ViewMsg3","position":"TOP","type":"ERROR"} {"tag":"ViewMsg3","position":"TOP","type":"ERROR"}
], ],
"VMGroup9":[ "VMGroup9":[
{"tag":"DataViewDar","position":"TOP","type":"INFO"} {"tag":"DataViewDar","position":"TOP","type":"ERROR"}
], ],
"VMGroup13":[ "VMGroup13":[
{"tag":"ViewMsg12","position":"TOP","type":"INFO"} {"tag":"ViewMsg12","position":"TOP","type":"INFO"}
], ],
"VMGroup5":[ "VMGroup5":[
{"tag":"ViewMsg5","position":"TOP","type":"INFO"} {"tag":"ViewMsg5","position":"TOP","type":"ERROR"}
], ],
"VMGroup7":[ "VMGroup7":[
{"tag":"ViewMsg7","position":"TOP","type":"INFO"} {"tag":"ViewMsg7","position":"TOP","type":"ERROR"}
], ],
"VMGroup17":[ "VMGroup17":[
{"tag":"ViewMsg16","position":"TOP","type":"INFO"} {"tag":"ViewMsg16","position":"TOP","type":"ERROR"}
], ],
"VMGroup2":[ "VMGroup2":[
{"tag":"ViewMsg2","position":"TOP","type":"ERROR"} {"tag":"ViewMsg2","position":"TOP","type":"ERROR"}
...@@ -45,10 +45,10 @@ ...@@ -45,10 +45,10 @@
{"tag":"ViewMsg10","position":"TOP","type":"INFO"} {"tag":"ViewMsg10","position":"TOP","type":"INFO"}
], ],
"VMGroup8":[ "VMGroup8":[
{"tag":"ViewMsg8","position":"TOP","type":"INFO"} {"tag":"ViewMsg8","position":"TOP","type":"ERROR"}
], ],
"VMGroup18":[ "VMGroup18":[
{"tag":"ViewMsg17","position":"TOP","type":"INFO"} {"tag":"ViewMsg17","position":"TOP","type":"ERROR"}
], ],
"VMGroup4":[ "VMGroup4":[
{"tag":"ViewMsg4","position":"TOP","type":"ERROR"} {"tag":"ViewMsg4","position":"TOP","type":"ERROR"}
......
...@@ -31,7 +31,7 @@ export default class DataViewDarMessageServiceBase extends ViewMessageService { ...@@ -31,7 +31,7 @@ export default class DataViewDarMessageServiceBase 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";
......
...@@ -31,7 +31,7 @@ export default class ViewMsg13MessageServiceBase extends ViewMessageService { ...@@ -31,7 +31,7 @@ export default class ViewMsg13MessageServiceBase 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";
......
...@@ -31,7 +31,7 @@ export default class ViewMsg15MessageServiceBase extends ViewMessageService { ...@@ -31,7 +31,7 @@ export default class ViewMsg15MessageServiceBase 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";
......
...@@ -31,7 +31,7 @@ export default class ViewMsg16MessageServiceBase extends ViewMessageService { ...@@ -31,7 +31,7 @@ export default class ViewMsg16MessageServiceBase 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";
......
...@@ -31,7 +31,7 @@ export default class ViewMsg17MessageServiceBase extends ViewMessageService { ...@@ -31,7 +31,7 @@ export default class ViewMsg17MessageServiceBase extends ViewMessageService {
this.content = "编辑表单动态显示:文本框内容不为空,数值框值不等于100"; this.content = "编辑表单动态显示:文本框内容不为空,数值框值不等于100";
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";
......
...@@ -31,7 +31,7 @@ export default class ViewMsg5MessageServiceBase extends ViewMessageService { ...@@ -31,7 +31,7 @@ export default class ViewMsg5MessageServiceBase extends ViewMessageService {
this.content = "表格值规则:作者名不能为空;图书数量不能小于0"; this.content = "表格值规则:作者名不能为空;图书数量不能小于0";
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";
......
...@@ -31,7 +31,7 @@ export default class ViewMsg6MessageServiceBase extends ViewMessageService { ...@@ -31,7 +31,7 @@ export default class ViewMsg6MessageServiceBase 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";
......
...@@ -31,7 +31,7 @@ export default class ViewMsg7MessageServiceBase extends ViewMessageService { ...@@ -31,7 +31,7 @@ export default class ViewMsg7MessageServiceBase 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";
......
...@@ -31,7 +31,7 @@ export default class ViewMsg8MessageServiceBase extends ViewMessageService { ...@@ -31,7 +31,7 @@ export default class ViewMsg8MessageServiceBase 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";
......
...@@ -1143,7 +1143,7 @@ mock.onGet('./assets/json/view-message-group.json').reply((config: any) => { ...@@ -1143,7 +1143,7 @@ mock.onGet('./assets/json/view-message-group.json').reply((config: any) => {
let status = MockAdapter.mockStatus(config); let status = MockAdapter.mockStatus(config);
return [status,{ return [status,{
"VMGroup16":[ "VMGroup16":[
{"tag":"ViewMsg15","position":"TOP","type":"INFO"} {"tag":"ViewMsg15","position":"TOP","type":"ERROR"}
], ],
"VMGroup":[ "VMGroup":[
{"tag":"ViewMsg","position":"TOP","type":"ERROR"} {"tag":"ViewMsg","position":"TOP","type":"ERROR"}
...@@ -1152,28 +1152,28 @@ mock.onGet('./assets/json/view-message-group.json').reply((config: any) => { ...@@ -1152,28 +1152,28 @@ mock.onGet('./assets/json/view-message-group.json').reply((config: any) => {
{"tag":"ViewMsg11","position":"TOP","type":"INFO"} {"tag":"ViewMsg11","position":"TOP","type":"INFO"}
], ],
"VMGroup14":[ "VMGroup14":[
{"tag":"ViewMsg13","position":"TOP","type":"INFO"} {"tag":"ViewMsg13","position":"TOP","type":"ERROR"}
], ],
"VMGroup6":[ "VMGroup6":[
{"tag":"ViewMsg6","position":"TOP","type":"INFO"} {"tag":"ViewMsg6","position":"TOP","type":"ERROR"}
], ],
"VMGroup3":[ "VMGroup3":[
{"tag":"ViewMsg3","position":"TOP","type":"ERROR"} {"tag":"ViewMsg3","position":"TOP","type":"ERROR"}
], ],
"VMGroup9":[ "VMGroup9":[
{"tag":"DataViewDar","position":"TOP","type":"INFO"} {"tag":"DataViewDar","position":"TOP","type":"ERROR"}
], ],
"VMGroup13":[ "VMGroup13":[
{"tag":"ViewMsg12","position":"TOP","type":"INFO"} {"tag":"ViewMsg12","position":"TOP","type":"INFO"}
], ],
"VMGroup5":[ "VMGroup5":[
{"tag":"ViewMsg5","position":"TOP","type":"INFO"} {"tag":"ViewMsg5","position":"TOP","type":"ERROR"}
], ],
"VMGroup7":[ "VMGroup7":[
{"tag":"ViewMsg7","position":"TOP","type":"INFO"} {"tag":"ViewMsg7","position":"TOP","type":"ERROR"}
], ],
"VMGroup17":[ "VMGroup17":[
{"tag":"ViewMsg16","position":"TOP","type":"INFO"} {"tag":"ViewMsg16","position":"TOP","type":"ERROR"}
], ],
"VMGroup2":[ "VMGroup2":[
{"tag":"ViewMsg2","position":"TOP","type":"ERROR"} {"tag":"ViewMsg2","position":"TOP","type":"ERROR"}
...@@ -1188,10 +1188,10 @@ mock.onGet('./assets/json/view-message-group.json').reply((config: any) => { ...@@ -1188,10 +1188,10 @@ mock.onGet('./assets/json/view-message-group.json').reply((config: any) => {
{"tag":"ViewMsg10","position":"TOP","type":"INFO"} {"tag":"ViewMsg10","position":"TOP","type":"INFO"}
], ],
"VMGroup8":[ "VMGroup8":[
{"tag":"ViewMsg8","position":"TOP","type":"INFO"} {"tag":"ViewMsg8","position":"TOP","type":"ERROR"}
], ],
"VMGroup18":[ "VMGroup18":[
{"tag":"ViewMsg17","position":"TOP","type":"INFO"} {"tag":"ViewMsg17","position":"TOP","type":"ERROR"}
], ],
"VMGroup4":[ "VMGroup4":[
{"tag":"ViewMsg4","position":"TOP","type":"ERROR"} {"tag":"ViewMsg4","position":"TOP","type":"ERROR"}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册