jazz
2024-01-09 f6ea728ea50706b1dfa75bc0d266fb6b5f13ef7f
src/pages/room/list.vue
@@ -162,7 +162,7 @@
    selectRoom(item = {}) {
      // console.log(this.$router.options.routes)
      // this.$router.options.routes
      localStorage.removeItem('curTreatId')
      localStorage.removeItem('curTreatIds')
      if (this.$router && this.$router.options && this.$router.options.routes) {
        this.$router.options.routes.forEach((o) => {
          if (o.name === 'roomDetail') {