diff --git a/.env.development b/.env.development index db084a8..6f09c16 100644 --- a/.env.development +++ b/.env.development @@ -2,4 +2,4 @@ VITE_APP_ENV=product # base api -VITE_API_BASE_URL=https://your-production-domain.com \ No newline at end of file +VITE_API_BASE_URL=https://hwjb.homilychart.com/dbqbApi \ No newline at end of file diff --git a/index.html b/index.html index c87220e..edc660c 100644 --- a/index.html +++ b/index.html @@ -8,20 +8,16 @@ - - 夺宝奇兵 - AI炒股时代,机构界的黑科技! - - - - + \ No newline at end of file diff --git a/src/api/member.js b/src/api/member.js index 91740ac..65e9fd0 100644 --- a/src/api/member.js +++ b/src/api/member.js @@ -1,7 +1,7 @@ -// api/member.js +// 用户内容相关接口配置文件 import { request } from "/src/utils/request.js"; -// ✅ 正确的 Vite 环境变量用法 +// 正确的 Vite 环境变量用法 const API_BASE_URL = import.meta.env.VITE_API_BASE_URL; export function registerMemberApi(data) {