update 调整全局字体和字体颜色
This commit is contained in:
+4
-1
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user