diff options
author | cyuamber <xuranyjy@chinamobile.com> | 2021-01-25 18:33:53 +0800 |
---|---|---|
committer | cyuamber <xuranyjy@chinamobile.com> | 2021-01-25 18:34:02 +0800 |
commit | 9ec32a0245141bb1bd93ff34cfae4a7d1a5b8f80 (patch) | |
tree | 6cf234739ba3caf9eae7fd15c2fef85ec5c5e33c /usecaseui-portal/src/app/shared/utils | |
parent | 73b5dcc7bbed03dfc45aae64e18e00bf3a9c3eb1 (diff) |
feat: add coverage area number
Change-Id: I97fe766e3b35fd47ed7f5c802cf44916a288711b
Issue-ID: USECASEUI-527
Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/shared/utils')
-rw-r--r-- | usecaseui-portal/src/app/shared/utils/http.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/shared/utils/http.ts b/usecaseui-portal/src/app/shared/utils/http.ts index 598d2afb..4f01bb8c 100644 --- a/usecaseui-portal/src/app/shared/utils/http.ts +++ b/usecaseui-portal/src/app/shared/utils/http.ts @@ -43,7 +43,6 @@ export class Http { }
promise
.then((response) => {
- console.log(response,"------> response")
if (response.status === 200 || 304) {
const { result_header: { result_code, result_message } } = response.data
if(+result_code === 200){
|