1
2
3
4
5
6
7
8
9
| const OssBasePath = 'https://renliyuan.oss-cn-hangzhou.aliyuncs.com/12333';
|
| export const OssAssets = {
| home: {
| FreePhone: `${OssBasePath}/lifePayment/assets/home/icon-free-phone.png`,
| FreeDian: `${OssBasePath}/lifePayment/assets/home/icon-free-dian.png`,
| FreeGas: `${OssBasePath}/lifePayment/assets/home/icon-free-gas.png`,
| },
| };
|
|