From bfc8fbf05661263ffbbee1be2faf65c297d9b31f Mon Sep 17 00:00:00 2001 From: yutent Date: Fri, 11 Mar 2022 12:15:23 +0800 Subject: [PATCH] fixed --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/index.js b/js/index.js index 7e9a0ab..0d6dab9 100644 --- a/js/index.js +++ b/js/index.js @@ -22,7 +22,7 @@ Anot({ words: 0 }, mounted() { - fetch('/data/table.txt') + fetch('./data/table.txt') .then(r => r.text()) .then(r => { // console.log(r)