mid 수정
This commit is contained in:
@@ -327,7 +327,7 @@ export const SubLayout = () => {
|
||||
}, []);
|
||||
useEffect(() => {
|
||||
if(!!mid){
|
||||
callBusinessProperty();
|
||||
// callBusinessProperty();
|
||||
callFindAuthMethod();
|
||||
}
|
||||
}, [mid]);
|
||||
@@ -344,6 +344,7 @@ export const SubLayout = () => {
|
||||
favoriteEdit={ favoriteEdit }
|
||||
key={ headerNavigationKey }
|
||||
loginSuccess={ loginSuccess }
|
||||
setMid={ setMid }
|
||||
/>
|
||||
{ loginSuccess &&
|
||||
<Outlet
|
||||
|
||||
Reference in New Issue
Block a user