대량등록, 사용자ID 등록 팝업 수정

This commit is contained in:
USER
2022-07-19 16:40:10 +09:00
parent f9d6fe61ca
commit 681c0bb102
12 changed files with 68 additions and 21 deletions

View File

@@ -22,6 +22,7 @@ import "../assets/css/contents.css";
import "../assets/css/common.css";
import "../assets/css/style.css";
import { mapGetters } from 'vuex';
import tokenSvc from '@/common/token-service';
export default {
name: "hubwebLayout",
@@ -39,7 +40,7 @@ export default {
},
created() {
// this.getLogin;
// this.getAuthChk;
// this.getAuthChk;
},
mounted() {
this.isLogin = this.$store.getters["login/isLogin"]