From bb47f06e3c5eaf568aaecf870736787373ce73aa Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 18 六月 2021 13:28:11 +0800 Subject: [PATCH] 2021-06-18 --- src/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/index.js b/src/index.js index fcc809d..3882a86 100644 --- a/src/index.js +++ b/src/index.js @@ -59,7 +59,7 @@ // 鏂扮郴缁熸枃浠剁疆浜巃dmin涓� ../options.json -fetch('./options.json') +fetch('../options.json') .then(response => response.json()) .catch(() => { document.getElementById('root').innerHTML = '<div style="text-align: center; font-size: 30px; margin-top: 40vh;">绯荤粺閰嶇疆淇℃伅鑾峰彇澶辫触锛岃鑱旂郴绠$悊鍛橈紒</div>' -- Gitblit v1.8.0