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

tony001 发布系统代码 [TrainSys,Mob]

上级 7b8d341e
...@@ -2,7 +2,7 @@ window.Environment = { ...@@ -2,7 +2,7 @@ window.Environment = {
// 是否为开发模式 // 是否为开发模式
dev: false, dev: false,
// 日志输出级别, 支持: TRACE、DEBUG、INFO、WARN、ERROR、SILENT // 日志输出级别, 支持: TRACE、DEBUG、INFO、WARN、ERROR、SILENT
logLevel: 'TRACE', logLevel: 'ERROR',
BaseUrl: '/api', BaseUrl: '/api',
isMob: true, isMob: true,
pluginBaseUrl: 'http://unpkg.zhr.icu:8088', pluginBaseUrl: 'http://unpkg.zhr.icu:8088',
......
...@@ -11233,16 +11233,16 @@ ...@@ -11233,16 +11233,16 @@
"id" : "ViewMsg4" "id" : "ViewMsg4"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg6"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg5"
} }
} ] } ]
}, { }, {
...@@ -11259,12 +11259,6 @@ ...@@ -11259,12 +11259,6 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
}, {
"name" : "消息位置-视图内容区", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
...@@ -11282,6 +11276,12 @@ ...@@ -11282,6 +11276,12 @@
"modelref" : true, "modelref" : true,
"id" : "ViewMsg10" "id" : "ViewMsg10"
} }
}, {
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg8"
}
} ] } ]
}, { }, {
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册