You need to sign in or sign up before continuing.
.env.production 1.95 KB
# 生产环境配置
ENV = 'production_fedex'

VUE_APP_BASE_ENV = "prod"

VUE_APP_Version = '1.0.0'


#生产环境
VUE_APP_BASE_API = 'https://declaration.fedex.com.cn/EcomExp'

VUE_APP_BASE_ROUTE = '/EcomExp'

VUE_APP_BASE_LOGINOUT = '/EcomExp'

#后端版本校验版本号
VUE_APP_APIVERSION = 'C8074BB318FB85693233E64ACC64C1ED.F6C9F4A150C9CB1408198902B1F5D146'

#iclearEmp系统地址
# VUE_APP_REDIRECT_EMP = 'https://declaration.fedex.com.cn/Emp/#/login'
#Fcl登录地址
# VUE_APP_REDIRECT_FCL = 'https://www.fedex.com/secure-login/#login-credentials?redirectUrl=https://iclearuat.cndcdmz.apac.fedex.com/Exp/sysUserController/wlgnForward'
#图文版使用指南
# VUE_APP_FEDEX_HANDBOOK = 'https://declaration.fedex.com.cn/Exp/manager-server/FedEx.pdf'
#视频版使用指南
VUE_APP_FEDEX_VIDEO = '/manager-server/OperationManual_cp.mp4'
#隐私政策
VUE_APP_PRIVACT_POLICY = 'https://www.fedex.com/zh-cn/privacy-policy.html'
#使用条款
VUE_APP_TERMS_OF_USE = 'https://www.fedex.com/zh-cn/terms-of-use.html'
#营业执照
VUE_APP_BUSINESS_LICENSE = 'https://www.fedex.com/content/dam/fedex/apac-asia-pacific/MVP-APAC/images/2019/Q3/CN_EN_2019_1_Master_image_NA_business_license_marketing_913515423.jpg'
#快递业务经营许可证
VUE_APP_BUSINESS_PERMIT = 'https://www.fedex.com/content/dam/fedex/apac-asia-pacific/downloads/fedex-express-delivery-business-permit-cn.jpg'
#沪公网安备号
VUE_APP_SHANGHAI_FILLING_NUMBER = 'http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31010102007222'
#京ICP
VUE_APP_BEIJING_FILLING_NUMBER = 'https://beian.miit.gov.cn/#/Integrated/recordQuery'

# VUE_APP_BASE_API_dev = 'https://declaration.fedex.com.cn/Exp'
# VUE_APP_BASE_API_test = 'https://declaration.fedex.com.cn/Exp'
# VUE_APP_BASE_API_demo = 'https://declaration.fedex.com.cn/Exp'
# VUE_APP_BASE_API_uat = 'https://declaration.fedex.com.cn/Exp'
# VUE_APP_BASE_API_pre = 'https://declaration.fedex.com.cn/Exp'
# VUE_APP_BASE_API_prod = 'https://declaration.fedex.com.cn/Exp'