From ce2b708f61de1855771d78f35309bd77df9d3b15 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 09 八月 2020 23:28:08 +0800 Subject: [PATCH] 2020-08-09 --- src/views/login/index.jsx | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/src/views/login/index.jsx b/src/views/login/index.jsx index 8b029a1..d72c7b0 100644 --- a/src/views/login/index.jsx +++ b/src/views/login/index.jsx @@ -222,17 +222,7 @@ this.setState({touristLogin: true}) } - // 鑾峰彇绯荤粺淇℃伅 - let _param = { - func: 's_Get_style', - TypeCharOne: 'PC', - LText: `select '${window.GLOB.appkey}'`, - } - - _param.timestamp = moment().format('YYYY-MM-DD HH:mm:ss') + '.000' - _param.secretkey = Utils.encrypt(_param.LText, _param.timestamp) - - Api.getSystemConfig(_param).then(res => { + Api.getSystemStyle().then(res => { if (res.status) { let _url = window.location.href.split('#')[0] + 'system' let systemMsg = { -- Gitblit v1.8.0