shccd159: 配置与页面更新

Made-with: Cursor
This commit is contained in:
apple
2026-03-18 10:38:36 +08:00
parent a14566122b
commit 7366ab1200
4 changed files with 7 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ server:
spring:
profiles:
active: shjjy153
active: shccd159
servlet:
multipart:
max-file-size: 50MB #设置单个文件大小

View File

@@ -5,8 +5,8 @@
// let domain = 'https://jf.bosenyuan.com'
// let domain = 'https://jfanyue.szxingming.com'
// let domain = 'https://jf.wenjinhui.com'
let domain = 'https://jjy-jf.fwxgpt.com'
// let domain = 'https://ccd-jf.fwxgpt.com'
// let domain = 'https://jjy-jf.fwxgpt.com'
let domain = 'https://ccd-jf.fwxgpt.com'
module.exports = {
// 请求域名 格式: https://您的域名

View File

@@ -34,7 +34,7 @@
export default {
data() {
return {
pdfUrl: '/static/sign_contract_jjy.pdf',
pdfUrl: '/static/sign_contract_ccd.pdf',
userId: '',
isMobile: false,
usePdfJs: false,

View File

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