diff --git a/src/views/Answer/questions/high/QMXD.vue b/src/views/Answer/questions/high/QMXD.vue index 4b24a708..5deb6159 100644 --- a/src/views/Answer/questions/high/QMXD.vue +++ b/src/views/Answer/questions/high/QMXD.vue @@ -400,7 +400,7 @@ export default defineComponent({ justify-content: space-between; .iconfont { - color: #3461ff; + color: #70b936; cursor: pointer; margin-left: 12px; } diff --git a/src/views/planetDesign/Design/questions/maxdiff/MaxdiffConfig.vue b/src/views/planetDesign/Design/questions/maxdiff/MaxdiffConfig.vue index 7d1f2506..2112fd1f 100644 --- a/src/views/planetDesign/Design/questions/maxdiff/MaxdiffConfig.vue +++ b/src/views/planetDesign/Design/questions/maxdiff/MaxdiffConfig.vue @@ -29,7 +29,7 @@ {{ copyConfig.config.help }} - + @@ -100,7 +100,7 @@ 3 – Xiaomi … Item4: 1 - HUAWEI 2 - APPLE 3 – Xiaomi …
- + 生成设计模板.xlxs diff --git a/src/views/planetDesign/api/api.js b/src/views/planetDesign/api/api.js index 54ea6a52..43535494 100644 --- a/src/views/planetDesign/api/api.js +++ b/src/views/planetDesign/api/api.js @@ -200,6 +200,7 @@ const mxd_export = async (params) => { //'token': '...', // 根据需求添加 'Content-type': 'application/x-www-form-urlencoded' }, + withCredentials: false, responseType: 'arraybuffer' }) fileDownload(data, "", 'application/vnd.ms-excel');