默认首页使用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

@ -601,7 +601,7 @@
<script>
export default {
name: "index",
name: "Index",
data() {
return {
// 版本号

View File

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