pages/index/index.vue
@@ -62,7 +62,8 @@ else { const appType = utils.session.getValue('app_type') || "MES"; this.$store.dispatch('areaFunc', { app_type: appType app_type: appType, need_ace:1, }).then(success => { // console.log(success); if (success.code == '00000' || success.err_code == 0) { @@ -104,7 +105,7 @@ app_type: area.app_type, area_id: area.id, area_client_type: area.client_type, need_ace: '0', need_ace:1, }; this.$store.dispatch('GetFuncTree', json).then(success => { // console.log(success);