2025-08-12 15:38:25 +08:00
|
|
|
export const commonEnum = {
|
|
|
|
|
LOGIN_SRC:'https://api.ccttiot.com/image-1754981670820.png',
|
|
|
|
|
HOME_ACTIVE:'https://api.ccttiot.com/image-1754981895711.png',
|
|
|
|
|
HOME:'https://api.ccttiot.com/image-1754981938495.png',
|
2025-08-12 16:39:15 +08:00
|
|
|
RENT:'https://api.ccttiot.com/image-1754981988082.png',
|
|
|
|
|
RENT_ACTIVE:' https://api.ccttiot.com/image-1754986634575.png',
|
|
|
|
|
PERSONAL_CENTER:"https://api.ccttiot.com/image-1754986718771.png",
|
|
|
|
|
PERSONAL_CENTER_ACTIVE:"https://api.ccttiot.com/image-1754986763842.png",
|
|
|
|
|
LOCATION:'https://api.ccttiot.com/image-1754986786418.png',
|
2025-08-12 17:49:16 +08:00
|
|
|
ANNOUNCEMENT_ICON:"https://api.ccttiot.com/image-1754990087627.png",
|
2025-08-12 16:39:15 +08:00
|
|
|
TEMP1:"https://api.ccttiot.com/image-1754987048988.png",
|
|
|
|
|
TEMP2:"https://api.ccttiot.com/image-1754987114695.png",
|
|
|
|
|
TEMP3:"https://api.ccttiot.com/image-1754987141539.png"
|
2025-08-12 15:38:25 +08:00
|
|
|
};
|
|
|
|
|
export default commonEnum;
|