Compare commits
2 Commits
main
...
13029c39db
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
13029c39db | ||
| 814931de80 |
@@ -29,7 +29,11 @@ const localDevConfig = ({
|
||||
'2777': { // 养老服务
|
||||
uniacid: 2777,
|
||||
domain: 'https://xcx.aigc-quickapp.com/',
|
||||
},
|
||||
},
|
||||
'2812': { // IVD数商模式
|
||||
uniacid: 2812,
|
||||
domain: 'https://xcx.aigc-quickapp.com/',
|
||||
},
|
||||
'1': { // 开发平台
|
||||
uniacid: 1,
|
||||
domain: 'https://dev.aigc-quickapp.com',
|
||||
|
||||
@@ -77,16 +77,16 @@ export default {
|
||||
* 然后将 site.js 文件放到 `unpackage\dist\build\mp-weixin\` 目录下面
|
||||
*/
|
||||
// 商户ID
|
||||
uniacid: uniacid, //825
|
||||
uniacid: 2812, //825
|
||||
|
||||
//api请求地址
|
||||
baseUrl: domain,
|
||||
baseUrl: 'https://xcx.aigc-quickapp.com/',
|
||||
|
||||
// 图片域名
|
||||
imgDomain: domain,
|
||||
imgDomain:'https://xcx.aigc-quickapp.com/',
|
||||
|
||||
// H5端域名
|
||||
h5Domain: domain,
|
||||
h5Domain:'https://xcx.aigc-quickapp.com/',
|
||||
|
||||
// // api请求地址
|
||||
// baseUrl: 'https://tsaas.liveplatform.cn/',
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '文章列表',
|
||||
title: '新闻',
|
||||
emptyText:"当前暂无文章信息"
|
||||
}
|
||||
|
||||
@@ -83,7 +83,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) : ''
|
||||
@@ -91,7 +91,7 @@ export default {
|
||||
}
|
||||
},
|
||||
onShareAppMessage(res) {
|
||||
var title = '文章列表';
|
||||
var title = '新闻';
|
||||
var path = '/pages_tool/article/list';
|
||||
return {
|
||||
title: title,
|
||||
@@ -102,7 +102,7 @@ export default {
|
||||
},
|
||||
//分享到朋友圈
|
||||
onShareTimeline() {
|
||||
var title = '文章列表';
|
||||
var title = '新闻';
|
||||
var query = '/pages_tool/article/list';
|
||||
return {
|
||||
title: title,
|
||||
|
||||
Reference in New Issue
Block a user