Karsa 4 ani în urmă
părinte
comite
afd04e1746

+ 2 - 2
config/config.js

@@ -1,6 +1,6 @@
 
-// export const baseUrl = 'http://139.196.122.219:8101/api';//小程序测试接口地址
-export const baseUrl = 'http://8.136.199.33:8101/api';//小程序开发接口地址
+// export const baseUrl = 'http://8.136.199.33:8101/api';//小程序开发接口地址
+export const baseUrl = 'https://cygx.hzinsights.com/api';//小程序线上接口地址
 // #ifdef H5
 export const H5baseUrl=process.env.NODE_ENV === 'development'?window.location.origin+'/':baseUrl
 // #endif

+ 1 - 1
pages/index/index.vue

@@ -237,7 +237,7 @@ export default {
 		return {
 			title: '您手边的研究素材库',
 			path: '/pages/index/index',
-			imageUrl: '/static/img/home_share.png',
+			imageUrl: '/static/img/home_share.jpg',
 			success: (res)=> {
 			},
 			fail: (err)=> {

+ 3 - 2
pages/reportDetail/reportDetail.vue

@@ -49,7 +49,8 @@
 				isIphoneX:false,//判断机型
 				reportInfo:'',
 				// linkurl:'http://192.168.1.61:2000/raiReportDtl',//链接地址
-				linkurl:'http://8.136.199.33:8088/raiReportDtl',//链接地址
+				// linkurl:'http://8.136.199.33:8088/raiReportDtl',//链接地址
+				linkurl:'https://details.hzinsights.com/raiReportDtl',//线上链接地址
 				showNav:false,
 				id:'',
 				isShowTip:false,
@@ -198,7 +199,7 @@
 			return {
 				title: this.reportInfo.Title,
 				path: '/pages/reportDetail/reportDetail?id='+this.id,
-				imageUrl: '/static/img/detail_share.png',
+				imageUrl: '/static/img/detail_share.jpg',
 				success: (res)=> {
 				},
 				fail: (err)=> {

BIN
static/img/detail_share.jpg


BIN
static/img/detail_share.png


BIN
static/img/home_share.jpg


BIN
static/img/home_share.png