石广澎
2023-12-13 db5f18c8d02881bbf8b8b43d45236bc59bd2f958
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;