diff --git a/src/api/configGrowth.js b/src/api/configGrowth.js index ab3fedbe..2f010b28 100644 --- a/src/api/configGrowth.js +++ b/src/api/configGrowth.js @@ -18,8 +18,8 @@ import { boeRequest } from "@/api/request"; // "application/x-www-form-urlencoded"; axios.defaults.withCredentials = true; const http = axios.create({ - // baseURL: '/growth', - baseURL: process.env.VUE_APP_BASE_API_GROWTH, + baseURL: '/growth', + // baseURL: process.env.VUE_APP_BASE_API_GROWTH, timeout: 1000 * 15, // headers: { "Content-Type": "multipart/form-data" }, headers: { "Content-Type": "application/json" }, diff --git a/src/components/growthpath/GrowthActive.vue b/src/components/growthpath/GrowthActive.vue index dec6ab83..24a65b8a 100644 --- a/src/components/growthpath/GrowthActive.vue +++ b/src/components/growthpath/GrowthActive.vue @@ -9,7 +9,7 @@ title="添加活动" placement="right" > -