提交 72f4894a 编写于 作者: sq3536's avatar sq3536

Merge remote-tracking branch 'origin/master'

...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
"viewtag": "0134ebf9391cb5f988839332c1352cd9" "viewtag": "0134ebf9391cb5f988839332c1352cd9"
}, },
"index": { "index": {
"title": "ibizlab-uaa", "title": "uaa",
"caption": "ibizlab-uaa", "caption": "ibizlab",
"viewtype": "APPINDEXVIEW", "viewtype": "APPINDEXVIEW",
"viewmodule": "uaa", "viewmodule": "uaa",
"viewname": "Index", "viewname": "Index",
......
...@@ -54,8 +54,8 @@ export default { ...@@ -54,8 +54,8 @@ export default {
// 非实体视图 // 非实体视图
views: { views: {
index: { index: {
caption: "ibizlab-uaa", caption: "ibizlab",
title: "ibizlab-uaa", title: "uaa",
}, },
}, },
utilview:{ utilview:{
......
...@@ -54,8 +54,8 @@ export default { ...@@ -54,8 +54,8 @@ export default {
// 非实体视图 // 非实体视图
views: { views: {
index: { index: {
caption: "ibizlab-uaa", caption: "ibizlab",
title: "ibizlab-uaa", title: "uaa",
}, },
}, },
utilview:{ utilview:{
......
...@@ -79,7 +79,7 @@ mock.onGet('v7/mainappmenu').reply((config: any) => { ...@@ -79,7 +79,7 @@ mock.onGet('v7/mainappmenu').reply((config: any) => {
iconcls: 'fa fa-buysellads', iconcls: 'fa fa-buysellads',
icon: '', icon: '',
textcls: '', textcls: '',
appfunctag: '_2', appfunctag: 'Auto12',
resourcetag: '', resourcetag: '',
}, },
], ],
......
...@@ -16,8 +16,8 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -16,8 +16,8 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "0134ebf9391cb5f988839332c1352cd9" "viewtag": "0134ebf9391cb5f988839332c1352cd9"
}, },
"index": { "index": {
"title": "ibizlab-uaa", "title": "uaa",
"caption": "ibizlab-uaa", "caption": "ibizlab",
"viewtype": "APPINDEXVIEW", "viewtype": "APPINDEXVIEW",
"viewmodule": "uaa", "viewmodule": "uaa",
"viewname": "Index", "viewname": "Index",
......
...@@ -586,8 +586,8 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -586,8 +586,8 @@ export default class MainBase extends Vue implements ControlInterface {
case 'Auto5': case 'Auto5':
this.clickAuto5(item); this.clickAuto5(item);
return; return;
case '_2': case 'Auto12':
this.click_2(item); this.clickAuto12(item);
return; return;
case 'Auto6': case 'Auto6':
this.clickAuto6(item); this.clickAuto6(item);
...@@ -651,7 +651,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -651,7 +651,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @param {*} [item={}] * @param {*} [item={}]
* @memberof Main * @memberof Main
*/ */
public click_2(item: any = {}) { public clickAuto12(item: any = {}) {
const viewparam: any = {}; const viewparam: any = {};
Object.assign(viewparam, {}); Object.assign(viewparam, {});
const deResParameters: any[] = []; const deResParameters: any[] = [];
......
...@@ -86,7 +86,7 @@ export default class MainModel { ...@@ -86,7 +86,7 @@ export default class MainModel {
iconcls: 'fa fa-buysellads', iconcls: 'fa fa-buysellads',
icon: '', icon: '',
textcls: '', textcls: '',
appfunctag: '_2', appfunctag: 'Auto12',
resourcetag: '', resourcetag: '',
authtag:'web-Main-menuitem2', authtag:'web-Main-menuitem2',
}, },
...@@ -125,7 +125,7 @@ export default class MainModel { ...@@ -125,7 +125,7 @@ export default class MainModel {
], ],
}, },
{ {
appfunctag: '_2', appfunctag: 'Auto12',
appfuncyype: 'APPVIEW', appfuncyype: 'APPVIEW',
openmode: '', openmode: '',
codename: 'sysappgridview', codename: 'sysappgridview',
......
...@@ -30,7 +30,7 @@ module.exports = { ...@@ -30,7 +30,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-uaa', title: 'uaa',
// 在这个页面中包含的块,默认情况下会包含 // 在这个页面中包含的块,默认情况下会包含
// 提取出来的通用 chunk 和 vendor chunk。 // 提取出来的通用 chunk 和 vendor chunk。
// chunks: ['chunk-vendors', 'chunk-common', 'index'] // chunks: ['chunk-vendors', 'chunk-common', 'index']
......
...@@ -67,6 +67,13 @@ feign: ...@@ -67,6 +67,13 @@ feign:
enabled: true enabled: true
sentinel: sentinel:
enabled: true enabled: true
compression:
request:
enabled: true
mime-types: application/javascript,text/css,application/json,application/xml,text/html,text/xml,text/plain
min-response-size: 10240
response:
enabled: true
#Log配置 #Log配置
logging: logging:
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册