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
961d2071
Commit
961d2071
authored
Mar 05, 2024
by
jiaxu.yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(修改场景): 对页面的场景添加序号,更改生产地址
parent
6bb0ba80
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
.env.production
.env.production
+2
-2
index.html
public/index.html
+1
-0
sceneView.vue
...ssing/carReview/write-check-form/components/sceneView.vue
+1
-1
sceneView.vue
...ng/systemReview/write-check-form/components/sceneView.vue
+1
-1
No files found.
.env.production
View file @
961d2071
...
...
@@ -5,7 +5,7 @@ VUE_APP_TITLE = 周期性检测平台
ENV = 'production'
# 中汽研安全检测平台管理系统/生产环境
VUE_APP_BASE_API = '
http://49.232.167.247:22032
'
VUE_APP_BASE_API = '
/prod-api/
'
# 图片服务器地址
VUE_APP_IMAGE_API =
http://49.232.167.247:22037
VUE_APP_IMAGE_API =
'/vehicle-quality-review-oss'
public/index.html
View file @
961d2071
...
...
@@ -3,6 +3,7 @@
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
http-equiv=
"Content-Security-Policy"
content=
"upgrade-insecure-requests"
>
<meta
name=
"renderer"
content=
"webkit"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
...
...
src/views/processing/carReview/write-check-form/components/sceneView.vue
View file @
961d2071
...
...
@@ -14,7 +14,7 @@
:key=
"key"
class=
"scene-item"
>
{{
scene
.
text
}}
{{
key
+
1
}}
.
{{
scene
.
text
}}
<template
v-if=
"scene.operation"
>
{{
scene
.
operation
}}
</
template
>
...
...
src/views/processing/systemReview/write-check-form/components/sceneView.vue
View file @
961d2071
...
...
@@ -14,7 +14,7 @@
:key=
"key"
class=
"scene-item"
>
{{
scene
.
text
}}
{{
key
+
1
}}
.
{{
scene
.
text
}}
<template
v-if=
"scene.operation"
>
{{
scene
.
operation
}}
</
template
>
...
...
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