Commit 52a66605255d58376b4ba5adb7321a630024fb01

Authored by fengwotao
1 parent 52a4ad6c

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

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