debug code
This commit is contained in:
@@ -112,6 +112,10 @@ export const TAxios = (
|
||||
//todo "NotServiceCountry"
|
||||
return;
|
||||
}
|
||||
if(res?.data?.retCode === 604 ){
|
||||
//todo "NotServiceLanguage"
|
||||
return;
|
||||
}
|
||||
if (onSuccess) onSuccess(res);
|
||||
})
|
||||
.catch((error) => {
|
||||
|
||||
@@ -23,6 +23,7 @@ export default function DebugPanel({spotlightId}) {
|
||||
v.push({title: 'Version(App)', value: appinfo.version});
|
||||
v.push({title: 'WebOS', value: appStatus.webOSVersion+"("+httpHeader?.os_ver+")"});
|
||||
v.push({title: 'serverHOST', value: appStatus.serverHOST});
|
||||
v.push({title: 'httpHeader', value: JSON.stringify(httpHeader)});
|
||||
v.push({title: ' ', value: ' '});
|
||||
return v;
|
||||
}, [appStatus, httpHeader]);
|
||||
|
||||
Reference in New Issue
Block a user