Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web
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
中汽测评-信息安全测评系统
web
Commits
f56c8cfa
Commit
f56c8cfa
authored
Mar 12, 2024
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 70436
parent
5eab100a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
.env.development
.env.development
+1
-1
.env.production
.env.production
+1
-1
.env.staging
.env.staging
+2
-2
index.vue
src/views/task/on/index.vue
+1
-1
vue.config.js
vue.config.js
+1
-1
No files found.
.env.development
View file @
f56c8cfa
...
...
@@ -10,6 +10,6 @@ VUE_APP_BASE_API = '/dev-api'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
# 图片服务器地址
VUE_APP_IMAGE_API = http://49.232.167.247:
443
VUE_APP_IMAGE_API = http://49.232.167.247:
22037
VUE_APP_CLIENT_API = /client-api
.env.production
View file @
f56c8cfa
...
...
@@ -10,4 +10,4 @@ VUE_APP_BASE_API = '/prod-api'
# 图片服务器地址
VUE_APP_IMAGE_API ='/'
VUE_APP_CLIENT_API = 'http
://10.12.48.78:22032
/usecase'
VUE_APP_CLIENT_API = 'http
s://10.12.48.78
/usecase'
.env.staging
View file @
f56c8cfa
...
...
@@ -7,6 +7,6 @@ ENV = 'staging'
# 中汽研安全检测平台管理系统/开发环境
VUE_APP_BASE_API = 'http://49.232.167.247:22032'
# 图片服务器地址
VUE_APP_IMAGE_API = 'http://49.232.167.247:2203
2
'
VUE_APP_IMAGE_API = 'http://49.232.167.247:2203
7
'
VUE_APP_CLIENT_API = 'http
://10.12.48.78:22032
/usecase'
VUE_APP_CLIENT_API = 'http
s://10.12.48.78
/usecase'
src/views/task/on/index.vue
View file @
f56c8cfa
...
...
@@ -519,7 +519,7 @@ export default {
value
:
'PENDING'
},
{
label
:
'已
完成
'
,
label
:
'已
归档
'
,
value
:
'FINISH'
}
],
...
...
vue.config.js
View file @
f56c8cfa
...
...
@@ -42,7 +42,7 @@ module.exports = {
}
},
[
process
.
env
.
VUE_APP_CLIENT_API
]:
{
target
:
`http
://10.12.48.78:443
/usecase`
,
target
:
`http
s://10.12.48.78
/usecase`
,
changeOrigin
:
true
,
pathRewrite
:
{
[
'^'
+
process
.
env
.
VUE_APP_CLIENT_API
]:
''
...
...
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