diff --git a/.env.development b/.env.development
index 436b0ec..5a4c728 100644
--- a/.env.development
+++ b/.env.development
@@ -7,6 +7,7 @@ VITE_PUBLIC_PATH = /
#新数据接口
VITE_APP_API_BASE_URL = "http://39.101.133.168:8828/link"
+VITE_APP_IMG_API_BASE_URL = "http://39.101.133.168:8828/hljw/api/aws/upload"
#MJ API
VITE_APP_MJ_API_BASE_URL = "http://192.168.9.19:8080/api"
diff --git a/.env.production b/.env.production
index 58e3d4b..847207a 100644
--- a/.env.production
+++ b/.env.production
@@ -11,6 +11,7 @@ VITE_USE_MOCK = true
# VITE_APP_API_BASE_URL = https://api.homilychart.com/link
VITE_APP_API_BASE_URL = "http://39.101.133.168:8828/link"
+VITE_APP_IMG_API_BASE_URL = "https://api.homilychart.com/hljw/api/aws/upload"
#MJ API
VITE_APP_MJ_API_BASE_URL = "http://192.168.9.19:8080/api"
# Whether to enable gzip or brotli compression
diff --git a/src/assets/img/Feedback/feedbackBtn.png b/src/assets/img/Feedback/feedbackBtn.png
index 4b82b1b..cafa125 100644
Binary files a/src/assets/img/Feedback/feedbackBtn.png and b/src/assets/img/Feedback/feedbackBtn.png differ
diff --git a/src/assets/img/Feedback/noFeedback.png b/src/assets/img/Feedback/noFeedback.png
new file mode 100644
index 0000000..72b212a
Binary files /dev/null and b/src/assets/img/Feedback/noFeedback.png differ
diff --git a/src/views/Feedback.vue b/src/views/Feedback.vue
index 5d2bb1b..7216669 100644
--- a/src/views/Feedback.vue
+++ b/src/views/Feedback.vue
@@ -1,22 +1,251 @@
-
- 头
-
-
- 身
-
+
+
+
+
+
![用户反馈]()
+
![用户反馈]()
+
+
+
+
+
+
+ 历史反馈内容
+
+
+ 有内容
+
+
+
+
![暂无历史提交]()
+ 暂无记录
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/homePage.vue b/src/views/homePage.vue
index 680f57f..c05e834 100644
--- a/src/views/homePage.vue
+++ b/src/views/homePage.vue
@@ -27,9 +27,9 @@ import msgBtn from "../assets/img/homePage/tail/msg.png";
import feedbackBtn from "../assets/img/Feedback/feedbackBtn.png";
-import VConsole from 'vconsole';
+// import VConsole from 'vconsole';
-const vConsole = new VConsole();
+// const vConsole = new VConsole();
// import { useUserStore } from "../store/userPessionCode.js";
const { getQueryVariable, setActiveTabIndex } = useDataStore()