Discover: cy node label set done

This commit is contained in:
chiayin
2023-02-25 19:38:18 +08:00
parent 88aaf85922
commit 6fdeb3898f
3 changed files with 39 additions and 44 deletions

View File

@@ -61,6 +61,7 @@ export default defineStore('filesStore', {
*/
async fetchEventLog() {
const api = '/api/logs';
// console.log(this);
try {
const response = await axios.get(api);