schangxiang@126.com
7 天以前 2ca0bc7acb2fe719581e426eb5c7da96053cb31d
yiqi_screen/src/api/api.js
@@ -6,8 +6,8 @@
// if(process.env.NODE_ENV === "development"){
//     baseURL = "http://localhost:7788/"  //这里可在vue.config.js做一个代理【代理代码见下】
// }else{
   //   baseURL = "http://localhost:7788/api"
    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" //本地测试环境