- 28 Jun, 2019 1 commit
-
-
duanledexianxianxian authored
-
- 25 Jun, 2019 1 commit
-
-
陈帅 authored
-
- 22 Jun, 2019 1 commit
-
-
senique authored
Paths of same prefix will return the last match. It will occurs: Routes: { path: '/', authority: ['admin', 'user'] routes: [ { path: '/prefix2', authority: ['user'] }, { path: '/prefix', authority: ['admin'] }, ] } Problem: When user visit the '/prefix2', it will match the '/prefix', then Exception403 occurs.
-
- 18 Jun, 2019 1 commit
-
-
陈帅 authored
* fix ts file error for eslint * add format-imports script * sort all code * remove lint:ts * remove tslint * remove lint:ts * up layout * remove a empty test * rm tslint config * use umi config * prettier all code * use @umijs/fabric * [CodeFactor] Apply fixes to commit 69d4f9a [ci skip] [skip ci]
-
- 29 May, 2019 1 commit
-
-
陈帅 authored
-
- 14 May, 2019 1 commit
-
-
陈帅 authored
-
- 30 Mar, 2019 1 commit
-
-
何乐 authored
- location, history, match 等定义改为从 umi 引入继承 - 更新部分依赖的版本 - 一些其他的类型定义优化
-
- 14 Mar, 2019 1 commit
-
-
何乐 authored
* short-term use of tslint * fix lint error * connect & dispatch definition * replace `SFC` with `FunctionComponent` * SiderMenu * TopNavHeader * HeaderSearch * components * layouts * layouts * pages * fix authorize fail * SettingDrawer * remove one `as any`
-
- 11 Mar, 2019 1 commit
-
-
陈小聪 authored
* merge v3 to v4 * src/components/IconFont * src/components/PageLoading * src/components/SelectLang * src/components/SettingDrawer * remove e2e and test * src/components/TopNavHeader * src/components/GlobalHeader * src/components/HeaderDropdown * src/components/HeaderSearch * src/components/TopNavHeader * fix error * mock * move defaultSettings * global.txs * src/locales * remove lint mock * fix ci test error * change PureComponent to Component, interface IDefaultSettings * Don't prefix interface with I Close: #3706 * strictNullChecks set true
-