src/views/exam/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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 = '拥有权限登入'; } } }