liuying
2024-10-23 7903954e19f91f5213d60535a22438cfe10df1a7
一汽地址配置
已修改1个文件
已删除1个文件
6 ■■■■ 文件已修改
yiqi_screen/dist.zip 补丁 | 查看 | 原始文档 | blame | 历史
yiqi_screen/src/api/api.js 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
yiqi_screen/dist.zip
Binary files differ
yiqi_screen/src/api/api.js
@@ -6,10 +6,10 @@
// if(process.env.NODE_ENV === "development"){
//     baseURL = "http://localhost:7788/"  //这里可在vue.config.js做一个代理【代理代码见下】
// }else{
    baseURL = "http://192.168.216.203:7788/api"
// }
// baseURL = "http://localhost:7788/api"
    baseURL = "http://192.168.216.203:7788/api"  // 线上环境地址
// }
// baseURL = "http://localhost:7788/api" //本地测试环境
 
//创建axios实例
const request = axios.create({