From 910f2ef56d0d49a4ce24b2f33860dce4d739b1b4 Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期三, 03 八月 2022 16:58:06 +0800 Subject: [PATCH] 项目整体细节,新增主页煤仓剩余量图表。 --- utils/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/utils/index.js b/utils/index.js index a4b5a19..f9f1910 100644 --- a/utils/index.js +++ b/utils/index.js @@ -18,7 +18,7 @@ return fetch(url, opt) } -// get璇锋眰 +// get璇锋眰 // urlParam鏄嫾鎺ヨ矾寰勭殑鍙傛暟 export const reqGet = (url, params, urlParam, opt = {}) => { opt.header = typeObj['headerGET']; -- Gitblit v1.9.1