diff --git a/src/config/index.ts b/src/config/index.ts index e967188..9abcbdb 100644 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -1,7 +1,7 @@ // const baseUrl = "http://192.168.31.25:8060/api"; -export const baseUrl = "http://127.0.0.1:8040/apih5"; +// export const baseUrl = "http://127.0.0.1:8040/apih5"; // export const baseUrl = "http://123.60.153.169:8042/apih5"; -// export const baseUrl = "https://cankao.cs.com.cn/mini"; +export const baseUrl = "https://cankao.cs.com.cn/mini"; export const baseUrlDataV = "https://cankao.cs.com.cn/zzck_datav"; // export const baseUrlDataV = "http://123.60.153.169:9995/zzck_datav"; diff --git a/src/pages/sreachReq/index.vue b/src/pages/sreachReq/index.vue index 89caea3..090d365 100644 --- a/src/pages/sreachReq/index.vue +++ b/src/pages/sreachReq/index.vue @@ -190,12 +190,13 @@ const handleSwiperJump = (item: any) => { let shareUrl = "https://cankao.cs.com.cn/jnh/#/pages/detail/indexNewsInfo?id=" + // "http://localhost:8881/jnh/#/pages/detail/indexNewsInfo?id=" + - item.news_id + + item.id + "&phone=" + uni.getStorageSync("token") + "&userType=" + - userParams.value.userType; - + userParams.value.userType + + "&type=" + + item.type; wx.miniProgram.navigateTo({ url: "/pages/webView/index?url=" + encodeURIComponent(shareUrl), success: (res) => {