| | |
| | | import {mapGetters} from "vuex"; |
| | | import {info} from "@/api/system/tenant"; |
| | | import {getTopUrl} from "@/util/util"; |
| | | import { updatePassword} from "@/api/system/user.js" |
| | | import {updatePassword} from "@/api/system/user.js" |
| | | import {removeToken} from "@/util/auth"; |
| | | import md5 from "js-md5"; |
| | | |
| | |
| | | // "client_view": true |
| | | // }, "datetime": 1678352291697 |
| | | // })) |
| | | |
| | | }, |
| | | mounted() { |
| | | this.$axios.get('/api/ubcs-system/tenant/tenant-map').then(res => { |
| | |
| | | methods: { |
| | | //单点登录跳转 |
| | | ChandleLogin() { |
| | | this.$router.push({ path: '/sso' }); |
| | | this.$router.push({path: '/sso'}); |
| | | }, |
| | | closehandle() { |
| | | removeToken() |