石广澎
2023-11-29 20913c80c3f5fc8e533cb92b90e6f20bcd68e032
1
2
3
4
5
6
7
8
9
10
import config from '../../public/static/config.js'
 
const SettingIplatform = {
  // 上传路径
  ftpUrl: config.ftpUrl,
  // 接口请求地址
  apiBaseURL: config.apiBaseURL,
};
 
export default SettingIplatform;