Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-Connect-Pre-Clearance
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
jinhui.wang
2025-03-28 21:42:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7f6befc3d011d983dcba41f347d0d33935c4d910
7f6befc3
1 parent
4c81b0a4
配置修改
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
web/.env.development
web/.env.production
web/.env.staging
web/.env.uat
web/.env.development
View file @
7f6befc
...
...
@@ -10,9 +10,9 @@ VUE_APP_Version = '1.0.0'
VUE_APP_BASE_API = 'http://47.103.140.98:7010/'
VUE_APP_BASE_ROUTE = '/'
VUE_APP_BASE_ROUTE = '/
ipc
'
VUE_APP_BASE_LOGINOUT = '/'
VUE_APP_BASE_LOGINOUT = '/
ipc
'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
...
...
web/.env.production
View file @
7f6befc
...
...
@@ -9,9 +9,9 @@ VUE_APP_BASE_API = 'https://exportdeclaration-tw.apac.fedex.com/'
VUE_APP_Version = '1.0.0'
VUE_APP_BASE_ROUTE = '/'
VUE_APP_BASE_ROUTE = '/
ipc
'
VUE_APP_BASE_LOGINOUT = '/'
VUE_APP_BASE_LOGINOUT = '/
ipc
'
#图文版使用指南
VUE_APP_FEDEX_HANDBOOK = 'https://exportdeclaration-tw.apac.fedex.com/IcTw/圖文版使用指南.pdf'
...
...
web/.env.staging
View file @
7f6befc
...
...
@@ -10,9 +10,9 @@ VUE_APP_WEB_ADDRESS = 'staging'
VUE_APP_BASE_API = 'http://47.103.140.98:7010/'
VUE_APP_BASE_ROUTE = '/'
VUE_APP_BASE_ROUTE = '/
ipc
'
VUE_APP_BASE_LOGINOUT = '/'
VUE_APP_BASE_LOGINOUT = '/
ipc
'
#iclearEmp系统地址
VUE_APP_REDIRECT_EMP = 'http://47.103.140.98/Emp/#login'
#Fcl登陆地址
...
...
web/.env.uat
View file @
7f6befc
...
...
@@ -10,9 +10,9 @@ VUE_APP_WEB_ADDRESS = 'uat'
VUE_APP_BASE_API = 'https://exportdeclarationuat-tw.apac.fedex.com/'
VUE_APP_BASE_ROUTE = '/'
VUE_APP_BASE_ROUTE = '/
ipc
'
VUE_APP_BASE_LOGINOUT = '/'
VUE_APP_BASE_LOGINOUT = '/
ipc
'
#iclearEmp系统地址
VUE_APP_REDIRECT_EMP = 'http://47.103.140.98/Emp/#login'
...
...
Please
register
or
login
to post a comment