zhengyiming
3 天以前 92b51e47eb0e53e1e8e13aa0f9135603e1bb03a0
1
2
3
4
5
6
7
8
9
const OssBasePath = 'https://parkmanagement.oss-cn-hangzhou.aliyuncs.com/mini/assets';
 
export const NoDataImage = `${OssBasePath}/no-data.png`;
 
export const AvatarImage = `${OssBasePath}/user-avatar.jpg`;
 
export const LoginRoleImage = `${OssBasePath}/login-role.png`;
 
export const WXImage = `${OssBasePath}/wx.png`;