TC 수정사항 반영

This commit is contained in:
kimre
2022-07-16 23:53:22 +09:00
parent c323de8bb9
commit e8328fef2c
43 changed files with 954 additions and 904 deletions

View File

@@ -74,7 +74,8 @@ export default {
number: '',
timer: null,
timeCounter: 180,
timerStr: "03:00"
timerStr: "03:00",
tempList: []
};
},
components: {
@@ -257,8 +258,12 @@ export default {
vm.$store.commit("login/isLogin", true);
vm.$store.commit("login/isAuthChk", true);
vm.$store.commit("login/userId", rsp.data.userId)
vm.$store.commit("login/userNm", rsp.data.userNm)
vm.$router.push({ path: '/'});
vm.$store.commit("login/userNm", rsp.data.userNm)
var rootUrl = rsp.data.nextUrl;
console.log('rootUrl : '+rootUrl);
vm.$store.commit("login/rootUrl", rsp.data.nextUrl);
console.log(vm.$store.getters);
vm.$router.push({ path: rootUrl});
}else if (rsp.retCode == '4008'){
this.row.title = '휴대폰번호 확인';
this.row.msg1 = '휴대폰번호를 확인해주세요.';
@@ -307,6 +312,7 @@ export default {
}
return this.errors.length == 0;
},
clickMenu(link){
this.$router.push({