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 @@ -