diff --git a/src/views/regionalSpotManage/components/list.vue b/src/views/regionalSpotManage/components/list.vue index f8f37b38eb0b0244d9f49df0271ad9e254843905..75798bf5227fd1879f64a105b30513e67f9c3c89 100644 --- a/src/views/regionalSpotManage/components/list.vue +++ b/src/views/regionalSpotManage/components/list.vue @@ -406,7 +406,7 @@ message.success('批量导入成功'); importCancel(); } else { - message.error(res.data.message); + message.error(res.data.data); } importLoading.value = false; }; diff --git a/stylelint.config.js b/stylelint.config.js index 4216a96102a2a0571e93c1e86d3791caedb76b57..3d09218b83a7cd7b9af143841ff1fcf9c3d241e4 100644 --- a/stylelint.config.js +++ b/stylelint.config.js @@ -72,6 +72,7 @@ module.exports = { overrides: [ { files: ['*.vue', '**/*.vue', '*.html', '**/*.html'], + customSyntax: 'postcss-html', extends: ['stylelint-config-recommended', 'stylelint-config-html'], rules: { 'keyframes-name-pattern': null,