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: {