From d81f6fffcd4ee035906db0efadb3f4f191bc801e Mon Sep 17 00:00:00 2001 From: danshihao Date: Thu, 21 Mar 2024 17:31:42 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E8=B0=83=E6=95=B4=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E5=AD=97=E4=BD=93=E5=92=8C=E5=AD=97=E4=BD=93=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 5 ----- vue.config.js | 5 ++++- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/App.vue b/src/App.vue index d966dea..7e34e80 100644 --- a/src/App.vue +++ b/src/App.vue @@ -69,9 +69,4 @@ export default { #app { height: 100%; } -body { - /* 文字颜色加深 */ - font-family: Helvetica Neue, Helvetica, Arial, sans-serif; - text-shadow: 0 0 1px rgba(0, 0, 0, 0.2); -} diff --git a/vue.config.js b/vue.config.js index 0d17926..a2c45c9 100644 --- a/vue.config.js +++ b/vue.config.js @@ -69,6 +69,9 @@ module.exports = { 'primary-color': '#069f99', 'link-color': '#069f99', 'border-radius-base': '4px', + 'heading-color': 'rgba(0, 0, 0, 0.95)', // 标题色 + 'text-color': 'rgba(0, 0, 0, 0.85)', // 主文本色 + 'font-family': '"Helvetica Neue",Helvetica,Arial,sans-serif', // 字体 }, javascriptEnabled: true, }, @@ -88,7 +91,7 @@ module.exports = { },*/ '/jero-boot': { // '' - target: 'http://localhost:8080', //请求本地 jero-boot后台项目 + target: 'http://localhost:21824', //请求本地 jero-boot后台项目 ws: false, changeOrigin: true },