From 6fdcc4ae8e334a978d16d6c33dc27eb7f545a648 Mon Sep 17 00:00:00 2001 From: Gyanaranjan Sahoo <116304077+gyanaranjans@users.noreply.github.com> Date: Tue, 10 Jan 2023 00:36:49 +0530 Subject: [PATCH 1/2] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ff1950e..26416e4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,7 +57,7 @@ jobs: # - persist_to_workspace: # root: ~/react # paths: - # - dist + # - dist lint: From 733e3aac81026f78a790ba8a5077e2f1508b4c9c Mon Sep 17 00:00:00 2001 From: Gyanaranjan Sahoo <116304077+gyanaranjans@users.noreply.github.com> Date: Fri, 13 Jan 2023 00:21:12 +0530 Subject: [PATCH 2/2] Update common.js --- app/apis/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/apis/common.js b/app/apis/common.js index a2cc19d..2e3c8d2 100644 --- a/app/apis/common.js +++ b/app/apis/common.js @@ -4,7 +4,7 @@ import { mockURL, /* baseURL, */ path } from '@config' const prefix = 'usercenter' const option = { baseURL: mockURL } - +// Exporting all files export const login = createApi(`${path}/${prefix}/login`, option) // 登陆 export const logout = createApi(`${path}/${prefix}/logout`, option) // 登出 export const loginByTicket = createApi(`${path}/${prefix}/loginByTicket`, option) // 通过ticket登陆