You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
zhishifufei_uniapp/constants/special-type.js

8 lines
132 B

export default {
'1': '图文',
'2': '音频',
'3': '视频',
'4': '直播',
'5': '专栏',
'6': '其他'
};