This commit is contained in:
focp212@naver.com
2025-10-29 17:59:52 +09:00
parent 8529f501c7
commit 8d67d59d78
4 changed files with 24 additions and 16 deletions

View File

@@ -223,15 +223,16 @@ export const SubLayout = () => {
const handleLogin = useCallback(async () => {
let userParmas;
if(!isNativeEnvironment){
/*
userParmas = {
id: 'nictest00',
password: 'nictest00'
};
// userParmas = {
// id: 'medi9332',
// password: 'medi9332'
// };
*/
userParmas = {
id: 'woowahan5',
password: 'nictest00'
};
}
callLogin(userParmas).then(() => {