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,