mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
管理端接口不同环境切换的配置
This commit is contained in:
@@ -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(){
|
||||||
|
|||||||
Reference in New Issue
Block a user