From 0417917f7ceaebe35c35b63160a6463cc2c4a6d4 Mon Sep 17 00:00:00 2001 From: danshihao Date: Tue, 6 Aug 2024 17:57:38 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E5=85=A8=E5=B1=80=E6=A0=B7=E5=BC=8F]?= =?UTF-8?q?=20=E8=A1=A8=E6=A0=BC=E9=BC=A0=E6=A0=87=E6=82=AC=E6=B5=AE?= =?UTF-8?q?=E7=9A=84=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 71ceaae..853aba1 100644 --- a/vue.config.js +++ b/vue.config.js @@ -67,7 +67,9 @@ module.exports = { /* less 变量覆盖,用于自定义 ant design 主题 */ 'primary-color': '#0064FA', 'link-color': '#0064FA', - 'border-radius-base': '4px' + 'border-radius-base': '4px', + // 表格悬停的颜色 + 'table-row-hover-bg': 'rgba(0, 100, 250, 0.08)' }, javascriptEnabled: true } @@ -88,6 +90,7 @@ module.exports = { '/laws-chery': { host: '0.0.0.0', target: 'http://localhost:8188', + // target: 'http://192.168.137.217:8188', ws: false, changeOrigin: true, pathRewrite: {