mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 01:00:23 +09:00
공지사항 인증 URL 등록 처리
This commit is contained in:
@@ -11,7 +11,6 @@ const state = {
|
||||
authToken: null,
|
||||
beforeUrl: null,
|
||||
isLoading: false,
|
||||
loginPathUrl: null,
|
||||
};
|
||||
|
||||
const getters = {
|
||||
@@ -27,7 +26,6 @@ const getters = {
|
||||
getAuthToken: (state) => state.authToken,
|
||||
getBeforeUrl: (state) => state.beforeUrl,
|
||||
isLoading: (state) => state.isLoading,
|
||||
getLoginPathUrl: (state) => state.loginPathUrl,
|
||||
};
|
||||
|
||||
const mutations = {
|
||||
@@ -73,9 +71,6 @@ const mutations = {
|
||||
isLoading: (state, value) => {
|
||||
state.isLoading = value;
|
||||
},
|
||||
setLoginPathUrl: (state, value) => {
|
||||
state.loginPathUrl = value;
|
||||
},
|
||||
};
|
||||
|
||||
const actions = {};
|
||||
|
||||
Reference in New Issue
Block a user