| | |
| | | |
| | | <!-- 底部 --> |
| | | <div class="el-login-footer"> |
| | | <span>Copyright © 2023-2024 All Rights Reserved.</span> |
| | | <span>Copyright © 2024-2025 All Rights Reserved.</span> |
| | | <!-- <span>Copyright © 2022-2023龙美网络 All Rights Reserved.</span> --> |
| | | </div> |
| | | </div> |
| | | </template> |
| | | |
| | | <script> |
| | | |
| | | import { getCodeImg, getconfigKey } from "@/api/login"; |
| | | import Cookies from "js-cookie"; |
| | | import { encrypt, decrypt } from '@/utils/jsencrypt' |
| | |
| | | case '8097': |
| | | this.loginForm.hospId = "wbzxyy"; |
| | | break; |
| | | case '9011': |
| | | this.loginForm.hospId = "chkwyy"; |
| | | case '8098': |
| | | this.loginForm.hospId = "bjxjyy"; |
| | | break; |
| | | |
| | | case '9012': |
| | | |
| | | this.loginForm.hospId = "xamjyy"; |
| | | case '8099': |
| | | this.loginForm.hospId = "bjfhyy"; |
| | | break; |
| | | } |
| | | Cookies.set("hospId", this.loginForm.hospId); |
| | |
| | | break; |
| | | case '9016': |
| | | this.loginForm.hospId = "wbzxyy"; |
| | | break; |
| | | case '9017': |
| | | this.loginForm.hospId = "bjxjyy"; |
| | | break; |
| | | } |
| | | Cookies.set("hospId", this.loginForm.hospId); |
| | |
| | | } |
| | | } |
| | | this.$router.push({ path: this.redirect || "/" }).catch(() => { }); |
| | | location.reload(); |
| | | } |
| | | |
| | | }).catch(() => { |