修改部署上线

This commit is contained in:
2025-11-13 11:23:08 +08:00
parent 8f57683dd5
commit 1328c71955
8 changed files with 21 additions and 59 deletions

View File

@ -121,7 +121,7 @@ export default {
},
axios: {
baseURL: process.env.NUXT_ENV_BASE_API || 'http://47.108.139.184:9062', // API 根地址
baseURL: process.env.NUXT_ENV_BASE_API || 'https://client-api.aiprodlaunch.com', // API 根地址
credentials: true, // 是否跨域请求时携带 cookie
timeout: 30000, // 请求超时时间ms
// proxy:true, //开启代理