spring
5 天以前 931aebc875a4d927aae21a36250e2008616c02e4
vite.config.js
@@ -8,8 +8,9 @@
  const { VITE_APP_ENV } = env;
  const baseUrl =
    VITE_APP_ENV == "development"
      ? "http://114.132.189.42:8092" // 开发环境后端接口
      : "http://114.132.189.42:8092"; // 生产环境后端接口
      ? "http://114.132.189.42:8089" // 开发环境后端接口
      // : "http://114.132.189.42:8068"; // 韦德实业生产环境后端接口
      : "http://114.132.189.42:8078"; // 基智油井生产环境后端接口
  return {
    // 部署生产环境和开发环境下的URL。