管理端接口不同环境切换的配置

This commit is contained in:
daihh
2023-03-09 09:45:29 +08:00
parent 5ef2e4f901
commit 4583cee471

View File

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