feat(czleilei240): 配置池州雷蕾商贸积分商城环境

新增 czleilei240 Spring profile、合同 PDF 与部署文档,并将前后端域名、合同落库前缀和后台 API 地址切换到 leilei 环境。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
danaisuiyuan
2026-05-18 10:54:24 +08:00
parent a89825e23c
commit 93d6a58a2b
14 changed files with 231 additions and 10 deletions

View File

@@ -6,7 +6,9 @@
// let domain = 'https://jfanyue.szxingming.com'
// let domain = 'https://jf.wenjinhui.com'
// let domain = 'https://jjy-jf.fwxgpt.com'
let domain = 'https://jf.jinyawen.com'
// czleilei240 项目
let domain = 'https://leilei-jf.czchunfang.com'
// let domain = 'https://jf.jinyawen.com'
// let domain = 'https://jf.hapengran.com'
// let domain = 'https://jjy-jf.uj345.com'
// let domain = 'https://ccd-jf.cichude.com'
@@ -17,7 +19,7 @@ module.exports = {
// HTTP_REQUEST_URL:'',
HTTP_REQUEST_URL: domain,
// H5商城地址
HTTP_H5_URL: 'https://jf.jinyawen.com',
HTTP_H5_URL: 'https://leilei-jf.czchunfang.com',
// #endif
// #ifdef H5
HTTP_REQUEST_URL:domain,

View File

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

View File

@@ -16,7 +16,7 @@ export default {
},
onLoad(options) {
const url = options && options.url ? decodeURIComponent(options.url) : '/static/sign_contract_byjyw149.pdf'
const url = options && options.url ? decodeURIComponent(options.url) : '/static/sign_contract_czleilei240.pdf'
this.pdfUrl = url
},