lrf 1 year ago
parent
commit
a98ff8912c
3 changed files with 4 additions and 2 deletions
  1. 2 0
      .gitignore
  2. 1 1
      public/index.html
  3. 1 1
      src/views/bind/confirm.vue

+ 2 - 0
.gitignore

@@ -2,6 +2,8 @@
 node_modules
 /dist
 package-lock.json
+student/
+student.zip
 
 # local env files
 .env.local

+ 1 - 1
public/index.html

@@ -5,7 +5,7 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <link rel="icon" href="<%= BASE_URL %>favicon.ico">
-    <title><%= htmlWebpackPlugin.options.title %></title>
+    <title>双困生培训系统</title>
   </head>
   <body>
     <noscript>

+ 1 - 1
src/views/bind/confirm.vue

@@ -28,7 +28,7 @@
 import { createNamespacedHelpers } from 'vuex';
 const { mapActions: login } = createNamespacedHelpers('login');
 export default {
-  metaInfo: { title: '培训会手机确认' },
+  metaInfo: { title: '手机确认' },
   name: 'index',
   props: {},
   components: {},