分支自 SuZhouGuanHong/TaiYuanTaiZhong

dengjunjie
2024-07-03 a05b17c400067475a256071c2e92a9f1b3abe343
´úÂë¹ÜÀí/´óÆÁ/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/
});
```