|
|
@@ -179,6 +179,7 @@ export default {
|
|
|
temporaryShow: '',
|
|
|
type: '-1',
|
|
|
JZQuota: false,
|
|
|
+ homePageIndicatorList: null,
|
|
|
};
|
|
|
},
|
|
|
created() {
|
|
|
@@ -245,6 +246,7 @@ export default {
|
|
|
window.location.replace(window.location.origin + '/mobile/home');
|
|
|
});
|
|
|
} else {
|
|
|
+ this.homePageIndicatorList = res.data.homePageIndicatorList || null;
|
|
|
this.reportTargetAll = res.data.reportTargetAll;
|
|
|
this.reportTarget = res.data;
|
|
|
this.type = res.data.userType;
|
|
|
@@ -560,6 +562,7 @@ export default {
|
|
|
this.reportTargetAll = res.data.reportTargetAll;
|
|
|
this.reportTarget = res.data;
|
|
|
this.type = res.data.userType;
|
|
|
+ this.homePageIndicatorList = res.data.homePageIndicatorList || null;
|
|
|
var reportContentsList1 = [];
|
|
|
var reportContentsList2 = [];
|
|
|
var reportContentsList3 = [];
|