lpubcat
Results
3
comments of
lpubcat
怎么解决啊!!!
### 框架中设计缓存的组件,没有考虑动态路由,修改AKeepAlive.js[https://github.com/iczer/vue-antd-admin/blob/master/src/components/cache/AKeepAlive.js](url) **matches方法改造** ``` javascript function matches (pattern, name) { if (Array.isArray(pattern)) { if (pattern.indexOf(name) > -1) { return true } else { for (let item of pattern) { if...