Forráskód Böngészése

改标题,拿掉518字样

(cherry picked from commit 3f67476d0b28d47b0a3be741c5c27bd523007f24)
任一存 3 éve
szülő
commit
fa211a1cd5
3 módosított fájl, 12 hozzáadás és 2 törlés
  1. 10 0
      README.md
  2. 1 1
      public/index.html
  3. 1 1
      src/main.js

+ 10 - 0
README.md

@@ -23,11 +23,21 @@ yarn lint
 ### Customize configuration
 See [Configuration Reference](https://cli.vuejs.org/config/).
 
+# 更新步骤:
+* 改main.js中打印的版本号
+* readme版本记录更新
+* git提交
+* git记录打tag
+* 打包部署
+* 本地机分支也如此操作
 
 # change log
 
 ## 一体机端
 
+### v2.7.local
+页面标签上的标题拿掉518字样
+
 ### v2.6.local
 home页518字样改成南博。
 

+ 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,maximum-scale=1, user-scalable=no">
     <link rel="icon" href="<%= BASE_URL %>icon.jpg">
-    <title>5.18博物馆的力量--奔赴美好生活</title>
+    <title>博物馆的力量--奔赴美好生活</title>
     <script src="<%= BASE_URL %>libs/hammer.js"></script>
     <script>
       var _hmt = _hmt || [];

+ 1 - 1
src/main.js

@@ -1,4 +1,4 @@
-console.log('v2.6')
+console.log('v2.7.local')
 
 import Vue from 'vue'
 import App from './App.vue'