Compare commits

...

2 Commits

Author SHA1 Message Date
Zhukj
13029c39db choer:修改文章列表为新闻 2026-01-22 15:31:15 +08:00
814931de80 chore:加了2812的站点id 2026-01-22 11:32:27 +08:00
4 changed files with 13 additions and 9 deletions

View File

@@ -29,7 +29,11 @@ const localDevConfig = ({
'2777': { // 养老服务 '2777': { // 养老服务
uniacid: 2777, uniacid: 2777,
domain: 'https://xcx.aigc-quickapp.com/', domain: 'https://xcx.aigc-quickapp.com/',
}, },
'2812': { // IVD数商模式
uniacid: 2812,
domain: 'https://xcx.aigc-quickapp.com/',
},
'1': { // 开发平台 '1': { // 开发平台
uniacid: 1, uniacid: 1,
domain: 'https://dev.aigc-quickapp.com', domain: 'https://dev.aigc-quickapp.com',

View File

@@ -77,16 +77,16 @@ export default {
* 然后将 site.js 文件放到 `unpackage\dist\build\mp-weixin\` 目录下面 * 然后将 site.js 文件放到 `unpackage\dist\build\mp-weixin\` 目录下面
*/ */
// 商户ID // 商户ID
uniacid: uniacid, //825 uniacid: 2812, //825
//api请求地址 //api请求地址
baseUrl: domain, baseUrl: 'https://xcx.aigc-quickapp.com/',
// 图片域名 // 图片域名
imgDomain: domain, imgDomain:'https://xcx.aigc-quickapp.com/',
// H5端域名 // H5端域名
h5Domain: domain, h5Domain:'https://xcx.aigc-quickapp.com/',
// // api请求地址 // // api请求地址
// baseUrl: 'https://tsaas.liveplatform.cn/', // baseUrl: 'https://tsaas.liveplatform.cn/',

View File

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

View File

@@ -83,7 +83,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) : ''
@@ -91,7 +91,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,
@@ -102,7 +102,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,