82c3240d by joe

1

1 parent 4cfd50c5
Showing 48 changed files with 1 additions and 0 deletions
...@@ -61,6 +61,7 @@ let encryptPattern = [ ...@@ -61,6 +61,7 @@ let encryptPattern = [
61 /^\/pingan_hklife_webapi\/user.*/, 61 /^\/pingan_hklife_webapi\/user.*/,
62 /^\/pingan_hklife_webapi\/auth.*/, 62 /^\/pingan_hklife_webapi\/auth.*/,
63 /^\/pingan_hklife_webapi\/customService.*/, 63 /^\/pingan_hklife_webapi\/customService.*/,
64 /^\/pingan_hklife_webapi\/reset.*/,
64 ] 65 ]
65 66
66 let encryptWhileList = [ 67 let encryptWhileList = [
......