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

ibizdev提交

上级 ecc72bf8
...@@ -64,8 +64,8 @@ ...@@ -64,8 +64,8 @@
"viewtag": "9ed83d4d91fedf510a43bbe8908a21ba" "viewtag": "9ed83d4d91fedf510a43bbe8908a21ba"
}, },
"ouindexview": { "ouindexview": {
"title": "组织人事管理系统", "title": "ibizlab-ou",
"caption": "组织人事管理", "caption": "ibizlab-ou",
"viewtype": "APPINDEXVIEW", "viewtype": "APPINDEXVIEW",
"viewmodule": "ou", "viewmodule": "ou",
"viewname": "OUIndexView", "viewname": "OUIndexView",
......
...@@ -47,8 +47,8 @@ export default { ...@@ -47,8 +47,8 @@ export default {
// 非实体视图 // 非实体视图
views: { views: {
ouindexview: { ouindexview: {
caption: '组织人事管理', caption: 'ibizlab-ou',
title: '组织人事管理', title: 'ibizlab-ou',
}, },
}, },
utilview:{ utilview:{
......
...@@ -47,8 +47,8 @@ export default { ...@@ -47,8 +47,8 @@ export default {
// 非实体视图 // 非实体视图
views: { views: {
ouindexview: { ouindexview: {
caption: '组织人事管理', caption: 'ibizlab-ou',
title: '组织人事管理', title: 'ibizlab-ou',
}, },
}, },
utilview:{ utilview:{
......
...@@ -72,8 +72,8 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -72,8 +72,8 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "9ed83d4d91fedf510a43bbe8908a21ba" "viewtag": "9ed83d4d91fedf510a43bbe8908a21ba"
}, },
"ouindexview": { "ouindexview": {
"title": "组织人事管理系统", "title": "ibizlab-ou",
"caption": "组织人事管理", "caption": "ibizlab-ou",
"viewtype": "APPINDEXVIEW", "viewtype": "APPINDEXVIEW",
"viewmodule": "ou", "viewmodule": "ou",
"viewname": "OUIndexView", "viewname": "OUIndexView",
......
...@@ -31,7 +31,7 @@ module.exports = { ...@@ -31,7 +31,7 @@ module.exports = {
filename: 'index.html', filename: 'index.html',
// 当使用 title 选项时, // 当使用 title 选项时,
// template 中的 title 标签需要是 <title><%= htmlWebpackPlugin.options.title %></title> // template 中的 title 标签需要是 <title><%= htmlWebpackPlugin.options.title %></title>
title: '组织人事管理系统', title: 'ibizlab-ou',
// 在这个页面中包含的块,默认情况下会包含 // 在这个页面中包含的块,默认情况下会包含
// 提取出来的通用 chunk 和 vendor chunk。 // 提取出来的通用 chunk 和 vendor chunk。
// chunks: ['chunk-vendors', 'chunk-common', 'index'] // chunks: ['chunk-vendors', 'chunk-common', 'index']
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册