mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-06 13:08:10 +00:00
2 lines
311 B
JavaScript
2 lines
311 B
JavaScript
const e="开发环境配置",a="API请求地址",l="图片服务器地址",t="请输入数字",m="最大不能超过",r={developTitle:e,baseUrl:a,imgUrl:l,pleaseEnterNumber:t,maximumCannotExceed:m};export{a as baseUrl,r as default,e as developTitle,l as imgUrl,m as maximumCannotExceed,t as pleaseEnterNumber};
|