| | |
| | | <script> |
| | | // import Login from '../utils/jun_login.js' |
| | | import Req from '../../utils/jun_httpInstall' // http 请求 |
| | | // import xioFn from './utils/xio_fn.js' |
| | | export default { |
| | | name: 'RoomList', |
| | | components: {}, |
| | |
| | | this.getShopList() |
| | | this.getRoomList() |
| | | }, |
| | | // 刷新页面 |
| | | // 刷新浏览器页面 |
| | | resetPage() { |
| | | this.getRoomList() |
| | | window.location.reload() |
| | | // this.getRoomList() |
| | | }, |
| | | // 获取门店列表 |
| | | getShopList() { |
| | |
| | | selectRoom(item = {}) { |
| | | // console.log(this.$router.options.routes) |
| | | // this.$router.options.routes |
| | | localStorage.removeItem('curTreatId') |
| | | if (this.$router && this.$router.options && this.$router.options.routes) { |
| | | this.$router.options.routes.forEach((o) => { |
| | | if (o.name === 'roomDetail') { |