提交 8e72123b 编写于 作者: ibizdev's avatar ibizdev

ibizdev提交

上级 53c2bf9f
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
}, },
"appindexview": { "appindexview": {
"title": "首页", "title": "首页",
"caption": "首页", "caption": "XXX重要事项审批系统",
"viewtype": "APPINDEXVIEW", "viewtype": "APPINDEXVIEW",
"viewmodule": "Ungroup", "viewmodule": "Ungroup",
"viewname": "AppIndexView", "viewname": "AppIndexView",
......
...@@ -37,8 +37,8 @@ export default { ...@@ -37,8 +37,8 @@ export default {
// 非实体视图 // 非实体视图
views: { views: {
appindexview: { appindexview: {
caption: '首页', caption: 'XXX重要事项审批系统',
title: '首页', title: 'XXX重要事项审批系统',
}, },
appredirectview: { appredirectview: {
caption: '应用全局数据重定向视图', caption: '应用全局数据重定向视图',
......
...@@ -37,8 +37,8 @@ export default { ...@@ -37,8 +37,8 @@ export default {
// 非实体视图 // 非实体视图
views: { views: {
appindexview: { appindexview: {
caption: '首页', caption: 'XXX重要事项审批系统',
title: '首页', title: 'XXX重要事项审批系统',
}, },
appredirectview: { appredirectview: {
caption: '应用全局数据重定向视图', caption: '应用全局数据重定向视图',
......
...@@ -41,7 +41,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -41,7 +41,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
}, },
"appindexview": { "appindexview": {
"title": "首页", "title": "首页",
"caption": "首页", "caption": "XXX重要事项审批系统",
"viewtype": "APPINDEXVIEW", "viewtype": "APPINDEXVIEW",
"viewmodule": "Ungroup", "viewmodule": "Ungroup",
"viewname": "AppIndexView", "viewname": "AppIndexView",
......
...@@ -24,7 +24,7 @@ const router = new Router({ ...@@ -24,7 +24,7 @@ const router = new Router({
}); });
}, },
meta: { meta: {
caption: '首页', caption: 'XXX重要事项审批系统',
viewType: 'APPINDEX', viewType: 'APPINDEX',
parameters: [ parameters: [
{ pathName: 'appindexview', parameterName: 'appindexview' }, { pathName: 'appindexview', parameterName: 'appindexview' },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册