公告板
版本库
filestore
活动
搜索
登录
main
/
LifePaymentFront
生活缴费前端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat: 电费
wupengfei
2025-02-21
6ab8060d51e7eda0006943057f1d983d0d44abea
[LifePaymentFront.git]
/
packages
/
constants
/
oss.ts
1
2
3
4
5
export const OSSBaseURL = process.env.OSS_URL;
const _basicPath = 'life-payment/MiniApp/';
export const OssResource = _basicPath + 'Resource/';
export const OssMedia = _basicPath + 'Media/';