chore:合并了文章列表改为新闻

This commit is contained in:
2026-01-22 18:24:36 +08:00
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
export const lang = { export const lang = {
//title为每个页面的标题 //title为每个页面的标题
title: '文章详情' title: '新闻'
} }

View File

@@ -1,5 +1,5 @@
export const lang = { export const lang = {
//title为每个页面的标题 //title为每个页面的标题
title: '文章列表', title: '新闻',
emptyText:"当前暂无文章信息" emptyText:"当前暂无文章信息"
} }

View File

@@ -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,