Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 3851498

Browse files
committed
删除 多余代码
1 parent 6f0ee9c commit 3851498

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/views/FileManager.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ export default {
233233
async toDir(name) {
234234
try {
235235
const p = path.normalize(path.join(this.currentDir, name));
236-
console.log("EN:", p);
237236
await this.list(p);
238237
} catch (error) {
239238
this.$message({ message: "错误,无法查看此目录或文件", type: "error" });

0 commit comments

Comments
 (0)