diff --git a/proxy.conf.js b/proxy.conf.js index 0449527f..085e303a 100644 --- a/proxy.conf.js +++ b/proxy.conf.js @@ -4,7 +4,7 @@ * @Author : Shiming * @Date : 2022-01-18 09:51:21 * @LastEditors : Shiming - * @LastEditTime : 2022-01-20 20:39:28 + * @LastEditTime : 2022-01-21 10:04:03 * @FilePath : \\tms-obc-web\\proxy.conf.js * Copyright (C) 2022 huzhenhong. All rights reserved. */ @@ -20,7 +20,7 @@ module.exports = { // } '//api': { target: { - host: 'tms-api-test.eascs.com', + host: 'tms-api-dev.eascs.com', protocol: 'https:', port: 443 }, diff --git a/src/app/routes/sys-setting/components/announcement-message/announcement-message.component.ts b/src/app/routes/sys-setting/components/announcement-message/announcement-message.component.ts index 9d311fd3..44c2844c 100644 --- a/src/app/routes/sys-setting/components/announcement-message/announcement-message.component.ts +++ b/src/app/routes/sys-setting/components/announcement-message/announcement-message.component.ts @@ -184,7 +184,7 @@ this.ui2 = { '*': { spanLabelFixed: 120, grid: { span: 24 } } }; nzClosable: false, nzCancelText: '取消', nzOnOk: () => { - this.service.request(this.service.$api_settlementCustomer_deletebatch, [item.id]).subscribe(res => { + this.service.request(this.service.$api_delete_deleteAnnouncementInfoById, [item.id]).subscribe(res => { if (res) { this.service.msgSrv.success('删除成功!'); this.st.reload(1)