yuanhao
2025-06-04 a9d82ee818e96249634927847060177aa7dafe6a
common/config.js
@@ -1,8 +1,8 @@
/* 各种请求url配置 */
// 开发
const dev = {
   baseUrl: 'http://172.16.60.115:8089',
   VITE_APP_BASE: 'http://172.16.60.115:8001',
   baseUrl: 'http://172.16.60.119:8069',
   VITE_APP_BASE: 'http://172.16.60.119:8061',
   sftp: '',
}
// 线上