Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
binhai-company
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
binhai-jiaoguan
binhai-company
Commits
4bfdd383
Commit
4bfdd383
authored
Nov 21, 2023
by
YangAo
🇨🇳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
环境变量设置请求是否加密
parent
c737e767
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
0 deletions
+17
-0
.env.development
.env.development
+5
-0
.env.production
.env.production
+6
-0
.env.test
.env.test
+6
-0
No files found.
.env.development
View file @
4bfdd383
...
...
@@ -13,5 +13,10 @@ VUE_APP_RESOURCE_PREFIX = /dev-api
# 政府端资源访问前缀
VUE_APP_RESOURCE_PREFIX_GOV = https://3x616p6090.picp.vip
# 参数是否进行加密设置,需要与后端配置保持一致
VUE_APP_PARAM_ENCRYPT_ABLE = false
# 结果是否进行加密
VUE_APP_RESULT_ENCRYPT_ABLE = false
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
.env.production
View file @
4bfdd383
...
...
@@ -12,3 +12,9 @@ VUE_APP_RESOURCE_PREFIX = http://49.232.167.247:22000
# 政府端资源访问前缀
VUE_APP_RESOURCE_PREFIX_GOV = https://3x616p6090.picp.vip
# 参数是否进行加密设置,需要与后端配置保持一致
VUE_APP_PARAM_ENCRYPT_ABLE = true
# 结果是否进行加密
VUE_APP_RESULT_ENCRYPT_ABLE = true
.env.test
View file @
4bfdd383
...
...
@@ -11,3 +11,9 @@ VUE_APP_RESOURCE_PREFIX = http://49.232.167.247:22000
# 政府端资源访问前缀
VUE_APP_RESOURCE_PREFIX_GOV
=
https
://
3
x616p6090
.
picp
.
vip
# 参数是否进行加密设置,需要与后端配置保持一致
VUE_APP_PARAM_ENCRYPT_ABLE
=
true
# 结果是否进行加密
VUE_APP_RESULT_ENCRYPT_ABLE
=
true
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment