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
e3386446
Commit
e3386446
authored
Nov 28, 2023
by
YangAo
🇨🇳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户打包配置添加
parent
12de7c20
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
.env.consumer
.env.consumer
+20
-0
package.json
package.json
+1
-0
No files found.
.env.consumer
0 → 100644
View file @
e3386446
# 页面标题
VUE_APP_TITLE = 新区交通综合信息服务系统
# 生产环境配置
ENV = 'production'
# 若依管理系统/生产环境
VUE_APP_BASE_API = 'http://10.10.10.105:8082/trip-prod-api'
# 资源访问前缀
VUE_APP_RESOURCE_PREFIX = 'http://10.10.10.105:9004/traffic-government'
# 政府端资源访问前缀
VUE_APP_RESOURCE_PREFIX_GOV = https://3x616p6090.picp.vip
# 参数是否进行加密设置,需要与后端配置保持一致
VUE_APP_PARAM_ENCRYPT_ABLE = true
# 结果是否进行加密
VUE_APP_RESULT_ENCRYPT_ABLE = true
package.json
View file @
e3386446
...
...
@@ -9,6 +9,7 @@
"build:prod"
:
"vue-cli-service build"
,
"build:stage"
:
"vue-cli-service build --mode staging"
,
"build:test"
:
"vue-cli-service build --mode test"
,
"build:consumer"
:
"vue-cli-service build --mode consumer"
,
"preview"
:
"node build/index.js --preview"
,
"lint"
:
"eslint --ext .js,.vue src"
,
"prepare"
:
"husky install"
...
...
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