Skip to content

使用keepAlivePush设置缓存失效 #1395

Description

@lianwf

基本代码块如下,设置之后页面没有缓存,请问还有其他需要配置的吗?

export default {
    name:'userManage-userList',
    created(){
       this.keepAlivePush('userManage-userList');
    },
    methods:{
          ...mapMutations('admin/page', [
              'keepAlivePush',
              'keepAliveRemove'
          ]),
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions