1. 22 Jun, 2019 1 commit
    • senique's avatar
      fix: paths of same prefix problem. (#4560) · 4a10734d
      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.
      4a10734d
  2. 21 Jun, 2019 1 commit
  3. 18 Jun, 2019 3 commits
  4. 11 Jun, 2019 1 commit
  5. 06 Jun, 2019 4 commits
  6. 05 Jun, 2019 2 commits
  7. 04 Jun, 2019 6 commits
  8. 03 Jun, 2019 1 commit
    • hz's avatar
      lint · c744d2ae
      hz authored
      c744d2ae
  9. 02 Jun, 2019 1 commit
  10. 31 May, 2019 2 commits
  11. 30 May, 2019 1 commit
  12. 29 May, 2019 3 commits
    • 陈帅's avatar
      fix code style · 4bb20738
      陈帅 authored
      4bb20738
    • 陈帅's avatar
      fix lint error · 63aebe91
      陈帅 authored
      63aebe91
    • 陈帅's avatar
      V4 fetch block (#4238) · 41719aa5
      陈帅 authored
      * first step
      
      * fix local error
      
      * commit
      
      * test serve
      
      * fix test
      
      * sort package.json
      
      * fix typo
      
      * fix pageHeader error
      
      * new style
      
      * change script name
      
      * fix copy block url style
      
      * new copy code style
      
      * add loginout
      
      * auto insert pro code
      
      * use new layout
      
      * add locale to copy button
      41719aa5
  13. 26 May, 2019 3 commits
  14. 25 May, 2019 1 commit
  15. 22 May, 2019 3 commits
  16. 21 May, 2019 1 commit
  17. 20 May, 2019 2 commits
  18. 18 May, 2019 1 commit
    • 偏右's avatar
      Fix warnings and details (#4209) · fbeb545a
      偏右 authored
      * remove useless state loading
      
      * 🆙 upgrade bizcharts version to fix forceFit of null
      
      close #4107
      ref alibaba/BizCharts#819
      close #4195
      
      * Fix setState after unmount
      
      * use Link over router.push
      
      * 🐛 Fix duplicated keys in basic profile, close #4195
      
      * use bizcharts@3.5.2-beta.2
      
      * use bizcharts@3.5.3-beta.0
      
      * 💹 Remove unused resize fns in Pie
      
      * remove resize function
      fbeb545a
  19. 14 May, 2019 3 commits