保存进度!

This commit is contained in:
2023-09-11 11:49:58 +08:00
parent efebd548c6
commit 2edd5f67db
3 changed files with 104 additions and 0 deletions

View File

@@ -26,4 +26,9 @@ export const API_URL = {
// 坐席业绩查询
URL_CALLER_ARCHIEVEMENT: "http://10.39.0.41:8081/desktop_archievement_backend/archievement/query_caller_archievement.do",
/** 奖项相关 **/
// 查询奖励项目
// URL_RWARD_PROJECTS: "http://222.76.244.118:11101/desktop_archievement_backend/rewards/query_reward_projects.do"
URL_RWARD_PROJECTS: "http://10.39.0.41:8081/desktop_archievement_backend/rewards/query_reward_projects.do",
};