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

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

上级 8ab773b4
...@@ -28,7 +28,7 @@ export default class ViewMsg56MessageServiceBase extends ViewMessageService { ...@@ -28,7 +28,7 @@ export default class ViewMsg56MessageServiceBase extends ViewMessageService {
this.name = "树视图---右键菜单和动态参数"; this.name = "树视图---右键菜单和动态参数";
this.codename = "ViewMsg56"; this.codename = "ViewMsg56";
this.title = ""; this.title = "";
this.content = "本示例展示树视图右键操作功能和动态参数过滤功能;其中在一级节点上配置了刷新全部数据,动态参数过滤见一级节点导航参数配置。"; this.content = "本示例展示树视图右键操作功能和动态参数过滤功能;其中在一级节点上配置了刷新全部数据行为,动态参数过滤见一级节点导航参数配置。";
this.closeMode = 0; this.closeMode = 0;
this.position = "TOP"; this.position = "TOP";
this.type = "error"; this.type = "error";
......
...@@ -1065,6 +1065,8 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => { ...@@ -1065,6 +1065,8 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
textcls: '', textcls: '',
appfunctag: 'Auto235', appfunctag: 'Auto235',
resourcetag: '', resourcetag: '',
},
],
}, },
{ {
id: 'B0EAF288-157D-415C-A390-3DE9D19C9B05', id: 'B0EAF288-157D-415C-A390-3DE9D19C9B05',
...@@ -1083,8 +1085,6 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => { ...@@ -1083,8 +1085,6 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
textcls: '', textcls: '',
appfunctag: 'AppFunc30', appfunctag: 'AppFunc30',
resourcetag: '', resourcetag: '',
},
],
}, },
{ {
id: 'f9a055054a08b9bddf299384e9f222a8', id: 'f9a055054a08b9bddf299384e9f222a8',
......
...@@ -1127,6 +1127,8 @@ export default class MainMenuModel { ...@@ -1127,6 +1127,8 @@ export default class MainMenuModel {
appfunctag: 'Auto235', appfunctag: 'Auto235',
resourcetag: '', resourcetag: '',
authtag:'Web-MainMenu-menuitem63', authtag:'Web-MainMenu-menuitem63',
},
],
}, },
{ {
id: 'B0EAF288-157D-415C-A390-3DE9D19C9B05', id: 'B0EAF288-157D-415C-A390-3DE9D19C9B05',
...@@ -1146,8 +1148,6 @@ export default class MainMenuModel { ...@@ -1146,8 +1148,6 @@ export default class MainMenuModel {
appfunctag: 'AppFunc30', appfunctag: 'AppFunc30',
resourcetag: '', resourcetag: '',
authtag:'Web-MainMenu-menuitem110', authtag:'Web-MainMenu-menuitem110',
},
],
}, },
{ {
id: 'f9a055054a08b9bddf299384e9f222a8', id: 'f9a055054a08b9bddf299384e9f222a8',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册