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/assets/logo.ico b/Yi.Bbs.Vue3/src/assets/common/icons/logo.ico similarity index 100% rename from Yi.Bbs.Vue3/src/assets/logo.ico rename to Yi.Bbs.Vue3/src/assets/common/icons/logo.ico diff --git a/Yi.Bbs.Vue3/src/components/AvatarInfo.vue b/Yi.Bbs.Vue3/src/components/AvatarInfo.vue index 81bd78a0..9306df7e 100644 --- a/Yi.Bbs.Vue3/src/components/AvatarInfo.vue +++ b/Yi.Bbs.Vue3/src/components/AvatarInfo.vue @@ -1,131 +1,144 @@ -