diff --git a/.env.development b/.env.development index 194903f..9985a6b 100644 --- a/.env.development +++ b/.env.development @@ -2,4 +2,4 @@ VITE_APP_ENV=development # 测试环境 API -VITE_API_BASE_URL=http://dbqb.legu168.cn/activityApi \ No newline at end of file +VITE_API_BASE_URL=https://dbqb.legu168.cn/activityApi \ No newline at end of file diff --git a/.env.production b/.env.production index b957eaa..e5301e0 100644 --- a/.env.production +++ b/.env.production @@ -2,4 +2,4 @@ VITE_APP_ENV=production # 生产环境 API -VITE_API_BASE_URL=http://dbqb.legu168.cn/activityApi \ No newline at end of file +VITE_API_BASE_URL=https://dbqb.legu168.cn/activityApi \ No newline at end of file