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