From c7df5603e14b98d6f80da425fab31d30574ca417 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 22 一月 2021 19:10:18 +0800 Subject: [PATCH] 2021-01-22 --- src/components/header/index.jsx | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/components/header/index.jsx b/src/components/header/index.jsx index 5ea87a5..5a25fd9 100644 --- a/src/components/header/index.jsx +++ b/src/components/header/index.jsx @@ -674,7 +674,9 @@ }) }, 1000) - // Api.directRequest('https://www.sogou.com/suggnew/ajajjson', 'get', {type: 'web', key: '#content#'}) + // Api.directRequest('https://www.sogou.com/suggnew/ajajjson', 'get', {type: 'web', key: '#content#'}).then(res => { + // }, (e) => { + // }) } shouldComponentUpdate (nextProps, nextState) { -- Gitblit v1.8.0