Your Name
2022-05-17 6bb62bb861486fd447f864981e90e9c048472cb8
src/views/exam/index.vue
@@ -41,7 +41,12 @@
                    window.open(process.env.NANO_API + "/foreground/system/auth/verify.do?tokens=" + getToken());
                    this.message ='拥有权限登入'
                }
                else this.message = '没有权限登入';
                else
                {
                    window.open(process.env.NANO_API + "/background/login/auth/verify.do?tokens=" + getToken());
                    this.message = '拥有权限登入';
                }
            }
        }