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

ibiz4j 发布系统代码

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