@@ -36,7 +36,7 @@
let res = await that.$api(`/dir`, 'GET');
if (res.errcode == '0') {
console.log(res);
- // that.$set(that, `list`, res.data)
+ // that.$set(that, `list`, res.data)
}
},