// 定义api服务地址 const appUrl = 'https://www.aimzhu.com' // const appUrl = 'http://121.36.71.250:58038' const operatorUrl = appUrl + '/operator'; const operatorPlug = appUrl + '/operator-plugin' const copyrightUrl = appUrl + '/copyright'; const uploadImgUrl = copyrightUrl + '/api/file/v2/upload-image' const previewUrl = copyrightUrl + '/route/file/v2/download/true/' const downloadFileUrl = '/route/file/download/true/' const imgAssets = appUrl + '/miniapp-assets' export { operatorUrl, operatorPlug, uploadImgUrl, previewUrl, copyrightUrl, imgAssets, appUrl, downloadFileUrl }