Compare commits
	
		
			3 Commits
		
	
	
		
			31290a776e
			...
			dev
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 728eeec2cb | |||
| 61b79fb0a1 | |||
| ab0cecf77a | 
| @@ -1,7 +1,7 @@ | ||||
| import 'twin.macro' | ||||
|  | ||||
| export default function(props) { | ||||
|     return <div tw='' style={{marginTop: "20px", marginBottom: "20px", | ||||
|     return <div tw='' style={{marginTop: "20px", marginBottom: "12px", | ||||
|         border: '1px solid #ccc', borderRadius: '5px', display: "inline-block", width: '138px', height: '80px', ...(props.style || {}) }}> | ||||
|         <div style={{display: 'flex', alignItems: 'center', justifyContent: 'center', height: '100%'}}> | ||||
|             <div> | ||||
|   | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -8,7 +8,7 @@ import { isNil } from 'ramda'; | ||||
| import { MaybeMapFactory } from '@/shared/foundation'; | ||||
|  | ||||
| let engineCache: AxiosInstance | null = null; | ||||
| export const baseUrl = '/api3' | ||||
| export const baseUrl = '/api' | ||||
| /** | ||||
|  * 应用中所需要使用的AJAX引擎。 | ||||
|  * @param forceUnauthorized 是否强制丢弃用户会话令牌信息。 | ||||
|   | ||||
| @@ -499,6 +499,10 @@ export type TenementComprehensiveDetail = PooledSumDetail & { | ||||
|    */ | ||||
|   finalAmount: string; | ||||
|   finalLossFee: string; | ||||
|   finalSharpAmount: string, | ||||
|   finalPeakAmount: string, | ||||
|   finalFlatAmount: string, | ||||
|   finalValleyAmount: string, | ||||
| }; | ||||
|  | ||||
| /** | ||||
|   | ||||
| @@ -104,7 +104,7 @@ export default mode => { | ||||
|       }) | ||||
|     ], | ||||
|     envDir: './', | ||||
|     publicDir: "/user-report", | ||||
|     // publicDir: "/user-report", | ||||
|     base: './', | ||||
|     server: { | ||||
|       port: 3000, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user