-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
1.6.3
Environment
Windows: 7; Chrome: 版本 85.0.4183.83(正式版本) (64 位); Windows 7 Vue: 2.6.10
Reproduction link
https://github.com/tanpenggood/test-range-error
Steps to reproduce
- 克隆项目地址 https://github.com/tanpenggood/test-range-error.git ( 最简单的一个复现模型 )
- npm install
- npm run serve
- 浏览器打开http://localhost:3000/
- 登录 账号:jeecg 密码:123456
- 点击个人页菜单,出现报错
What is expected?
希望能协助解决这个问题
What is actually happening?
页面报错 “RangeError: Maximum call stack size exceeded”
[Vue warn]: Error in render: "RangeError: Maximum call stack size exceeded"
found in
---> <RouterLink>
<MenuItem>
<ConnectMenuItem>
<ProxyConnectMenuItem>
<Anonymous>
<Trigger>
<Anonymous>
<ATooltip>
<AMenuItem>
<DOMWrap>
<SubPopupMenu>
<ConnectSubPopupMenu>
<ProxyConnectSubPopupMenu>
<SubMenu>
<ConnectSubMenu>
<ProxyConnectSubMenu>
<ASubMenu>
<DOMWrap>
<SubPopupMenu>
<ConnectSubPopupMenu>
<ProxyConnectSubPopupMenu>
<StoreProvider>
<Menu>
<AMenu>
<SMenu>
<ALayoutSider>
<SideMenu> at src/components/menu/SideMenu.vue
<Anonymous>
<ALayout>
<GlobalLayout> at src/components/page/GlobalLayout.vue
<TabLayout> at src/components/layouts/TabLayout.vue
<ALocaleProvider>
<LocaleReceiver>
<AConfigProvider>
<App> at src/App.vue
<Root>