fe-drone-ci/src
dingangang 9ad96525af 3级路由缓存问题
访问3级路由时,3级根路由的名称不会存入state.tagsView.cachedViews中,所以3级路由页面不会缓存。
找到了一种解决方案:
在3级路由根页面即本例的\nested\menu1\index.vue中的created方法内,将根页面的名称加入到state.tagsView.cachedViews。这样3级路由页面就可以进行缓存,并且更深层级如menu1-2-1也可以进行缓存。
2020-04-15 15:59:15 +08:00
..
api fix: fixed mock server (#2929) 2020-01-09 17:21:36 +08:00
assets remove unnecessary assets 2018-09-19 10:05:10 +08:00
components fix: svg support old broswer (#3085) 2020-03-28 11:16:41 +08:00
directive fix[adaptive.js]: fixed v-el-height-adaptive-table directive bug (#1924) 2019-04-16 14:56:07 +08:00
filters fix: fixed numberFormatter bug 2019-09-30 15:06:42 +08:00
icons chore: remove i18n (#1828) 2019-05-05 16:49:40 +08:00
layout perf[Menu]: remove unused menu-wrapper (#2903) 2020-01-06 22:34:14 +08:00
router fix: fixed redirect path regex (#2933) 2020-01-11 10:25:59 +08:00
store fix[logout]: empty tagsview when logout (#2632) 2019-10-08 20:38:19 +08:00
styles style: fix el-date-picker css style 2019-10-25 19:45:21 +08:00
utils fix:fixed parseTime bug in ie and safari(#3066) 2020-03-20 21:24:31 +08:00
vendor perf: optimize import file-saver way(#2347) 2019-09-30 13:14:55 +08:00
views 3级路由缓存问题 2020-04-15 15:59:15 +08:00
App.vue chore: update eslint && lint code 2019-03-17 17:40:51 +08:00
main.js fix: fixed require mock bug in production 2020-01-09 20:24:48 +08:00
permission.js feature: change page title when route change (#1910) 2019-04-15 11:58:43 +08:00
settings.js feature: change page title when route change (#1910) 2019-04-15 11:58:43 +08:00