Browse Source

市场地址和底部显示

Signed-off-by: lijunqing <lijunqing@dashoo.cn>
lijunqing 6 years ago
parent
commit
ae0510160f

+ 2 - 2
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'
       },
@@ -25,7 +25,7 @@ module.exports = {
       {
         hid: 'description',
         name: 'description',
-        content: '供方信息管理平台'
+        content: '市场管理信息系统'
       }
     ],
     link: [{

+ 1 - 1
src/dashoo.cn/frontend_web/src/pages/login.vue

@@ -167,7 +167,7 @@
         <div
           class="foot-wrapper"
           style="height: 30px; background-color: transparent; color:#A9A9A9; padding-top: 10px; text-align: right"
-        >©信息中心 版权所有</div>
+        >©企管法规处 版权所有</div>
       </footer>
     </div>
   </div>