chore:合并了文章列表改为新闻
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '文章详情'
|
||||
title: '新闻'
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '文章列表',
|
||||
title: '新闻',
|
||||
emptyText:"当前暂无文章信息"
|
||||
}
|
||||
|
||||
@@ -103,7 +103,7 @@ export default {
|
||||
setPublicShare() {
|
||||
let shareUrl = this.$config.h5Domain + '/pages_tool/article/list';
|
||||
this.$util.setPublicShare({
|
||||
title: '文章列表',
|
||||
title: '新闻',
|
||||
desc: '',
|
||||
link: shareUrl,
|
||||
imgUrl: this.siteInfo ? this.$util.img(this.siteInfo.logo_square) : ''
|
||||
@@ -113,7 +113,7 @@ export default {
|
||||
}
|
||||
},
|
||||
onShareAppMessage(res) {
|
||||
var title = '文章列表';
|
||||
var title = '新闻';
|
||||
var path = '/pages_tool/article/list';
|
||||
return {
|
||||
title: title,
|
||||
@@ -123,7 +123,7 @@ export default {
|
||||
};
|
||||
},
|
||||
onShareTimeline() {
|
||||
var title = '文章列表';
|
||||
var title = '新闻';
|
||||
var query = '/pages_tool/article/list';
|
||||
return {
|
||||
title: title,
|
||||
|
||||
Reference in New Issue
Block a user