From 8ad5f28e99bbbcdcd14347eaadbbf9096a22c741 Mon Sep 17 00:00:00 2001 From: Xwen <929716663@qq.com> Date: Thu, 14 Dec 2023 23:29:36 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=E5=8E=BB=E9=99=A4=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E5=AE=88=E5=8D=AB=E4=BB=A5=E5=8F=8A=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Bbs.Vue3/.env.development | 4 +- Yi.Bbs.Vue3/src/components/AvatarInfo.vue | 179 ++++++++++++---------- Yi.Bbs.Vue3/src/permission.js | 3 +- Yi.Bbs.Vue3/src/stores/user.js | 2 +- Yi.Bbs.Vue3/src/views/Login.vue | 5 +- 5 files changed, 103 insertions(+), 90 deletions(-) diff --git a/Yi.Bbs.Vue3/.env.development b/Yi.Bbs.Vue3/.env.development index 414dc2c2..b78611ef 100644 --- a/Yi.Bbs.Vue3/.env.development +++ b/Yi.Bbs.Vue3/.env.development @@ -1,5 +1,5 @@ # 接口前缀 VITE_APP_BASEAPI="/api-dev" -# VITE_APP_URL="http://123.207.63.87:19001/api/app" -VITE_APP_URL="http://localhost:19001/api/app" +VITE_APP_URL="http://123.207.63.87:19001/api/app" +# VITE_APP_URL="http://localhost:19001/api/app" VITE_APP_ENV_NAME = "dev" \ No newline at end of file diff --git a/Yi.Bbs.Vue3/src/components/AvatarInfo.vue b/Yi.Bbs.Vue3/src/components/AvatarInfo.vue index 81bd78a0..f340a801 100644 --- a/Yi.Bbs.Vue3/src/components/AvatarInfo.vue +++ b/Yi.Bbs.Vue3/src/components/AvatarInfo.vue @@ -1,131 +1,146 @@ -