Files

8 lines
116 B
JavaScript

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