export default { methods: { // 跳转至登录页 toLogin() { this.$refs.login.open(); }, } }