混合app开发$router.back无效的问题

陈俊誉
2023-12-01
        this.$router.back()
        try {
          setTimeout(() => {
            let path = window.location.hash.slice(1);
            this.$router.replace(path)
          }, 1);
          return false
        }catch (e) {

        }
 类似资料: