提交 f1851e3e 编写于 作者: tao.wu's avatar tao.wu

remove alert debugger

上级 6663238e
......@@ -138,7 +138,6 @@ export default {
this.$rocNative.getToken().then(res => {
const { userToken } = res;
this.userToken = userToken;
// alert('monutd gettoken' + this.userToken)
getRemindStatus(userToken).then(res => {
if(res.code=='000000'){
this.isLogin = true;
......@@ -247,9 +246,7 @@ export default {
}
// this.$rocNative.getToken().then(data => {
// const { userToken } = data;
// alert('setRemind===>' + this.userToken)
checkToken(this.userToken).then(res=>{
// alert(JSON.stringify(res))
if(res.code=='200006' || res.code == '200000'){
this.$rocNative.gotoLogin();
}else{
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册