分支自 SuZhouGuanHong/TaiYuanTaiZhong

PDA
dengjunjie
2024-07-07 76eef0389848065963a295c66163a630697054fa
´úÂë¹ÜÀí/´óÆÁ/README.md
@@ -182,7 +182,7 @@
Vue.prototype.$http = axios.create({
  //设置20秒超时时间
  timeout: 20000,
  baseURL: 'http://localhost:8098', //这里写后端地址http://localhost:8098/
  baseURL: 'http://192.168.12.101:8098', //这里写后端地址http://localhost:8098/
});
```