瀏覽代碼

前端:删除无关文案

baichengfei 4 年之前
父節點
當前提交
0584739371
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/dashoo.cn/frontend_web/nuxt.config.js
  2. 1 1
      src/dashoo.cn/frontend_web/nuxt.config.prod.js

+ 1 - 1
src/dashoo.cn/frontend_web/nuxt.config.js

@@ -14,7 +14,7 @@ module.exports = {
    ** Headers of the page
    */
   head: {
-    title: '市场管理信息系统', //细胞制备系统
+    title: '市场管理信息系统',
     meta: [{
         charset: 'utf-8'
       },

+ 1 - 1
src/dashoo.cn/frontend_web/nuxt.config.prod.js

@@ -14,7 +14,7 @@ module.exports = {
    ** Headers of the page
    */
   head: {
-    title: '市场管理信息系统', //细胞制备系统
+    title: '市场管理信息系统',
     meta: [{
         charset: 'utf-8'
       },