|
@@ -122,6 +122,9 @@
|
|
var iconInfoList = response ? response.iconInfoList : '';
|
|
var iconInfoList = response ? response.iconInfoList : '';
|
|
this.set_menu_list(iconInfoList);
|
|
this.set_menu_list(iconInfoList);
|
|
|
|
|
|
|
|
+ var commonIconInfoList = response ? response.commonIconInfoList : '';
|
|
|
|
+ this.set_common_menu_list(commonIconInfoList);
|
|
|
|
+
|
|
this.asynCallBack();
|
|
this.asynCallBack();
|
|
|
|
|
|
}).catch(error => {
|
|
}).catch(error => {
|
|
@@ -155,6 +158,7 @@
|
|
set_person_temp: types.SET_PERSON_TEMP,
|
|
set_person_temp: types.SET_PERSON_TEMP,
|
|
set_fun_list: types.SET_FUN_LIST,
|
|
set_fun_list: types.SET_FUN_LIST,
|
|
set_app_version: types.SET_APP_VERSION,
|
|
set_app_version: types.SET_APP_VERSION,
|
|
|
|
+ set_common_menu_list: types.SET_COMMON_MENI_LIST,
|
|
})
|
|
})
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
@@ -170,6 +174,7 @@
|
|
person_data: 'person_data',
|
|
person_data: 'person_data',
|
|
person_popedom: 'person_popedom',
|
|
person_popedom: 'person_popedom',
|
|
menu_list: 'menu_list',
|
|
menu_list: 'menu_list',
|
|
|
|
+ common_menu_list: 'common_menu_list',
|
|
person_temp: 'person_temp',
|
|
person_temp: 'person_temp',
|
|
fun_list: 'fun_list',
|
|
fun_list: 'fun_list',
|
|
app_version: 'app_version'
|
|
app_version: 'app_version'
|