6 lines
113 B
JavaScript
6 lines
113 B
JavaScript
export const lang = {
|
|
//title为每个页面的标题
|
|
title: '新闻',
|
|
emptyText:"当前暂无文章信息"
|
|
}
|