Commit 52a66605255d58376b4ba5adb7321a630024fb01

Authored by fengwotao
1 parent 52a4ad6c

pref: 优化公共接口管理部分代码

@@ -22,7 +22,7 @@ @@ -22,7 +22,7 @@
22 method === RequestMethodTypeEnum.WEBSOCKET 22 method === RequestMethodTypeEnum.WEBSOCKET
23 ? 11 23 ? 11
24 : httpType === RequestHttpTypeEnum.POST 24 : httpType === RequestHttpTypeEnum.POST
25 - ? 4 25 + ? 6
26 : 6 26 : 6
27 " 27 "
28 > 28 >
@@ -41,7 +41,7 @@ @@ -41,7 +41,7 @@
41 method === RequestMethodTypeEnum.WEBSOCKET 41 method === RequestMethodTypeEnum.WEBSOCKET
42 ? 12 42 ? 12
43 : httpType === RequestHttpTypeEnum.POST 43 : httpType === RequestHttpTypeEnum.POST
44 - ? 19 44 + ? 17
45 : 17 45 : 17
46 " 46 "
47 style="position: relative" 47 style="position: relative"
@@ -50,7 +50,7 @@ @@ -50,7 +50,7 @@
50 (method === RequestMethodTypeEnum.WEBSOCKET 50 (method === RequestMethodTypeEnum.WEBSOCKET
51 ? 1.5 51 ? 1.5
52 : httpType === RequestHttpTypeEnum.POST 52 : httpType === RequestHttpTypeEnum.POST
53 - ? -1.5 53 + ? -0.25
54 : 0) + 'vw', 54 : 0) + 'vw',
55 }" 55 }"
56 > 56 >