add component ShowLog
This commit is contained in:
parent
e62a4afe9a
commit
b5d1d37d5e
|
|
@ -12,6 +12,7 @@ const ShowLog = () => {
|
||||||
let tempContent = "";
|
let tempContent = "";
|
||||||
const res = await axios.get(getLog + "/" + name);
|
const res = await axios.get(getLog + "/" + name);
|
||||||
setLog(res.data);
|
setLog(res.data);
|
||||||
|
console.log(res.data)
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log(error);
|
console.log(error);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue