Merge pull request '退出登录之后不能导航' (#79) from xbx into master
Reviewed-on: http://git.luyuan.tk/luyuan/beelink/pulls/79
This commit was merged in pull request #79.
This commit is contained in:
@@ -270,6 +270,10 @@ export default defineComponent({
|
||||
*/
|
||||
|
||||
async function next(e: number) {
|
||||
if(!ifagree.value){
|
||||
message.error("请同意用户协议");
|
||||
return ;
|
||||
}
|
||||
if (stepnow.value > e) {
|
||||
stepnow.value = e;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user