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 },