diff --git a/.env.production b/.env.production index f30164f..d441c26 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,3 @@ # 生产环境配置 -VITE_API_BASE_URL=https://www.zrbjr.com/api -VITE_UPLOAD_BASE_URL=https://www.zrbjr.com/api/upload +VITE_API_BASE_URL=http://114.55.111.44:3001/api +VITE_UPLOAD_BASE_URL=http://114.55.111.44:3001/api/upload diff --git a/public/imgs/mainpage/提示.png b/public/imgs/mainpage/提示.png new file mode 100644 index 0000000..26310a7 Binary files /dev/null and b/public/imgs/mainpage/提示.png differ diff --git a/src.rar b/src.rar deleted file mode 100644 index 41ff6ed..0000000 Binary files a/src.rar and /dev/null differ diff --git a/src/views/CustomerService.vue b/src/views/CustomerService.vue index 57b714d..675d439 100644 --- a/src/views/CustomerService.vue +++ b/src/views/CustomerService.vue @@ -8,7 +8,9 @@
客服码 -
扫码联系客服
+
扫码联系客服(长按可识别)
+ 提示 +
点击关于我们,查看客服详情
@@ -75,6 +77,7 @@ const goBack = () => { color: #666; margin-top: 10px; font-weight: 500; + font-weight: bold; } /* 响应式设计 */ diff --git a/src1.rar b/src1.rar deleted file mode 100644 index 667acde..0000000 Binary files a/src1.rar and /dev/null differ