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

ibiz4j 发布系统代码

上级 d4e8275b
...@@ -304,8 +304,8 @@ ...@@ -304,8 +304,8 @@
"viewtag": "b23a721ca159ac2490b768d795e85d17" "viewtag": "b23a721ca159ac2490b768d795e85d17"
}, },
"index": { "index": {
"title": "ibizlab", "title": "Runtime",
"caption": "ibizlab-runtime", "caption": "ibizlab",
"viewtype": "APPINDEXVIEW", "viewtype": "APPINDEXVIEW",
"viewmodule": "rt", "viewmodule": "rt",
"viewname": "Index", "viewname": "Index",
......
...@@ -62,8 +62,8 @@ export default { ...@@ -62,8 +62,8 @@ export default {
// 非实体视图 // 非实体视图
views: { views: {
index: { index: {
caption: "ibizlab-runtime", caption: "ibizlab",
title: "ibizlab", title: "Runtime",
}, },
}, },
utilview:{ utilview:{
......
...@@ -62,8 +62,8 @@ export default { ...@@ -62,8 +62,8 @@ export default {
// 非实体视图 // 非实体视图
views: { views: {
index: { index: {
caption: "ibizlab-runtime", caption: "ibizlab",
title: "ibizlab", title: "Runtime",
}, },
}, },
utilview:{ utilview:{
......
...@@ -312,8 +312,8 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -312,8 +312,8 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "b23a721ca159ac2490b768d795e85d17" "viewtag": "b23a721ca159ac2490b768d795e85d17"
}, },
"index": { "index": {
"title": "ibizlab", "title": "Runtime",
"caption": "ibizlab-runtime", "caption": "ibizlab",
"viewtype": "APPINDEXVIEW", "viewtype": "APPINDEXVIEW",
"viewmodule": "rt", "viewmodule": "rt",
"viewname": "Index", "viewname": "Index",
......
...@@ -33,7 +33,7 @@ module.exports = { ...@@ -33,7 +33,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: 'ibizlab', title: 'Runtime',
// 在这个页面中包含的块,默认情况下会包含 // 在这个页面中包含的块,默认情况下会包含
// 提取出来的通用 chunk 和 vendor chunk。 // 提取出来的通用 chunk 和 vendor chunk。
// chunks: ['chunk-vendors', 'chunk-common', 'index'] // chunks: ['chunk-vendors', 'chunk-common', 'index']
...@@ -47,7 +47,7 @@ module.exports = { ...@@ -47,7 +47,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: 'ibizlab', title: 'Runtime',
// 在这个页面中包含的块,默认情况下会包含 // 在这个页面中包含的块,默认情况下会包含
// 提取出来的通用 chunk 和 vendor chunk。 // 提取出来的通用 chunk 和 vendor chunk。
// chunks: ['chunk-vendors', 'chunk-common', 'index'] // chunks: ['chunk-vendors', 'chunk-common', 'index']
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册