Kaynağa Gözat

新增 路易达孚

wzh 3 yıl önce
ebeveyn
işleme
6555a4cc5d
2 değiştirilmiş dosya ile 8 ekleme ve 7 silme
  1. 7 6
      src/views/index/Login.vue
  2. 1 1
      vite.config.js

+ 7 - 6
src/views/index/Login.vue

@@ -6,7 +6,7 @@
       </div>
       <div class="right">
         <div class="title">
-          <div class="title-left">浙江物产</div>
+          <div class="title-left">路易达孚</div>
           <div class="title-mid">丨</div>
           <div class="title-right">智慧航运管理平台</div>
         </div>
@@ -114,7 +114,7 @@ export default {
             phone,
             // password: md5(password).toUpperCase(),
             password,
-            cargoOwnerId: 31,
+            cargoOwnerId: 4,
           });
           if (res.data.status == 0) {
             let {
@@ -238,12 +238,13 @@ export default {
 
 .title-left {
   height: 38px;
-  background: url(https://6875-huihenduo-2gx127w7f837b584-1255802371.tcb.qcloud.la/web-static/wuchan3.jpg);
+  background: url(https://6875-huihenduo-2gx127w7f837b584-1255802371.tcb.qcloud.la/lydf-web/lydf-logo.png);
   background-size: contain;
   background-repeat: no-repeat;
   line-height: 38px;
-  padding-left: 46px;
-  font-size: 22px;
+  padding-left: 90px;
+  font-size: 20px;
+  color: #333;
 }
 
 .title-mid {
@@ -252,7 +253,7 @@ export default {
 }
 
 .title-right {
-  font-size: 28px;
+  font-size: 23px;
   font-family: Adobe Heiti Std;
   font-weight: normal;
   color: #434343;

+ 1 - 1
vite.config.js

@@ -6,6 +6,6 @@ import viteCompression from "vite-plugin-compression";
 export default defineConfig({
   plugins: [vue(), viteCompression()],
   server: {
-    port: 8888,
+    port: 6183,
   },
 });