From 8ab145ea737535b35fc81134a41c425055b9942e Mon Sep 17 00:00:00 2001 From: zhangdongxue Date: Fri, 24 Sep 2021 16:13:50 +0800 Subject: [PATCH] =?UTF-8?q?'=E7=99=BB=E5=BD=95=E9=A1=B5=E9=9D=A2=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=B1=95=E7=A4=BA=EF=BC=8C=E4=B8=AA=E4=BA=BA=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E4=BC=81=E4=B8=9A=E5=92=8C=E4=B8=AA=E4=BA=BA=E4=B8=AD?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=A4=84=E7=90=86=E7=AD=89=E8=B7=AF=E5=BE=84?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apis/index.js | 2 +- pages/login/login.vue | 167 ++++++++++++++++++++++++++------------ pages/setting/setting.vue | 42 +++++++++- static/imgs/no-avatar.png | Bin 0 -> 1913 bytes static/imgs/top_bg.png | Bin 0 -> 9478 bytes static/imgs/top_logo.png | Bin 0 -> 2939 bytes 6 files changed, 155 insertions(+), 56 deletions(-) create mode 100644 static/imgs/no-avatar.png create mode 100644 static/imgs/top_bg.png create mode 100644 static/imgs/top_logo.png diff --git a/apis/index.js b/apis/index.js index 76f9f15..ec79c85 100644 --- a/apis/index.js +++ b/apis/index.js @@ -9,7 +9,7 @@ import store from '@/store' // 基础配置 const config = { - apiUrl : 'https://e-chain.cnskl.com/api/', + apiUrl : 'http://api.ahxh.shangkelian.cn/api/', timeout : 60000 } diff --git a/pages/login/login.vue b/pages/login/login.vue index 4bee423..2a07705 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -1,20 +1,22 @@ -