From 7c69263701a703e8a9761bd073606a3cacd08ddc Mon Sep 17 00:00:00 2001 From: zyy <1787816799@qq.com> Date: Mon, 4 Nov 2019 11:12:08 +0800 Subject: [PATCH] =?UTF-8?q?desc:=20=E4=BF=AE=E6=94=B9=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/index.vue | 2 -- vue.config.js | 1 - 2 files changed, 3 deletions(-) diff --git a/src/layout/index.vue b/src/layout/index.vue index 78a8f6680..672640ea3 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -3,11 +3,9 @@
- -
{{ $t('global.companyInfo') }}  {{ $t('global.companyTel') }}
diff --git a/vue.config.js b/vue.config.js index cd7b21d7e..8988e2abe 100644 --- a/vue.config.js +++ b/vue.config.js @@ -27,7 +27,6 @@ module.exports = { assetsDir: 'static', lintOnSave: false, productionSourceMap: false, - cssSourceMap: true, devServer: { port: port, open: true,