mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-07 01:46:44 +08:00
增加环境切换控制
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user