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
a959a094
Commit
a959a094
authored
Mar 22, 2024
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'developer/yanjiaxu' into develop
parents
95d32c21
7c1b5dfa
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
29 additions
and
13 deletions
+29
-13
.env.production
.env.production
+3
-2
.env.staging
.env.staging
+1
-1
process.scss
src/assets/styles/process.scss
+1
-1
index.vue
src/views/processing/carReview/vehicle-type/index.vue
+18
-2
index.vue
src/views/processing/carReview/write-check-form/index.vue
+1
-1
index.vue
src/views/processing/carTest/execution-test-plan/index.vue
+1
-1
index.vue
src/views/processing/unprocessed-review/index.vue
+1
-1
index.vue
src/views/setting/testMatrix/useCaseDetails/index.vue
+1
-2
vue.config.js
vue.config.js
+2
-2
No files found.
.env.production
View file @
a959a094
...
...
@@ -4,10 +4,11 @@ VUE_APP_TITLE = 周期性检测平台
# 生产环境配置
ENV = 'production'
# 中汽研安全检测平台管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'
# 图片服务器地址
VUE_APP_IMAGE_API ='
/
'
VUE_APP_IMAGE_API ='
https://10.12.48.78
'
VUE_APP_CLIENT_API = 'http
://10.12.48.78:8090
'
VUE_APP_CLIENT_API = 'http
s://10.12.48.78/vvmpapi
'
.env.staging
View file @
a959a094
...
...
@@ -9,4 +9,4 @@ VUE_APP_BASE_API = 'http://49.232.167.247:22032'
# 图片服务器地址
VUE_APP_IMAGE_API = 'http://49.232.167.247:22037'
VUE_APP_CLIENT_API = 'http
://10.12.48.78:8090
'
VUE_APP_CLIENT_API = 'http
s://10.12.48.78/vvmpapi
'
src/assets/styles/process.scss
View file @
a959a094
...
...
@@ -92,7 +92,7 @@
width
:
calc
(
100%
-
100px
);
}
.standard-title
{
width
:
calc
(
100%
-
1
0px
);
width
:
calc
(
70%
-
4
0px
);
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
...
...
src/views/processing/carReview/vehicle-type/index.vue
View file @
a959a094
...
...
@@ -233,8 +233,16 @@
<span
class=
"title-content"
>
确定车型试验范围
</span>
</div>
<div
class=
"img-item"
>
<div
class=
"img-label"
style=
"margin-top: 20px"
>
选择测试场景
</div>
<div
class=
"img-label"
style=
"margin-top: 20px"
>
选择测试场景
</div>
<div
class=
"img-label"
style=
"margin-top: 20px"
>
选择测试场景
<footer-button
style=
"width: 80px; height: 25px"
type=
"primary"
@
click=
"selectAll"
>
全部选择
</footer-button>
</div>
</div>
<!-- 测试场景 -->
<div
class=
"test-scenario-container"
>
...
...
@@ -460,6 +468,14 @@ export default {
},
closeAll
()
{
this
.
activeNames
=
[]
},
// 全选
selectAll
()
{
this
.
model
.
testScenarioList
.
forEach
(
obj
=>
{
obj
.
check
=
true
})
this
.
selectedScenario
=
this
.
model
.
testScenarioList
.
map
(
obj
=>
{
return
obj
.
value
})
}
}
}
...
...
src/views/processing/carReview/write-check-form/index.vue
View file @
a959a094
...
...
@@ -10,7 +10,7 @@
预览表单
</header-button>
<header-button
v-if=
"model.
system
ReviewTask.leaderId == userId"
v-if=
"model.
car
ReviewTask.leaderId == userId"
type=
"default"
icon=
"check"
@
click=
"submitFrom()"
...
...
src/views/processing/carTest/execution-test-plan/index.vue
View file @
a959a094
...
...
@@ -23,7 +23,7 @@ export default {
},
mounted
()
{
const
id
=
this
.
$route
.
query
.
id
this
.
url
=
`http
://10.12.48.80:1234
/car/complianceTestingCenter/projectOverView/
${
id
}
`
this
.
url
=
`http
s://10.12.48.78:8090
/car/complianceTestingCenter/projectOverView/
${
id
}
`
},
methods
:
{}
}
...
...
src/views/processing/unprocessed-review/index.vue
View file @
a959a094
...
...
@@ -600,7 +600,7 @@ export default {
// 确认测试结果
case
'SIGNED'
:
this
.
$router
.
push
({
ath
:
`/processing/carTest/confirmation-test??id=
${
id
}
`
p
ath
:
`/processing/carTest/confirmation-test??id=
${
id
}
`
})
break
case
'FINISH'
:
...
...
src/views/setting/testMatrix/useCaseDetails/index.vue
View file @
a959a094
...
...
@@ -18,12 +18,11 @@ export default {
return
{
id
:
this
.
$route
.
query
,
url
:
''
// http://10.12.48.78:8090/car/caseManage/case/casePublishDetail/case_items;375
}
},
mounted
()
{
const
id
=
this
.
$route
.
query
.
id
this
.
url
=
`http://10.12.48.78:8090/car/caseManage/case/casePublishDetail/
${
id
}
`
this
.
url
=
`http
s
://10.12.48.78:8090/car/caseManage/case/casePublishDetail/
${
id
}
`
},
methods
:
{}
}
...
...
vue.config.js
View file @
a959a094
...
...
@@ -42,7 +42,7 @@ module.exports = {
}
},
[
process
.
env
.
VUE_APP_CLIENT_API
]:
{
target
:
`http
://10.12.48.78:8090
`
,
target
:
`http
s://10.12.48.78/vvmpapi
`
,
changeOrigin
:
true
,
pathRewrite
:
{
[
'^'
+
process
.
env
.
VUE_APP_CLIENT_API
]:
''
...
...
@@ -116,7 +116,7 @@ module.exports = {
.
use
(
'graphql-tag/loader'
)
.
loader
(
'graphql-tag/loader'
)
.
end
();
config
.
when
(
process
.
env
.
NODE_ENV
!==
'development
'
,
config
=>
{
config
.
when
(
process
.
env
.
NODE_ENV
===
'production
'
,
config
=>
{
config
.
plugin
(
'ScriptExtHtmlWebpackPlugin'
)
.
after
(
'html'
)
...
...
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