修复样式 更改接口

This commit is contained in:
2022-05-31 17:38:15 +08:00
parent 4d040cc9ed
commit faa5194e54
351 changed files with 128774 additions and 196 deletions
+1 -1
View File
@@ -278,7 +278,7 @@ export const JeecgListMixin = {
/* 导出 */
handleExportXls2(){
let paramsStr = encodeURI(JSON.stringify(this.getQueryParams()));
let url = `${window._CONFIG['domianURL']}/${this.url.exportXlsUrl}?paramsStr=${paramsStr}`;
let url = `${process.env.VUE_APP_BASE_API}/${this.url.exportXlsUrl}?paramsStr=${paramsStr}`;
window.location.href = url;
},
handleExportXls(fileName){