diff --git a/api/request.js b/api/request.js index 53b4cc3..6fbe8e6 100644 --- a/api/request.js +++ b/api/request.js @@ -13,8 +13,8 @@ //export const BASE_URL = "http://106.13.16.28:10000" // 生产环境 -export const BASE_URL = "http://42.180.188.17:9809" // 鞍钢正式环境 -// export const BASE_URL = "http://42.180.188.17:19098" // 鞍钢线上测试环境 +// export const BASE_URL = "http://42.180.188.17:9809" // 鞍钢正式环境 +export const BASE_URL = "http://42.180.188.17:19098" // 鞍钢线上测试环境 //是否已显示未登录弹窗 let showNoLoginTip = false diff --git a/api/task.js b/api/task.js index 79d54aa..0081aad 100644 --- a/api/task.js +++ b/api/task.js @@ -41,7 +41,7 @@ export function getCcMeList(params) { return request({ url: `wflow/process/ccMe`, method: 'get', - params: params + data: params }) } diff --git a/components/form/ProcessIndex.vue b/components/form/ProcessIndex.vue index 64aca1d..8c0b851 100644 --- a/components/form/ProcessIndex.vue +++ b/components/form/ProcessIndex.vue @@ -13,7 +13,7 @@