-
有如下路由, 当访问`/test`时,会打开两个标签页,其中一个为空,另一个为`/test/list`同时会导致资源使用飙升,页面假死
```js
{
name: '一级菜单',
path: 'test',
routes: [
{ path: '/test', redirect: '/test/list' },
{
p…
-
umi3升级umi4的的项目,配置了plugins: ['@alitajs/hd'], hd: {
px2rem: {
rootValue: 100,
selectorDoubleRemList: [/.za-/],
unitPrecision: 5,
ignoreIdentifier: 'no',
minPixelV…
-
### Description
The following code:
```php
-
大佬,这个umi4 tabs 怎么是空的呀
-
![image](https://user-images.githubusercontent.com/76605831/199879419-1d2fdb98-2c9a-4201-8443-c66b8b7acb92.png)
## What happens?
![image](https://user-images.githubusercontent.com/766058…
-
demo [test_keepalive.zip](https://github.com/alitajs/alita/files/10150308/test_keepalive.zip)
问题
1. keepalive+wrappers会内存泄漏
2. keepalive使用配置/^\/$/首页路径为(/)没有生效 会导致一直renderer,部分配置如下
```js
// keep…
-
https://github.com/alitajs/alita/issues/425
正常情况下是贴合左边的
![image](https://user-images.githubusercontent.com/23204297/191217547-e7c214dd-7776-47a3-9bde-7d05eb340a28.png)
当关闭其中一个tab页面后就会出现
![im…
-
首先感谢作者开发了tabsLayout给我们使用
希望优化的点:
1、当只存在一个tab或某种情况下,会出现莫名的margin,导致不贴边,看了下是main缺少ant-pro-layout-content-has-page-container导致的,不清楚是不是pro-layout的问题
![image](https://user-images.githubusercontent.c…
-
安装新版 @umi4
config.ts
添加配置
keepalive: [/./],
tabsLayout: {},
报错
![image](https://user-images.githubusercontent.com/23204297/190124423-4072f3c1-f452-4a71-9e6c-bb049cac2328.png)
原因是多次引用了u…
-
node_modules/@alita/plugins/templates/keepalive/context.tpl
里去除一个import { useAppData } from '../exports';就正常运行了