data.js
541 Bytes
const systemList = [{
url: '/sysnotify-subpackage/sys-notify/system-notify',
text: 'userCenter.systemNotification',
leftIcon: '/static/sys-not.png',
rightIcon: '/static/arrow-right.png'
},
{
url: '/feedback-subpackage/feedback/feedback',
text: 'userCenter.feedback',
leftIcon: '/static/find-sugg.png',
rightIcon: '/static/arrow-right.png'
},
{
url: '/pages/personal/components/switchLocales',
text: 'userCenter.languageSettings',
leftIcon: '/static/language.png',
rightIcon: '/static/arrow-right.png'
},
]
export {
systemList
}