revert(env,uniapp): 保留 sxsy80 业务合并,恢复 byjyw149 环境与合同 PDF
- 恢复 admin/front application.yml、admin 端 env、WaUserController 合同模板与域名 - 恢复 single_uniapp22miao 中与域名/签约相关的页面与 config - 移除合并中新增的多客户 profile 与 sxsy80/czcf82 合同 PDF 资源 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -8,11 +8,8 @@ ENV = 'development'
|
|||||||
# VUE_APP_BASE_API = 'http://jfanyueadmin.szxingming.com'
|
# VUE_APP_BASE_API = 'http://jfanyueadmin.szxingming.com'
|
||||||
# VUE_APP_BASE_API = 'http://jfadmin.wenjinhui.com'
|
# VUE_APP_BASE_API = 'http://jfadmin.wenjinhui.com'
|
||||||
# VUE_APP_BASE_API = 'http://jfadmin-bsy.bosenyuan.com'
|
# VUE_APP_BASE_API = 'http://jfadmin-bsy.bosenyuan.com'
|
||||||
# sxsy80 项目(太原树英商贸)
|
# byjyw149 项目(宝应金雅文商贸)
|
||||||
VUE_APP_BASE_API = 'https://sxsy-jf.cichude.com'
|
VUE_APP_BASE_API = 'https://jf.jinyawen.com'
|
||||||
|
|
||||||
# czcf82 项目(池州春芳商贸)
|
|
||||||
# VUE_APP_BASE_API = 'https://czcf-jf.uj345.com'
|
|
||||||
|
|
||||||
# hapr191 项目(淮安鹏然商贸)
|
# hapr191 项目(淮安鹏然商贸)
|
||||||
# VUE_APP_BASE_API = 'http://jfadmin.hapengran.com'
|
# VUE_APP_BASE_API = 'http://jfadmin.hapengran.com'
|
||||||
|
|||||||
@@ -8,11 +8,8 @@ ENV = 'production'
|
|||||||
# miao33 项目
|
# miao33 项目
|
||||||
# VUE_APP_BASE_API = 'http://jfadmin.xiashengjun.com'
|
# VUE_APP_BASE_API = 'http://jfadmin.xiashengjun.com'
|
||||||
|
|
||||||
# sxsy80 项目(太原树英商贸)
|
# byjyw149 项目(宝应金雅文商贸)
|
||||||
VUE_APP_BASE_API = 'https://sxsy-jf.cichude.com'
|
VUE_APP_BASE_API = 'https://jf.jinyawen.com'
|
||||||
|
|
||||||
# czcf82 项目(池州春芳商贸)
|
|
||||||
# VUE_APP_BASE_API = 'https://czcf-jf.uj345.com'
|
|
||||||
|
|
||||||
# hapr191 项目(淮安鹏然商贸)
|
# hapr191 项目(淮安鹏然商贸)
|
||||||
# VUE_APP_BASE_API = 'http://jfadmin.hapengran.com'
|
# VUE_APP_BASE_API = 'http://jfadmin.hapengran.com'
|
||||||
|
|||||||
@@ -1,59 +0,0 @@
|
|||||||
# CRMEB 相关配置
|
|
||||||
crmeb:
|
|
||||||
captchaOn: false # 是否开启行为验证码
|
|
||||||
asyncConfig: true #是否同步config表数据到redis
|
|
||||||
|
|
||||||
server:
|
|
||||||
port: 30032
|
|
||||||
|
|
||||||
sync:
|
|
||||||
source-id: shop_11
|
|
||||||
target-mer-id: 11
|
|
||||||
|
|
||||||
spring:
|
|
||||||
datasource:
|
|
||||||
name: yangtangyoupin
|
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver
|
|
||||||
url: jdbc:mysql://8.140.218.149:3306/${spring.datasource.name}?useUnicode=true&serverTimezone=GMT%2B8&characterEncoding=utf8
|
|
||||||
username: yangtangyoupin
|
|
||||||
password: 5Fn8eWrbYFtAhCZw
|
|
||||||
redis:
|
|
||||||
host: 8.140.218.149 #地址
|
|
||||||
port: 6379 #端口
|
|
||||||
password: '123456'
|
|
||||||
timeout: 10000 # 连接超时时间(毫秒)
|
|
||||||
database: 2 #默认数据库
|
|
||||||
jedis:
|
|
||||||
pool:
|
|
||||||
max-active: 200 # 连接池最大连接数(使用负值表示没有限制)
|
|
||||||
max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制)
|
|
||||||
max-idle: 10 # 连接池中的最大空闲连接
|
|
||||||
min-idle: 0 # 连接池中的最小空闲连接
|
|
||||||
time-between-eviction-runs: -1 #逐出扫描的时间间隔(毫秒) 如果为负数,则不运行逐出线程, 默认-1
|
|
||||||
second:
|
|
||||||
database: 2 # 微信accessToken存储库
|
|
||||||
|
|
||||||
debug: true
|
|
||||||
logging:
|
|
||||||
level:
|
|
||||||
io.swagger.*: error
|
|
||||||
com.zbjk.crmeb: debug
|
|
||||||
org.springframework.boot.autoconfigure: ERROR
|
|
||||||
config: classpath:logback-spring.xml
|
|
||||||
file:
|
|
||||||
path: ./logs
|
|
||||||
|
|
||||||
# mybatis 配置
|
|
||||||
mybatis-plus:
|
|
||||||
# 配置sql打印日志
|
|
||||||
configuration:
|
|
||||||
log-impl:
|
|
||||||
|
|
||||||
#swagger 配置
|
|
||||||
swagger:
|
|
||||||
basic:
|
|
||||||
enable: true #是否开启界面
|
|
||||||
check: false #是否打开验证
|
|
||||||
username: crmeb #访问swagger的账号
|
|
||||||
password: crmeb.com #访问swagger的密码
|
|
||||||
@@ -1,59 +0,0 @@
|
|||||||
# CRMEB 相关配置
|
|
||||||
crmeb:
|
|
||||||
captchaOn: false # 是否开启行为验证码
|
|
||||||
asyncConfig: true #是否同步config表数据到redis
|
|
||||||
|
|
||||||
server:
|
|
||||||
port: 30032
|
|
||||||
|
|
||||||
sync:
|
|
||||||
source-id: shop_13
|
|
||||||
target-mer-id: 13
|
|
||||||
|
|
||||||
spring:
|
|
||||||
datasource:
|
|
||||||
name: yangtangyoupin
|
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver
|
|
||||||
url: jdbc:mysql://121.43.134.82:3306/${spring.datasource.name}?useUnicode=true&serverTimezone=GMT%2B8&characterEncoding=utf8
|
|
||||||
username: yangtangyoupin
|
|
||||||
password: 5Fn8eWrbYFtAhCZw
|
|
||||||
redis:
|
|
||||||
host: 121.43.134.82 #地址
|
|
||||||
port: 6379 #端口
|
|
||||||
password: '123456'
|
|
||||||
timeout: 10000 # 连接超时时间(毫秒)
|
|
||||||
database: 2 #默认数据库
|
|
||||||
jedis:
|
|
||||||
pool:
|
|
||||||
max-active: 200 # 连接池最大连接数(使用负值表示没有限制)
|
|
||||||
max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制)
|
|
||||||
max-idle: 10 # 连接池中的最大空闲连接
|
|
||||||
min-idle: 0 # 连接池中的最小空闲连接
|
|
||||||
time-between-eviction-runs: -1 #逐出扫描的时间间隔(毫秒) 如果为负数,则不运行逐出线程, 默认-1
|
|
||||||
second:
|
|
||||||
database: 2 # 微信accessToken存储库
|
|
||||||
|
|
||||||
debug: true
|
|
||||||
logging:
|
|
||||||
level:
|
|
||||||
io.swagger.*: error
|
|
||||||
com.zbjk.crmeb: debug
|
|
||||||
org.springframework.boot.autoconfigure: ERROR
|
|
||||||
config: classpath:logback-spring.xml
|
|
||||||
file:
|
|
||||||
path: ./logs
|
|
||||||
|
|
||||||
# mybatis 配置
|
|
||||||
mybatis-plus:
|
|
||||||
# 配置sql打印日志
|
|
||||||
configuration:
|
|
||||||
log-impl:
|
|
||||||
|
|
||||||
#swagger 配置
|
|
||||||
swagger:
|
|
||||||
basic:
|
|
||||||
enable: true #是否开启界面
|
|
||||||
check: false #是否打开验证
|
|
||||||
username: crmeb #访问swagger的账号
|
|
||||||
password: crmeb.com #访问swagger的密码
|
|
||||||
@@ -1,59 +0,0 @@
|
|||||||
# CRMEB 相关配置
|
|
||||||
crmeb:
|
|
||||||
captchaOn: false # 是否开启行为验证码
|
|
||||||
asyncConfig: true #是否同步config表数据到redis
|
|
||||||
|
|
||||||
server:
|
|
||||||
port: 30032
|
|
||||||
|
|
||||||
sync:
|
|
||||||
source-id: shop_12
|
|
||||||
target-mer-id: 12
|
|
||||||
|
|
||||||
spring:
|
|
||||||
datasource:
|
|
||||||
name: yangtangyoupin
|
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver
|
|
||||||
url: jdbc:mysql://101.37.101.6:3306/${spring.datasource.name}?useUnicode=true&serverTimezone=GMT%2B8&characterEncoding=utf8
|
|
||||||
username: yangtangyoupin
|
|
||||||
password: 5Fn8eWrbYFtAhCZw
|
|
||||||
redis:
|
|
||||||
host: 101.37.101.6 #地址
|
|
||||||
port: 6379 #端口
|
|
||||||
password: '123456'
|
|
||||||
timeout: 10000 # 连接超时时间(毫秒)
|
|
||||||
database: 2 #默认数据库
|
|
||||||
jedis:
|
|
||||||
pool:
|
|
||||||
max-active: 200 # 连接池最大连接数(使用负值表示没有限制)
|
|
||||||
max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制)
|
|
||||||
max-idle: 10 # 连接池中的最大空闲连接
|
|
||||||
min-idle: 0 # 连接池中的最小空闲连接
|
|
||||||
time-between-eviction-runs: -1 #逐出扫描的时间间隔(毫秒) 如果为负数,则不运行逐出线程, 默认-1
|
|
||||||
second:
|
|
||||||
database: 2 # 微信accessToken存储库
|
|
||||||
|
|
||||||
debug: true
|
|
||||||
logging:
|
|
||||||
level:
|
|
||||||
io.swagger.*: error
|
|
||||||
com.zbjk.crmeb: debug
|
|
||||||
org.springframework.boot.autoconfigure: ERROR
|
|
||||||
config: classpath:logback-spring.xml
|
|
||||||
file:
|
|
||||||
path: ./logs
|
|
||||||
|
|
||||||
# mybatis 配置
|
|
||||||
mybatis-plus:
|
|
||||||
# 配置sql打印日志
|
|
||||||
configuration:
|
|
||||||
log-impl:
|
|
||||||
|
|
||||||
#swagger 配置
|
|
||||||
swagger:
|
|
||||||
basic:
|
|
||||||
enable: true #是否开启界面
|
|
||||||
check: false #是否打开验证
|
|
||||||
username: crmeb #访问swagger的账号
|
|
||||||
password: crmeb.com #访问swagger的密码
|
|
||||||
@@ -1,59 +0,0 @@
|
|||||||
# CRMEB 相关配置
|
|
||||||
crmeb:
|
|
||||||
captchaOn: false # 是否开启行为验证码
|
|
||||||
asyncConfig: true #是否同步config表数据到redis
|
|
||||||
|
|
||||||
server:
|
|
||||||
port: 30032
|
|
||||||
|
|
||||||
sync:
|
|
||||||
source-id: shop_14
|
|
||||||
target-mer-id: 14
|
|
||||||
|
|
||||||
spring:
|
|
||||||
datasource:
|
|
||||||
name: yangtangyoupin
|
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver
|
|
||||||
url: jdbc:mysql://106.14.132.80:3306/${spring.datasource.name}?useUnicode=true&serverTimezone=GMT%2B8&characterEncoding=utf8
|
|
||||||
username: yangtangyoupin
|
|
||||||
password: 5Fn8eWrbYFtAhCZw
|
|
||||||
redis:
|
|
||||||
host: 106.14.132.80 #地址
|
|
||||||
port: 6379 #端口
|
|
||||||
password: '123456'
|
|
||||||
timeout: 10000 # 连接超时时间(毫秒)
|
|
||||||
database: 2 #默认数据库
|
|
||||||
jedis:
|
|
||||||
pool:
|
|
||||||
max-active: 200 # 连接池最大连接数(使用负值表示没有限制)
|
|
||||||
max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制)
|
|
||||||
max-idle: 10 # 连接池中的最大空闲连接
|
|
||||||
min-idle: 0 # 连接池中的最小空闲连接
|
|
||||||
time-between-eviction-runs: -1 #逐出扫描的时间间隔(毫秒) 如果为负数,则不运行逐出线程, 默认-1
|
|
||||||
second:
|
|
||||||
database: 2 # 微信accessToken存储库
|
|
||||||
|
|
||||||
debug: true
|
|
||||||
logging:
|
|
||||||
level:
|
|
||||||
io.swagger.*: error
|
|
||||||
com.zbjk.crmeb: debug
|
|
||||||
org.springframework.boot.autoconfigure: ERROR
|
|
||||||
config: classpath:logback-spring.xml
|
|
||||||
file:
|
|
||||||
path: ./logs
|
|
||||||
|
|
||||||
# mybatis 配置
|
|
||||||
mybatis-plus:
|
|
||||||
# 配置sql打印日志
|
|
||||||
configuration:
|
|
||||||
log-impl:
|
|
||||||
|
|
||||||
#swagger 配置
|
|
||||||
swagger:
|
|
||||||
basic:
|
|
||||||
enable: true #是否开启界面
|
|
||||||
check: false #是否打开验证
|
|
||||||
username: crmeb #访问swagger的账号
|
|
||||||
password: crmeb.com #访问swagger的密码
|
|
||||||
@@ -38,7 +38,7 @@ server:
|
|||||||
|
|
||||||
spring:
|
spring:
|
||||||
profiles:
|
profiles:
|
||||||
active: sxsy80
|
active: byjyw149
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
max-file-size: 50MB #设置单个文件大小
|
max-file-size: 50MB #设置单个文件大小
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ public class WaUserController {
|
|||||||
FileInputStream fileInputStream = null;
|
FileInputStream fileInputStream = null;
|
||||||
try {
|
try {
|
||||||
// 读取模板PDF文件
|
// 读取模板PDF文件
|
||||||
Resource resource = new ClassPathResource("pdf/sign_contract_sxsy80.pdf");
|
Resource resource = new ClassPathResource("pdf/sign_contract_byjyw149.pdf");
|
||||||
InputStream pdfInputStream = resource.getInputStream();
|
InputStream pdfInputStream = resource.getInputStream();
|
||||||
document = PDDocument.load(pdfInputStream);
|
document = PDDocument.load(pdfInputStream);
|
||||||
pdfInputStream.close();
|
pdfInputStream.close();
|
||||||
@@ -199,7 +199,7 @@ public class WaUserController {
|
|||||||
// user.setContract("https://anyue.szxingming.com/"+pdfResultVo.getUrl());
|
// user.setContract("https://anyue.szxingming.com/"+pdfResultVo.getUrl());
|
||||||
// user.setContract("https://xiashengjun.com/"+pdfResultVo.getUrl());
|
// user.setContract("https://xiashengjun.com/"+pdfResultVo.getUrl());
|
||||||
// user.setContract("https://ccd.cichude.com/"+pdfResultVo.getUrl());
|
// user.setContract("https://ccd.cichude.com/"+pdfResultVo.getUrl());
|
||||||
user.setContract("https://sxsy.cichude.com/"+pdfResultVo.getUrl());
|
user.setContract("https://jinyawen.com/"+pdfResultVo.getUrl());
|
||||||
waUsersDao.updateById(user);
|
waUsersDao.updateById(user);
|
||||||
}
|
}
|
||||||
return CommonResult.success(pdfResultVo);
|
return CommonResult.success(pdfResultVo);
|
||||||
|
|||||||
@@ -1,54 +0,0 @@
|
|||||||
crmeb:
|
|
||||||
imagePath: /www/wwwroot/czchunfang.com/ # 池州春芳商贸服务器图片路径 斜杠结尾
|
|
||||||
asyncConfig: true #是否同步config表数据到redis
|
|
||||||
|
|
||||||
server:
|
|
||||||
port: 30031
|
|
||||||
|
|
||||||
spring:
|
|
||||||
datasource:
|
|
||||||
name: yangtangyoupin
|
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver
|
|
||||||
url: jdbc:mysql://121.43.134.82:3306/${spring.datasource.name}?useUnicode=true&serverTimezone=GMT%2B8&characterEncoding=utf8
|
|
||||||
username: yangtangyoupin
|
|
||||||
password: 5Fn8eWrbYFtAhCZw
|
|
||||||
redis:
|
|
||||||
host: 121.43.134.82 #地址
|
|
||||||
port: 6379 #端口
|
|
||||||
password: '123456'
|
|
||||||
timeout: 10000 # 连接超时时间(毫秒)
|
|
||||||
database: 2 #默认数据库
|
|
||||||
jedis:
|
|
||||||
pool:
|
|
||||||
max-active: 200 # 连接池最大连接数(使用负值表示没有限制)
|
|
||||||
max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制)
|
|
||||||
max-idle: 10 # 连接池中的最大空闲连接
|
|
||||||
min-idle: 0 # 连接池中的最小空闲连接
|
|
||||||
time-between-eviction-runs: -1 #逐出扫描的时间间隔(毫秒) 如果为负数,则不运行逐出线程, 默认-1
|
|
||||||
second:
|
|
||||||
database: 3 # 微信accessToken存储库
|
|
||||||
|
|
||||||
debug: true
|
|
||||||
logging:
|
|
||||||
level:
|
|
||||||
io.swagger.*: error
|
|
||||||
com.zbjk.crmeb: debug
|
|
||||||
org.springframework.boot.autoconfigure: ERROR
|
|
||||||
config: classpath:logback-spring.xml
|
|
||||||
file:
|
|
||||||
path: ./logs
|
|
||||||
|
|
||||||
# mybatis 配置
|
|
||||||
mybatis-plus:
|
|
||||||
# 配置sql打印日志
|
|
||||||
configuration:
|
|
||||||
log-impl:
|
|
||||||
|
|
||||||
#swagger 配置
|
|
||||||
swagger:
|
|
||||||
basic:
|
|
||||||
enable: true #是否开启界面
|
|
||||||
check: false #是否打开验证
|
|
||||||
username: crmeb #访问swagger的账号
|
|
||||||
password: crmeb.com #访问swagger的密码
|
|
||||||
@@ -1,54 +0,0 @@
|
|||||||
crmeb:
|
|
||||||
imagePath: /www/wwwroot/czruitang.com/ # 池州瑞棠商贸服务器图片路径 斜杠结尾
|
|
||||||
asyncConfig: true #是否同步config表数据到redis
|
|
||||||
|
|
||||||
server:
|
|
||||||
port: 30031
|
|
||||||
|
|
||||||
spring:
|
|
||||||
datasource:
|
|
||||||
name: yangtangyoupin
|
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver
|
|
||||||
url: jdbc:mysql://101.37.101.6:3306/${spring.datasource.name}?useUnicode=true&serverTimezone=GMT%2B8&characterEncoding=utf8
|
|
||||||
username: yangtangyoupin
|
|
||||||
password: 5Fn8eWrbYFtAhCZw
|
|
||||||
redis:
|
|
||||||
host: 101.37.101.6 #地址
|
|
||||||
port: 6379 #端口
|
|
||||||
password: '123456'
|
|
||||||
timeout: 10000 # 连接超时时间(毫秒)
|
|
||||||
database: 2 #默认数据库
|
|
||||||
jedis:
|
|
||||||
pool:
|
|
||||||
max-active: 200 # 连接池最大连接数(使用负值表示没有限制)
|
|
||||||
max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制)
|
|
||||||
max-idle: 10 # 连接池中的最大空闲连接
|
|
||||||
min-idle: 0 # 连接池中的最小空闲连接
|
|
||||||
time-between-eviction-runs: -1 #逐出扫描的时间间隔(毫秒) 如果为负数,则不运行逐出线程, 默认-1
|
|
||||||
second:
|
|
||||||
database: 3 # 微信accessToken存储库
|
|
||||||
|
|
||||||
debug: true
|
|
||||||
logging:
|
|
||||||
level:
|
|
||||||
io.swagger.*: error
|
|
||||||
com.zbjk.crmeb: debug
|
|
||||||
org.springframework.boot.autoconfigure: ERROR
|
|
||||||
config: classpath:logback-spring.xml
|
|
||||||
file:
|
|
||||||
path: ./logs
|
|
||||||
|
|
||||||
# mybatis 配置
|
|
||||||
mybatis-plus:
|
|
||||||
# 配置sql打印日志
|
|
||||||
configuration:
|
|
||||||
log-impl:
|
|
||||||
|
|
||||||
#swagger 配置
|
|
||||||
swagger:
|
|
||||||
basic:
|
|
||||||
enable: true #是否开启界面
|
|
||||||
check: false #是否打开验证
|
|
||||||
username: crmeb #访问swagger的账号
|
|
||||||
password: crmeb.com #访问swagger的密码
|
|
||||||
@@ -1,54 +0,0 @@
|
|||||||
crmeb:
|
|
||||||
imagePath: /www/wwwroot/sxsy.cichude.com/ # 太原树英商贸 服务器图片路径 斜杠结尾
|
|
||||||
asyncConfig: true #是否同步config表数据到redis
|
|
||||||
|
|
||||||
server:
|
|
||||||
port: 30031
|
|
||||||
|
|
||||||
spring:
|
|
||||||
datasource:
|
|
||||||
name: yangtangyoupin
|
|
||||||
type: com.alibaba.druid.pool.DruidDataSource
|
|
||||||
driver-class-name: com.mysql.jdbc.Driver
|
|
||||||
url: jdbc:mysql://106.14.132.80:3306/${spring.datasource.name}?useUnicode=true&serverTimezone=GMT%2B8&characterEncoding=utf8
|
|
||||||
username: yangtangyoupin
|
|
||||||
password: 5Fn8eWrbYFtAhCZw
|
|
||||||
redis:
|
|
||||||
host: 106.14.132.80 #地址
|
|
||||||
port: 6379 #端口
|
|
||||||
password: '123456'
|
|
||||||
timeout: 10000 # 连接超时时间(毫秒)
|
|
||||||
database: 2 #默认数据库
|
|
||||||
jedis:
|
|
||||||
pool:
|
|
||||||
max-active: 200 # 连接池最大连接数(使用负值表示没有限制)
|
|
||||||
max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制)
|
|
||||||
max-idle: 10 # 连接池中的最大空闲连接
|
|
||||||
min-idle: 0 # 连接池中的最小空闲连接
|
|
||||||
time-between-eviction-runs: -1 #逐出扫描的时间间隔(毫秒) 如果为负数,则不运行逐出线程, 默认-1
|
|
||||||
second:
|
|
||||||
database: 3 # 微信accessToken存储库
|
|
||||||
|
|
||||||
debug: true
|
|
||||||
logging:
|
|
||||||
level:
|
|
||||||
io.swagger.*: error
|
|
||||||
com.zbjk.crmeb: debug
|
|
||||||
org.springframework.boot.autoconfigure: ERROR
|
|
||||||
config: classpath:logback-spring.xml
|
|
||||||
file:
|
|
||||||
path: ./logs
|
|
||||||
|
|
||||||
# mybatis 配置
|
|
||||||
mybatis-plus:
|
|
||||||
# 配置sql打印日志
|
|
||||||
configuration:
|
|
||||||
log-impl:
|
|
||||||
|
|
||||||
#swagger 配置
|
|
||||||
swagger:
|
|
||||||
basic:
|
|
||||||
enable: true #是否开启界面
|
|
||||||
check: false #是否打开验证
|
|
||||||
username: crmeb #访问swagger的账号
|
|
||||||
password: crmeb.com #访问swagger的密码
|
|
||||||
@@ -32,7 +32,7 @@ server:
|
|||||||
|
|
||||||
spring:
|
spring:
|
||||||
profiles:
|
profiles:
|
||||||
active: sxsy80
|
active: byjyw149
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
max-file-size: 50MB #设置单个文件大小
|
max-file-size: 50MB #设置单个文件大小
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -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://sxsy-jf.cichude.com'
|
let domain = 'https://jf.jinyawen.com'
|
||||||
// let domain = 'https://jf.hapengran.com'
|
// let domain = 'https://jf.hapengran.com'
|
||||||
// let domain = 'https://jjy-jf.uj345.com'
|
// let domain = 'https://jjy-jf.uj345.com'
|
||||||
// let domain = 'https://ccd-jf.cichude.com'
|
// let domain = 'https://ccd-jf.cichude.com'
|
||||||
@@ -17,7 +17,7 @@ module.exports = {
|
|||||||
// HTTP_REQUEST_URL:'',
|
// HTTP_REQUEST_URL:'',
|
||||||
HTTP_REQUEST_URL: domain,
|
HTTP_REQUEST_URL: domain,
|
||||||
// H5商城地址
|
// H5商城地址
|
||||||
HTTP_H5_URL: 'https://sxsy-jf.cichude.com',
|
HTTP_H5_URL: 'https://jf.jinyawen.com',
|
||||||
// #endif
|
// #endif
|
||||||
// #ifdef H5
|
// #ifdef H5
|
||||||
HTTP_REQUEST_URL:domain,
|
HTTP_REQUEST_URL:domain,
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
pdfUrl: '/static/sign_contract_sxsy80.pdf',
|
pdfUrl: '/static/sign_contract_byjyw149.pdf',
|
||||||
userId: '',
|
userId: '',
|
||||||
isMobile: false,
|
isMobile: false,
|
||||||
usePdfJs: false,
|
usePdfJs: false,
|
||||||
|
|||||||
@@ -338,7 +338,7 @@ export default {
|
|||||||
// 跳转到抢购页面
|
// 跳转到抢购页面
|
||||||
goToRushBuy() {
|
goToRushBuy() {
|
||||||
// #ifdef H5
|
// #ifdef H5
|
||||||
window.location.href = 'https://sxsy.cichude.com/?#/pages/personal/index'
|
window.location.href = 'https://jinyawen.com/?#/pages/personal/index'
|
||||||
// window.location.href = 'https://ccd.cichude.com/?#/pages/personal/index'
|
// window.location.href = 'https://ccd.cichude.com/?#/pages/personal/index'
|
||||||
// window.location.href = 'https://shop.wenjinhui.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://anyue.szxingming.com/?#/pages/personal/index'
|
||||||
@@ -347,7 +347,7 @@ export default {
|
|||||||
// #endif
|
// #endif
|
||||||
// #ifndef H5
|
// #ifndef H5
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/web-view/index?url=' + encodeURIComponent('https://sxsy.cichude.com/?#/pages/personal/index')
|
url: '/pages/web-view/index?url=' + encodeURIComponent('https://jinyawen.com/?#/pages/personal/index')
|
||||||
})
|
})
|
||||||
// #endif
|
// #endif
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
onLoad(options) {
|
onLoad(options) {
|
||||||
const url = options && options.url ? decodeURIComponent(options.url) : '/static/sign_contract_sxsy80.pdf'
|
const url = options && options.url ? decodeURIComponent(options.url) : '/static/sign_contract_byjyw149.pdf'
|
||||||
this.pdfUrl = url
|
this.pdfUrl = url
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -360,7 +360,7 @@ export default {
|
|||||||
});
|
});
|
||||||
// 返回
|
// 返回
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
window.location.href = 'https://sxsy.cichude.com/?#/pages/rushing/index' + (this.userId ? ('?user_id=' + this.userId) : '')
|
window.location.href = 'https://jinyawen.com/?#/pages/rushing/index' + (this.userId ? ('?user_id=' + this.userId) : '')
|
||||||
// window.location.href = 'https://shop.wenjinhui.com/?#/pages/rushing/index' + (this.userId ? ('?user_id=' + this.userId) : '')
|
// window.location.href = 'https://shop.wenjinhui.com/?#/pages/rushing/index' + (this.userId ? ('?user_id=' + this.userId) : '')
|
||||||
// window.location.href = 'https://anyue.szxingming.com/?#/pages/rushing/index' + (this.userId ? ('?user_id=' + this.userId) : '')
|
// window.location.href = 'https://anyue.szxingming.com/?#/pages/rushing/index' + (this.userId ? ('?user_id=' + this.userId) : '')
|
||||||
// window.location.href = 'https://xiashengjun.com/?#/pages/rushing/index' + (this.userId ? ('?user_id=' + this.userId) : '')
|
// window.location.href = 'https://xiashengjun.com/?#/pages/rushing/index' + (this.userId ? ('?user_id=' + this.userId) : '')
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user