xiaodai2017 1 год назад
Родитель
Сommit
854c159a68

+ 1 - 1
dist/index.html

@@ -4,7 +4,7 @@
     <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>
+    <title>采销365结算</title>
     <script src="/sortable.min.js"></script>
     <script>
       window.process = {};

+ 1 - 1
dist/serverConfig.json

@@ -1,6 +1,6 @@
 {
   "Version": "3.3.0",
-  "Title": "采销bate3.0公测版结算平台",
+  "Title": "采销365结算",
   "FixedHeader": true,
   "HiddenSideBar": false,
   "MultiTagsCache": true,

+ 1 - 1
index.html

@@ -4,7 +4,7 @@
     <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>
+    <title>采销365结算</title>
     <script src="/sortable.min.js"></script>
     <script>
       window.process = {};

+ 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"
 }

+ 1 - 1
public/serverConfig.json

@@ -1,6 +1,6 @@
 {
   "Version": "3.3.0",
-  "Title": "采销bate3.0公测版结算平台",
+  "Title": "采销365结算",
   "FixedHeader": true,
   "HiddenSideBar": false,
   "MultiTagsCache": true,

+ 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 - 3
src/views/login/index.vue

@@ -39,7 +39,7 @@ const { VITE_IS_PROD } = loadEnv();
 
 const ruleForm = reactive({
   username: "",
-  password: "dingding123",
+  password: "",
   verifyCode: ""
 });
 
@@ -117,8 +117,7 @@ watch(ruleForm, () => {
 
         <Motion>
           <!-- <h2>{{ title }}</h2> -->
-          <h2>采销BATE3.0公测版</h2>
-          <h2>结算平台</h2>
+          <h2>采销365结算</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"
   }
 ]);

+ 1 - 1
src/views/welcome/index.vue

@@ -35,7 +35,7 @@ import emptyGif from "/@/assets/welcome.jpg?component";
 
 <template>
   <div class="welcome">
-    <!-- <div class="welcome-title">欢迎登录,采销平台结算平台</div> -->
+    <!-- <div class="welcome-title">欢迎登录,采销365结算</div> -->
     <img :src="emptyGif" />
   </div>
 </template>