Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
EcomWeb
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
zhanbo.xu
2025-03-21 11:14:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9291994fc565dd600afebed514552d7f9a4a6db7
9291994f
1 parent
98ce7113
修改配置
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
50 deletions
.env.demo
.env.deving
.env.pre
.env.production
.env.staging → .env.test
package.json
.env.demo
deleted
100644 → 0
View file @
98ce711
NODE_ENV = production
# 演示环境配置
ENV = 'demo'
VUE_APP_BASE_ENV = "demo"
VUE_APP_Version = '1.0.0'
#测试环境
VUE_APP_BASE_API = 'http://192.168.1.251:7023/Exp'
VUE_APP_BASE_ROUTE = '/EcomDemo'
VUE_APP_BASE_LOGINOUT = '/EcomDemo'
#后端版本校验版本号
VUE_APP_APIVERSION = 'BD6DBD063F5AB7394879E3C08781CD72.A3889C390C14952AD666ABC3BE46BE40'
#iclearEmp系统地址
# VUE_APP_REDIRECT_EMP = 'http://192.168.1.251/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 = 'http://192.168.1.251/Emp/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 = 'http://192.168.1.251:7021/Exp'
# VUE_APP_BASE_API_test = 'http://192.168.1.251:7022/Exp'
# VUE_APP_BASE_API_demo = 'http://192.168.1.251:7023/Exp'
# VUE_APP_BASE_API_uat = 'https://declarationuat.fedex.com.cn/Exp'
# VUE_APP_BASE_API_pre = 'https://iclearexpuat.fedex.com.cn/Exp'
# VUE_APP_BASE_API_prod = 'https://declaration.fedex.com.cn/Exp'
\ No newline at end of file
.env.deving
View file @
9291994
...
...
@@ -2,6 +2,7 @@ NODE_ENV = production
# 开发环境配置
ENV = 'deving'
VUE_APP_BASE_ENV = "deving"
VUE_APP_Version = '1.0.0'
...
...
.env.pre
View file @
9291994
NODE_ENV = production
# 预生产环境配置
# 文件名
ENV = 'pre'
# 没用到
VUE_APP_BASE_ENV = "pre"
VUE_APP_Version = '1.0.0'
#
测试环境
#
预生产UAT测试环境 https://declarationuat.fedex.com.cn
VUE_APP_BASE_API = 'https://declarationuat.fedex.com.cn/EcomExp'
VUE_APP_BASE_ROUTE = '/EcomExp'
...
...
.env.production
View file @
9291994
...
...
@@ -5,8 +5,8 @@ VUE_APP_BASE_ENV = "prod"
VUE_APP_Version = '1.0.0'
#预生产UAT测试环境 https://declarationuat.fedex.com.cn
#生产环境
https://declaration.fedex.com.cn
#生产环境
VUE_APP_BASE_API = 'https://declaration.fedex.com.cn/EcomExp'
VUE_APP_BASE_ROUTE = '/EcomExp'
...
...
.env.
staging
→
.env.
test
View file @
9291994
File moved
package.json
View file @
9291994
...
...
@@ -7,8 +7,7 @@
"scripts"
:
{
"dev"
:
"vue-cli-service serve"
,
"build:dev"
:
"vue-cli-service build --mode deving"
,
"build:test"
:
"vue-cli-service build --mode staging"
,
"build:demo"
:
"vue-cli-service build --mode demo"
,
"build:test"
:
"vue-cli-service build --mode test"
,
"build:uat"
:
"vue-cli-service build --mode uat"
,
"build:pre"
:
"vue-cli-service build --mode pre"
,
"build:prod"
:
"vue-cli-service build"
,
...
...
Please
register
or
login
to post a comment