pooint pages

This commit is contained in:
panchengyong
2026-03-19 15:57:31 +08:00
parent 6b131e07ab
commit 6dc8a25945
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
// let domain = 'https://jfanyue.szxingming.com' // let domain = 'https://jfanyue.szxingming.com'
// let domain = 'https://jf.wenjinhui.com' // let domain = 'https://jf.wenjinhui.com'
// let domain = 'https://jjy-jf.fwxgpt.com' // let domain = 'https://jjy-jf.fwxgpt.com'
let domain = 'https://ccd-jf.fwxgpt.com' let domain = 'https://ccd-jf.cichude.com'
module.exports = { module.exports = {
// 请求域名 格式: https://您的域名 // 请求域名 格式: https://您的域名
@@ -14,7 +14,7 @@ module.exports = {
// HTTP_REQUEST_URL:'', // HTTP_REQUEST_URL:'',
HTTP_REQUEST_URL: domain, HTTP_REQUEST_URL: domain,
// H5商城地址 // H5商城地址
HTTP_H5_URL: 'https://ccd-jf.fwxgpt.com', HTTP_H5_URL: 'https://ccd-jf.cichude.com',
// #endif // #endif
// #ifdef H5 // #ifdef H5
HTTP_REQUEST_URL:domain, HTTP_REQUEST_URL:domain,

View File

@@ -338,14 +338,14 @@ export default {
// 跳转到抢购页面 // 跳转到抢购页面
goToRushBuy() { goToRushBuy() {
// #ifdef H5 // #ifdef H5
window.location.href = 'https://shop.wenjinhui.com/?#/pages/personal/index' window.location.href = 'https://ccd.cichude.com/?#/pages/personal/index'
//window.location.href = 'https://anyue.szxingming.com/?#/pages/personal/index' //window.location.href = 'https://anyue.szxingming.com/?#/pages/personal/index'
// window.location.href = 'https://xiashengjun.com/?#/pages/personal/index' // window.location.href = 'https://xiashengjun.com/?#/pages/personal/index'
// window.location.href = 'http://shop.bosenyuan.com/?#/pages/personal/index' // window.location.href = 'http://shop.bosenyuan.com/?#/pages/personal/index'
// #endif // #endif
// #ifndef H5 // #ifndef H5
uni.navigateTo({ uni.navigateTo({
url: '/pages/web-view/index?url=' + encodeURIComponent('https://xiashengjun.com/?#/pages/personal/index') url: '/pages/web-view/index?url=' + encodeURIComponent('https://ccd.cichude.com/?#/pages/personal/index')
}) })
// #endif // #endif
}, },