样式修改
This commit is contained in:
parent
5e9a5e9abd
commit
464ee8d804
@ -195,7 +195,7 @@ export default function ContactPeople(props: any) {
|
|||||||
}, [])
|
}, [])
|
||||||
return (
|
return (
|
||||||
// <div style={{ height: props.isShow ? `${height - 80}px`:`${height - 160}px`, overflow: 'auto', position: 'relative' }}>
|
// <div style={{ height: props.isShow ? `${height - 80}px`:`${height - 160}px`, overflow: 'auto', position: 'relative' }}>
|
||||||
<div style={{ height: props.isShow ? 623 : 530, overflow: 'auto', position: 'relative' }}>
|
<div style={{ height: props.isShow ? 623 : 540, overflow: 'auto', position: 'relative' }}>
|
||||||
|
|
||||||
{contextHolder}
|
{contextHolder}
|
||||||
<div style={{ padding: '22px 15px 10px 15px', background: 'var(--color-light)' }}>
|
<div style={{ padding: '22px 15px 10px 15px', background: 'var(--color-light)' }}>
|
||||||
|
@ -3,15 +3,15 @@ import type { MessageInstance } from "antd/es/message/interface";
|
|||||||
|
|
||||||
export const Axios = axios;
|
export const Axios = axios;
|
||||||
|
|
||||||
// axios.defaults.baseURL = 'http://192.168.0.15:7025/copyright';
|
axios.defaults.baseURL = 'http://192.168.0.15:7025/copyright';
|
||||||
axios.defaults.baseURL = 'http://192.168.0.103:7025/copyright';
|
// axios.defaults.baseURL = 'http://192.168.0.103:7025/copyright';
|
||||||
// axios.defaults.baseURL = 'http://192.168.43.145:7025/copyright';
|
// axios.defaults.baseURL = 'http://192.168.43.145:7025/copyright';
|
||||||
// axios.defaults.baseURL = 'http://127.0.0.1:7025/copyright';
|
// axios.defaults.baseURL = 'http://127.0.0.1:7025/copyright';
|
||||||
// axios.defaults.baseURL = 'https://www.aimzhu.com/copyright';
|
// axios.defaults.baseURL = 'https://www.aimzhu.com/copyright';
|
||||||
// axios.defaults.baseURL = '/copyright';
|
// axios.defaults.baseURL = '/copyright';
|
||||||
// export const WebSocketBaseUrl: string = 'ws://127.0.0.1:7025/copyright';
|
// export const WebSocketBaseUrl: string = 'ws://127.0.0.1:7025/copyright';
|
||||||
// export const WebSocketBaseUrl: string = 'ws://192.168.0.15:7025/copyright';
|
export const WebSocketBaseUrl: string = 'ws://192.168.0.15:7025/copyright';
|
||||||
export const WebSocketBaseUrl: string = 'ws://192.168.0.103:7025/copyright';
|
// export const WebSocketBaseUrl: string = 'ws://192.168.0.103:7025/copyright';
|
||||||
// export const WebSocketBaseUrl: string = '/copyright';
|
// export const WebSocketBaseUrl: string = '/copyright';
|
||||||
export const DevUserId: string = '80d3365e-0597-4988-979e-18ef1c3ec671'; // 18634604067
|
export const DevUserId: string = '80d3365e-0597-4988-979e-18ef1c3ec671'; // 18634604067
|
||||||
// export const DevUserId: string = 'eb9a82a6-6ed3-4ba0-90e6-d836cefff915'; // 15042810561
|
// export const DevUserId: string = 'eb9a82a6-6ed3-4ba0-90e6-d836cefff915'; // 15042810561
|
||||||
|
Loading…
Reference in New Issue
Block a user