tangning пре 3 година
родитељ
комит
6d7cd8d890
2 измењених фајлова са 14 додато и 3 уклоњено
  1. 1 1
      .env
  2. 13 2
      src/view/system/login.vue

+ 1 - 1
.env

@@ -1,2 +1,2 @@
-VUE_APP_DOMAIN=https://xfhd.4dkankan.com
+VUE_APP_DOMAIN=https://www.4dkankan.com
 VUE_APP_PREFIX=

+ 13 - 2
src/view/system/login.vue

@@ -1,7 +1,12 @@
 <template>
   <div class="login-layer">
-    <div class="top-text">
+    <!-- <div class="top-text">
       <img src="@/assets/image/top-text.png" alt="">
+    </div> -->
+    <div class="content">
+    <div class="info">
+        <h1>消防火调三维远程勘验平台</h1>
+        <p>Three-dimensional remote prospecting platform of fire scene of Fire Resue</p>
     </div>
     <el-form class="panel login" :model="form" @submit.stop>
       <h2>欢迎登录</h2>
@@ -32,6 +37,7 @@
 <!--        <a @click="$router.push({name: 'register'})">账号注册</a>-->
       </div>
     </el-form>
+    </div>
   </div>
 </template>
 
@@ -158,13 +164,18 @@ export default {
 .login-layer {
   text-align: right;
 }
+.content{
+      display: flex;
+    justify-content: center;
+    align-items: flex-start;
+}
 .info {
   color: #fff;
   margin-right: 143px;
   padding-top: 80px;
   padding-bottom: 80px;
   flex: none;
-
+  text-align: left;
   img {
     width: 76px;
     height: 76px;