Commit 961d2071 authored by jiaxu.yan's avatar jiaxu.yan

feat(修改场景): 对页面的场景添加序号,更改生产地址

parent 6bb0ba80
......@@ -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'
......@@ -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">
......
......@@ -14,7 +14,7 @@
:key="key"
class="scene-item"
>
{{ scene.text }}
{{ key + 1 }}.{{ scene.text }}
<template v-if="scene.operation">
{{ scene.operation }}
</template>
......
......@@ -14,7 +14,7 @@
:key="key"
class="scene-item"
>
{{ scene.text }}
{{ key + 1 }}.{{ scene.text }}
<template v-if="scene.operation">
{{ scene.operation }}
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment