diff --git a/src/app/layout/pro/components/user/user.component.html b/src/app/layout/pro/components/user/user.component.html
index 5d5ce1a1..6d615e26 100644
--- a/src/app/layout/pro/components/user/user.component.html
+++ b/src/app/layout/pro/components/user/user.component.html
@@ -1,6 +1,6 @@
diff --git a/src/app/shared/services/business/user.service.ts b/src/app/shared/services/business/user.service.ts
index a1234259..caf9afe4 100644
--- a/src/app/shared/services/business/user.service.ts
+++ b/src/app/shared/services/business/user.service.ts
@@ -155,8 +155,8 @@ export class EAUserService extends BaseService {
return this.asyncRequest(this.$api_get_user_menus, {
appId: this.envSrv.getEnvironment().appId
}).then(res => {
- this.cacheSrv.set(cacheConf.menu, res.data);
- this.menuService.add(res.data);
+ this.cacheSrv.set(cacheConf.menu, res);
+ this.menuService.add(res);
});
// this.request('assets/mocks/menu-data.json', {}, 'GET').subscribe((res: any) => {
// this.cacheSrv.set(cacheConf.menu, res.menu);