From 76427d51a079a5fd1f45bf7188249e7a4647ae05 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 14 九月 2020 10:37:25 +0800 Subject: [PATCH] 2020-09-14 --- src/index.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/index.js b/src/index.js index 3b4546d..ea3cafa 100644 --- a/src/index.js +++ b/src/index.js @@ -45,7 +45,8 @@ sessionStorage.removeItem('isEditState') -fetch(`./${process.env.NODE_ENV === 'production' ? 'build/' : ''}options.json`) +// fetch(`./${process.env.NODE_ENV === 'production' ? 'build/' : ''}options.json`) +fetch(`./options.json`) .then(response => response.json()) .catch(() => { console.warn('绯荤粺閰嶇疆淇℃伅鑾峰彇澶辫触锛岃鑱旂郴绠$悊鍛橈紒') -- Gitblit v1.8.0