Browse Source

feat:更新标题

snow 1 year ago
parent
commit
147e75657d

+ 90 - 85
index.html

@@ -1,101 +1,106 @@
 <!DOCTYPE html>
 <html lang="en">
-  <head>
-    <meta charset="UTF-8" />
-    <link rel="icon" href="/logo_1.png" />
-    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <title>采销bate3.0公测版结算平台</title>
-    <script src="/sortable.min.js"></script>
-    <script>
-      window.process = {};
-    </script>
-  </head>
 
-  <body>
-    <div id="app">
-      <style>
-        html,
-        body,
-        #app {
-          width: 100%;
-          height: 100%;
-          display: flex;
-          position: relative;
-          justify-content: center;
-          align-items: center;
-          overflow: hidden;
-        }
+<head>
+  <meta charset="UTF-8" />
+  <link rel="icon" href="/logo_1.png" />
+  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+  <title>采销365结算</title>
+  <script src="/sortable.min.js"></script>
+  <script>
+    window.process = {};
+  </script>
+</head>
 
-        .loader,
-        .loader:before,
-        .loader:after {
-          border-radius: 50%;
-          width: 2.5em;
-          height: 2.5em;
-          -webkit-animation-fill-mode: both;
-          animation-fill-mode: both;
-          -webkit-animation: loadAnimation 1.8s infinite ease-in-out;
-          animation: loadAnimation 1.8s infinite ease-in-out;
-        }
+<body>
+  <div id="app">
+    <style>
+      html,
+      body,
+      #app {
+        width: 100%;
+        height: 100%;
+        display: flex;
+        position: relative;
+        justify-content: center;
+        align-items: center;
+        overflow: hidden;
+      }
 
-        .loader {
-          color: #406eeb;
-          font-size: 10px;
-          margin: 80px auto;
-          position: relative;
-          text-indent: -9999em;
-          -webkit-transform: translateZ(0);
-          -ms-transform: translateZ(0);
-          transform: translateZ(0);
-          -webkit-animation-delay: -0.16s;
-          animation-delay: -0.16s;
-          top: 0;
-          transform: translate(-50%, 0);
-        }
+      .loader,
+      .loader:before,
+      .loader:after {
+        border-radius: 50%;
+        width: 2.5em;
+        height: 2.5em;
+        -webkit-animation-fill-mode: both;
+        animation-fill-mode: both;
+        -webkit-animation: loadAnimation 1.8s infinite ease-in-out;
+        animation: loadAnimation 1.8s infinite ease-in-out;
+      }
 
-        .loader:before,
-        .loader:after {
-          content: "";
-          position: absolute;
-          top: 0;
-        }
+      .loader {
+        color: #406eeb;
+        font-size: 10px;
+        margin: 80px auto;
+        position: relative;
+        text-indent: -9999em;
+        -webkit-transform: translateZ(0);
+        -ms-transform: translateZ(0);
+        transform: translateZ(0);
+        -webkit-animation-delay: -0.16s;
+        animation-delay: -0.16s;
+        top: 0;
+        transform: translate(-50%, 0);
+      }
+
+      .loader:before,
+      .loader:after {
+        content: "";
+        position: absolute;
+        top: 0;
+      }
+
+      .loader:before {
+        left: -3.5em;
+        -webkit-animation-delay: -0.32s;
+        animation-delay: -0.32s;
+      }
 
-        .loader:before {
-          left: -3.5em;
-          -webkit-animation-delay: -0.32s;
-          animation-delay: -0.32s;
+      .loader:after {
+        left: 3.5em;
+      }
+
+      @-webkit-keyframes loadAnimation {
+
+        0%,
+        80%,
+        100% {
+          box-shadow: 0 2.5em 0 -1.3em;
         }
 
-        .loader:after {
-          left: 3.5em;
+        40% {
+          box-shadow: 0 2.5em 0 0;
         }
+      }
 
-        @-webkit-keyframes loadAnimation {
-          0%,
-          80%,
-          100% {
-            box-shadow: 0 2.5em 0 -1.3em;
-          }
+      @keyframes loadAnimation {
 
-          40% {
-            box-shadow: 0 2.5em 0 0;
-          }
+        0%,
+        80%,
+        100% {
+          box-shadow: 0 2.5em 0 -1.3em;
         }
 
-        @keyframes loadAnimation {
-          0%,
-          80%,
-          100% {
-            box-shadow: 0 2.5em 0 -1.3em;
-          }
-
-          40% {
-            box-shadow: 0 2.5em 0 0;
-          }
+        40% {
+          box-shadow: 0 2.5em 0 0;
         }
-      </style>
-      <div class="loader"></div>
-    </div>
-    <script type="module" src="/src/main.ts"></script>
-  </body>
+      }
+
+    </style>
+    <div class="loader"></div>
+  </div>
+  <script type="module" src="/src/main.ts"></script>
+</body>
+
 </html>

+ 2 - 2
package.json

@@ -1,5 +1,5 @@
 {
-  "name": "采销bate3.0公测版结算平台",
+  "name": "采销365结算",
   "version": "3.3.0",
   "private": true,
   "scripts": {
@@ -151,7 +151,7 @@
     "vite-svg-loader": "^3.3.0",
     "vue-eslint-parser": "^8.2.0"
   },
-  "repository": "git@github.com:xiaoxian521/采销bate3.0公测版结算平台.git",
+  "repository": "git@github.com:xiaoxian521/采销365结算.git",
   "author": "xiaoxian521",
   "license": "MIT"
 }

+ 5 - 2
public/serverConfig.json

@@ -1,6 +1,6 @@
 {
   "Version": "3.3.0",
-  "Title": "采销bate3.0公测版结算平台",
+  "Title": "采销365结算",
   "FixedHeader": true,
   "HiddenSideBar": false,
   "MultiTagsCache": true,
@@ -20,7 +20,10 @@
     "amapKey": "97b3248d1553172e81f168cf94ea667e",
     "options": {
       "resizeEnable": true,
-      "center": [113.6401, 34.72468],
+      "center": [
+        113.6401,
+        34.72468
+      ],
       "zoom": 12
     }
   }

+ 2 - 2
src/layout/components/notice/data.ts

@@ -135,8 +135,8 @@ export const noticesData: TabItem[] = [
       },
       {
         avatar: "",
-        title: "采销bate3.0公测版结算平台 版本发布",
-        description: "采销bate3.0公测版结算平台 版本发布",
+        title: "采销365结算 版本发布",
+        description: "采销365结算 版本发布",
         datetime: "",
         extra: "进行中",
         type: "3"

+ 2 - 2
src/views/login/index.vue

@@ -117,8 +117,8 @@ watch(ruleForm, () => {
 
         <Motion>
           <!-- <h2>{{ title }}</h2> -->
-          <h2>采销BATE3.0公测版</h2>
-          <h2>结算平台</h2>
+          <h2>采销365结算</h2>
+          <!-- <h2>结算平台</h2> -->
         </Motion>
 
         <el-form

+ 10 - 10
src/views/welcome/components/Infinite.vue

@@ -8,52 +8,52 @@ const scroll = templateRef<ElRef | null>("scroll", null);
 let listData = ref([
   {
     date: "2021-09-01",
-    name: "采销bate3.0公测版结算平台",
+    name: "采销365结算",
     star: "1000"
   },
   {
     date: "2021-09-02",
-    name: "采销bate3.0公测版结算平台",
+    name: "采销365结算",
     star: "1100"
   },
   {
     date: "2021-09-03",
-    name: "采销bate3.0公测版结算平台",
+    name: "采销365结算",
     star: "1200"
   },
   {
     date: "2021-09-04",
-    name: "采销bate3.0公测版结算平台",
+    name: "采销365结算",
     star: "1300"
   },
   {
     date: "2021-09-05",
-    name: "采销bate3.0公测版结算平台",
+    name: "采销365结算",
     star: "1400"
   },
   {
     date: "2021-09-06",
-    name: "采销bate3.0公测版结算平台",
+    name: "采销365结算",
     star: "1500"
   },
   {
     date: "2021-09-07",
-    name: "采销bate3.0公测版结算平台",
+    name: "采销365结算",
     star: "1600"
   },
   {
     date: "2021-09-08",
-    name: "采销bate3.0公测版结算平台",
+    name: "采销365结算",
     star: "1700"
   },
   {
     date: "2021-09-09",
-    name: "采销bate3.0公测版结算平台",
+    name: "采销365结算",
     star: "1800"
   },
   {
     date: "2021-09-10",
-    name: "采销bate3.0公测版结算平台",
+    name: "采销365结算",
     star: "1900"
   }
 ]);