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

ibiz4j 发布系统代码

上级 d3f9c699
......@@ -304,7 +304,7 @@
"viewtag": "b23a721ca159ac2490b768d795e85d17"
},
"index": {
"title": "ibizlab-rt",
"title": "ibizlab-runtime",
"caption": "ibizlab-rt",
"viewtype": "APPINDEXVIEW",
"viewmodule": "rt",
......
......@@ -70,11 +70,11 @@ export default {
},
menus: {
index: {
menuitem7: '组织部门管理',
menuitem7: '单位人事',
menuitem1: '单位管理',
menuitem2: '部门管理',
menuitem3: '人员管理',
menuitem8: '权限管理',
menuitem8: '系统权限',
menuitem4: '用户角色',
menuitem9: '认证日志',
menuitem10: '流程管理',
......
......@@ -70,11 +70,11 @@ export default {
},
menus: {
index: {
menuitem7: '组织部门管理',
menuitem7: '单位人事',
menuitem1: '单位管理',
menuitem2: '部门管理',
menuitem3: '人员管理',
menuitem8: '权限管理',
menuitem8: '系统权限',
menuitem4: '用户角色',
menuitem9: '认证日志',
menuitem10: '流程管理',
......
......@@ -13,10 +13,10 @@ mock.onGet('v7/indexappmenu').reply((config: any) => {
{
id: 'DCCA086F-7A59-4199-9C11-FEC68DDF7E0B',
name: 'menuitem7',
text: '组织部门管理',
text: '单位人事',
type: 'MENUITEM',
counterid: '',
tooltip: '组织部门管理',
tooltip: '单位人事',
expanded: false,
separator: false,
hidden: false,
......@@ -87,10 +87,10 @@ mock.onGet('v7/indexappmenu').reply((config: any) => {
{
id: 'F4C605A6-B7AE-4388-8525-3680E19053E9',
name: 'menuitem8',
text: '权限管理',
text: '系统权限',
type: 'MENUITEM',
counterid: '',
tooltip: '权限管理',
tooltip: '系统权限',
expanded: false,
separator: false,
hidden: false,
......
......@@ -312,7 +312,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "b23a721ca159ac2490b768d795e85d17"
},
"index": {
"title": "ibizlab-rt",
"title": "ibizlab-runtime",
"caption": "ibizlab-rt",
"viewtype": "APPINDEXVIEW",
"viewmodule": "rt",
......
......@@ -17,10 +17,10 @@ export default class IndexModel {
{
id: 'DCCA086F-7A59-4199-9C11-FEC68DDF7E0B',
name: 'menuitem7',
text: '组织部门管理',
text: '单位人事',
type: 'MENUITEM',
counterid: '',
tooltip: '组织部门管理',
tooltip: '单位人事',
expanded: false,
separator: false,
hidden: false,
......@@ -91,10 +91,10 @@ export default class IndexModel {
{
id: 'F4C605A6-B7AE-4388-8525-3680E19053E9',
name: 'menuitem8',
text: '权限管理',
text: '系统权限',
type: 'MENUITEM',
counterid: '',
tooltip: '权限管理',
tooltip: '系统权限',
expanded: false,
separator: false,
hidden: false,
......
......@@ -33,7 +33,7 @@ module.exports = {
filename: 'index.html',
// 当使用 title 选项时,
// template 中的 title 标签需要是 <title><%= htmlWebpackPlugin.options.title %></title>
title: 'ibizlab-rt',
title: 'ibizlab-runtime',
// 在这个页面中包含的块,默认情况下会包含
// 提取出来的通用 chunk 和 vendor chunk。
// chunks: ['chunk-vendors', 'chunk-common', 'index']
......@@ -47,7 +47,7 @@ module.exports = {
filename: 'index.html',
// 当使用 title 选项时,
// template 中的 title 标签需要是 <title><%= htmlWebpackPlugin.options.title %></title>
title: 'ibizlab-rt',
title: 'ibizlab-runtime',
// 在这个页面中包含的块,默认情况下会包含
// 提取出来的通用 chunk 和 vendor chunk。
// chunks: ['chunk-vendors', 'chunk-common', 'index']
......
......@@ -129,7 +129,7 @@
{
"appid":"Web",
"appname":"iBizRT",
"appmenu":[{"menuid":"Index", "menuname":"Index", "menuitem":[{ "id":"menuitem7" , "name":"组织部门管理" , "items":[{ "id":"menuitem1" , "name":"单位管理" },{ "id":"menuitem2" , "name":"部门管理" },{ "id":"menuitem3" , "name":"人员管理" }]},{ "id":"menuitem8" , "name":"权限管理" , "items":[{ "id":"menuitem4" , "name":"用户角色" },{ "id":"menuitem9" , "name":"认证日志" }]},{ "id":"menuitem10" , "name":"流程管理" , "items":[{ "id":"menuitem6" , "name":"流程定义" },{ "id":"menuitem5" , "name":"流程角色" },{ "id":"menuitem11" , "name":"发布新流程" }]}] }]
"appmenu":[{"menuid":"Index", "menuname":"Index", "menuitem":[{ "id":"menuitem7" , "name":"单位人事" , "items":[{ "id":"menuitem1" , "name":"单位管理" },{ "id":"menuitem2" , "name":"部门管理" },{ "id":"menuitem3" , "name":"人员管理" }]},{ "id":"menuitem8" , "name":"系统权限" , "items":[{ "id":"menuitem4" , "name":"用户角色" },{ "id":"menuitem9" , "name":"认证日志" }]},{ "id":"menuitem10" , "name":"流程管理" , "items":[{ "id":"menuitem6" , "name":"流程定义" },{ "id":"menuitem5" , "name":"流程角色" },{ "id":"menuitem11" , "name":"发布新流程" }]}] }]
}
]
}
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册