zouyu
9 天以前 8c04f7a021496b0dc0d08c8fd4580ef8f3e1dd49
vite.config.js
@@ -9,7 +9,7 @@
  const baseUrl =
    VITE_APP_ENV == "development"
      ? "http://127.0.0.1:7003" // 开发环境后端接口
      : "http://114.132.189.42:7003"; // 生产环境后端接口
      : "http://10.136.12.71:8016"; // 生产环境后端接口
  return {
    // 部署生产环境和开发环境下的URL。