公告板
版本库
filestore
活动
搜索
登录
main
/
LifePaymentFront
生活缴费前端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix: 对接
zhengyiming
2025-02-24
03047a382e6f0f1945be32e28fd65e6b31817dfa
[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/';