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