cy
2023-11-30 870a9499eb65de0031ef8e8f70607e5dfb64b806
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;