소스 검색

前端:删除无关文案

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'
       },