|
@@ -1,3 +1,5 @@
|
|
|
+import { requestIp } from './requestIP'
|
|
|
+
|
|
|
/*eslint-disable*/ //规避eslint的检查,如没有eslint可不写
|
|
|
export const mockUrl = 'http://10.179.24.176:8980' // 线下
|
|
|
// export const mockUrl = 'http://10.179.24.123:8980' // 线上
|
|
@@ -13,4 +15,6 @@ export const TeamManagement = 'http://10.179.24.176:8990' // 团队配置 项目
|
|
|
|
|
|
export const task_Url = 'http://10.179.24.176:8990' // 任务
|
|
|
|
|
|
-export const Presentation = 'http://10.179.24.176:8990' // 报告模块
|
|
|
+export const Presentation = 'http://10.179.24.176:8990' // 报告模块
|
|
|
+
|
|
|
+export const projectManagementUrl = requestIp + '/project_management' //项目管理
|