copy 登录注册方法到header组件中并保存未封装前的文件
This commit is contained in:
@ -55,6 +55,9 @@ export default {
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
handlePage(flag) {
|
||||
this.$router.push({ path: '/login', query: { status: flag } });
|
||||
},
|
||||
handlePath(path) {
|
||||
this.path = path;
|
||||
this.$router.push({ path });
|
||||
|
Reference in New Issue
Block a user