Commit 735923bf authored by yaqizhang's avatar yaqizhang

安全生产风险监测预警系统

parent 6df8e56b
......@@ -11,7 +11,7 @@
<link rel="stylesheet" href="./common.css"><!--自定义样式-->
<link rel="stylesheet" href="https://js.arcgis.com/3.33/dijit/themes/nihilo/nihilo.css">
<title>危化品企业监管平台</title>
<title>安全生产风险监测预警系统</title>
<script src="./EasyWasmPlayer.js"></script>
</head>
<body>
......
<template>
<div class="home">
<div class="txt">
<h1>欢迎访问危化品企业监管平台</h1>
<h1>欢迎访问安全生产风险监测预警系统</h1>
<p>
<em>Wellcom to The Hazardous Chemicals Supervision System.</em>
</p>
......
......@@ -13,7 +13,7 @@
<i class="el-icon-menu"></i>
</span>
<el-breadcrumb-item>
<i class="fa fa-bars"></i> 危化品企业监管平台
<i class="fa fa-bars"></i> 安全生产风险监测预警系统
</el-breadcrumb-item>
<el-breadcrumb-item v-for="(item, index) in breadcrumnItems" :key="index">{{item.name}}</el-breadcrumb-item>
</el-breadcrumb>
......
......@@ -3,7 +3,7 @@
<div class="logo fl">
<img src="@/assets/logo2.png" alt />
&nbsp;
危化品企业监管平台-
安全生产风险监测预警系统-
<span class="tileTip">{{Tiletxt}}</span>
</div>
<div class="haeder_r fr">
......
......@@ -5,7 +5,7 @@
<el-row>
<el-col :span="24" class="form-tit cent">
<img src="@/assets/logo1.png" alt width="100px" />
<h1>危化品企业监管平台</h1>
<h1>安全生产风险监测预警系统</h1>
<p>
<em>The Hazardous Chemicals Supervision System</em>
<br />
......
......@@ -222,7 +222,7 @@ export default class Login extends Vue {
width: 100%;
height: 100%;
overflow: hidden;
background: url("~@/assets/login-bg.jpg") center no-repeat;
background: url("~@/assets/login-bg.png") center no-repeat;
background-size: cover;
}
......
......@@ -5,7 +5,7 @@
<el-col :span="8" class="title">
<div class="titcon">
<img src="../assets/logo1.png" alt width="100px" />
<h1>欢迎访问危化品企业监管平台</h1>
<h1>欢迎访问安全生产风险监测预警系统</h1>
<h2>Wellcom to The Hazardous Chemicals Supervision System.</h2>
</div>
</el-col>
......
......@@ -5,7 +5,7 @@
<el-col :span="8" class="title">
<div class="titcon">
<img src="../assets/logo1.png" alt width="100px" />
<h1>欢迎访问危化品企业监管平台</h1>
<h1>欢迎访问安全生产风险监测预警系统</h1>
<h2>Wellcom to The Hazardous Chemicals Supervision System.</h2>
</div>
</el-col>
......
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