默认首页使用keep-alive缓存

This commit is contained in:
RuoYi
2021-08-13 10:10:29 +08:00
parent 8a67af6c26
commit 5139265d32
6 changed files with 5 additions and 7 deletions

View File

@ -64,7 +64,7 @@ export default {
props: {
// 角色编号
roleId: {
type: String
type: [Number, String]
}
},
data() {