增加环境切换控制

This commit is contained in:
daihh
2023-04-06 19:07:19 +08:00
parent ad341dec86
commit f3c1bcc53c

View File

@@ -1,6 +1,7 @@
/** 管理端接口 **/
import ajax from './manageAjax.js';
const baseURL ="/manageApi";
import config from '../../config/index.js';
const baseURL =config.manageApiBaseUrl;
/**用户的待办任务数量*/
const getTaskNum = function(){