diff --git a/docker-compose.yml b/docker-compose.yml index b2f29a4..f5844b7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,7 +9,7 @@ services: ports: - "5000:5000" environment: - - BASE_URL=http://192.168.60.120:8082 + - BASE_URL=http://192.168.60.191:8082 env_file: - .env restart: unless-stopped diff --git a/mock/list.ts b/mock/list.ts index 5b32df4..1c3a89b 100644 --- a/mock/list.ts +++ b/mock/list.ts @@ -20,6 +20,8 @@ const genJobList = (current: number, pageSize: number) => { publisher: '甲子', blPublisherId: `${index}-blPublisherId`, publisherAcctNo: `${index}-publisherAcctNo`, + phone: `${index}-phone`, + acctNo: `${index}-acctNo`, blGroupId: `${index}-blGroupId`, imGroupId: `${index}-imGroupId`, imGroupNick: '杭州主播群3', diff --git a/src/pages/table-list/job/index.tsx b/src/pages/table-list/job/index.tsx index 740b064..d85890f 100644 --- a/src/pages/table-list/job/index.tsx +++ b/src/pages/table-list/job/index.tsx @@ -74,6 +74,20 @@ const TableList: React.FC = () => { search: false, copyable: true, }, + { + title: '通告微信号', + dataIndex: 'acctNo', + valueType: 'textarea', + search: false, + copyable: true, + }, + { + title: '通告手机号', + dataIndex: 'phone', + valueType: 'textarea', + search: false, + copyable: true, + }, { title: '发布人昵称', dataIndex: 'publisher', diff --git a/src/services/typings.d.ts b/src/services/typings.d.ts index e4b4c6e..d90a100 100644 --- a/src/services/typings.d.ts +++ b/src/services/typings.d.ts @@ -66,6 +66,10 @@ declare namespace API { robotImNick: string; // 机器人微信号 robotImNo: string; + // 通告微信号 + acctNo + // 通告手机号 + phone // 通告发布群数量 relateGroupCount: number; // 创建时间,时间戳