默认首页使用keep-alive缓存
This commit is contained in:
@ -601,7 +601,7 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "index",
|
||||
name: "Index",
|
||||
data() {
|
||||
return {
|
||||
// 版本号
|
||||
|
@ -64,7 +64,7 @@ export default {
|
||||
props: {
|
||||
// 角色编号
|
||||
roleId: {
|
||||
type: String
|
||||
type: [Number, String]
|
||||
}
|
||||
},
|
||||
data() {
|
||||
|
Reference in New Issue
Block a user