From 2ef062858680c0326aa767f00b2262ce7c418a34 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 07 七月 2023 23:52:25 +0800 Subject: [PATCH] 2023-07-07 --- src/views/login/index.jsx | 32 -------------------------------- 1 files changed, 0 insertions(+), 32 deletions(-) diff --git a/src/views/login/index.jsx b/src/views/login/index.jsx index c37fe44..6e5e8d3 100644 --- a/src/views/login/index.jsx +++ b/src/views/login/index.jsx @@ -295,42 +295,10 @@ }) } - // handleItem = (list) => { - // let param = list.shift() - // Object.keys(param).forEach(key => { - // if (param[key] === null) { - // param[key] = '' - // } - // }) - // Api.directRequest({ - // url: 'http://bms.kresstools.cn/oc/webapi/dostar/zsn_app_bddmsdealersm_add_upt', - // method: 'post', - // data: JSON.stringify({ - // func: 'zsn_app_bddmsdealersm_add_upt', - // userid: '', - // ...param - // }) - // }).then(res => { - // if (res.status && list.length > 0) { - // this.handleItem(list) - // } else { - // console.log(list) - // } - // }) - // } - componentDidMount () { // md5("/ws/location/v1/ip?callback=callbackFunction&key=key&output=jsonp secret key") // md5("/ws/location/v1/ip?callback=callbackFunction&key=BA7BZ-4QB65-LFCIA-QPDA6-4G6O7-MJB4Q&output=jsonpuThL4ZM3XOj642ksEQh76tyHFjh4") - // Api.directRequest({ - // url: 'http://bms.kresstools.cn/saas-mp-open-api/shop/shopStore/getAllStoreList', - // method: 'get' - // }).then(res => { - // if (res && res.code === 0 && res.data && res.data.length > 0) { - // this.handleItem(res.data) - // } - // }) setTimeout(() => { Api.delCacheConfig() }, 50) -- Gitblit v1.8.0