From 9cf5fc474d2159aad973e3208fbef670f325307f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 25 十一月 2020 17:57:41 +0800 Subject: [PATCH] 2020-11-25 --- src/index.js | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/index.js b/src/index.js index 9cdc192..4ca1c39 100644 --- a/src/index.js +++ b/src/index.js @@ -54,7 +54,6 @@ sessionStorage.removeItem('isEditState') sessionStorage.removeItem('loginError') -// fetch(`./${process.env.NODE_ENV === 'production' ? 'build/' : ''}options.json`) fetch(`./options.json`) .then(response => response.json()) .catch(() => { -- Gitblit v1.8.0