Browse Source

前端:删除无关文案

baichengfei 4 years ago
parent
commit
0584739371

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

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

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

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