From 00989215f32e055de8d355056d0ac2a55e3cd1c6 Mon Sep 17 00:00:00 2001 From: liudianxin Date: Wed, 3 Jun 2020 15:50:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=81=E5=87=8F=E5=A2=9E=E5=8A=A0=E6=9B=BF?= =?UTF-8?q?=E6=8D=A2=E5=8A=9F=E8=83=BD=EF=BC=8C=E7=99=BB=E5=BD=95=E6=B3=A8?= =?UTF-8?q?=E5=86=8C=E6=8F=90=E5=8F=96=EF=BC=8C=E4=B8=AA=E4=BA=BA=E4=B8=AD?= =?UTF-8?q?=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/components/cropper.vue | 88 +++- src/components/upload_file.vue | 53 +-- src/pages/example/example_upload.vue | 3 +- src/pages/login.vue | 589 --------------------------- src/pages/user/user_info.vue | 71 +++- src/request/api.js | 4 +- src/request/api/general.js | 9 + src/request/http.js | 1 + src/router/index.js | 5 - 10 files changed, 160 insertions(+), 665 deletions(-) delete mode 100644 src/pages/login.vue create mode 100644 src/request/api/general.js diff --git a/src/App.vue b/src/App.vue index 12a058f..cf846fc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@ diff --git a/src/components/cropper.vue b/src/components/cropper.vue index a9378f1..cbe5a47 100644 --- a/src/components/cropper.vue +++ b/src/components/cropper.vue @@ -1,14 +1,27 @@ - - - \ No newline at end of file diff --git a/src/pages/user/user_info.vue b/src/pages/user/user_info.vue index c10d8d4..cc43a10 100644 --- a/src/pages/user/user_info.vue +++ b/src/pages/user/user_info.vue @@ -9,23 +9,84 @@ + + +

账号:

+ +
+ +

密码:

+ +
+ +

昵称:

+ +
+ +

头像:

+ +
+ +

联系人:

+ +
+ +

手机号:

+ +
+ +

邮箱:

+ +
+ +

组织机构:

+ +
+ +

当前角色:

+ +
+