提交 48106e49 编写于 作者: ibizdev's avatar ibizdev

ibizdev提交

上级 f5c1afcd
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
}, },
"appindexview": { "appindexview": {
"title": "应用首页视图", "title": "应用首页视图",
"caption": "首页", "caption": "XXX采购单系统",
"viewtype": "APPINDEXVIEW", "viewtype": "APPINDEXVIEW",
"viewmodule": "Ungroup", "viewmodule": "Ungroup",
"viewname": "AppIndexView", "viewname": "AppIndexView",
......
...@@ -33,8 +33,8 @@ export default { ...@@ -33,8 +33,8 @@ export default {
// 非实体视图 // 非实体视图
views: { views: {
appindexview: { appindexview: {
caption: '首页', caption: 'XXX采购单系统',
title: '首页', title: 'XXX采购单系统',
}, },
}, },
menus: { menus: {
......
...@@ -33,8 +33,8 @@ export default { ...@@ -33,8 +33,8 @@ export default {
// 非实体视图 // 非实体视图
views: { views: {
appindexview: { appindexview: {
caption: '首页', caption: 'XXX采购单系统',
title: '首页', title: 'XXX采购单系统',
}, },
}, },
menus: { menus: {
......
...@@ -17,7 +17,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -17,7 +17,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 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册