Commit c3df268d authored by 姜登's avatar 姜登

/gjj

parent cf7528cd
Pipeline #24576 passed with stage
in 14 seconds
......@@ -21,11 +21,11 @@ module.exports = () => {
};
config.taskAPI = {
host: 'https://uat-nginx.jianbing.com/scheduler-service',
createTaskUrl: '/create',
fetchCodeUrl: '/code',
fetchPhoneCodeUrl: '/phonecode',
submitTaskUrl: '/query',
fetchTaskUrl: '/data',
createTaskUrl: '/gjj/create',
fetchCodeUrl: '/gjj/code',
fetchPhoneCodeUrl: '/gjj/phonecode',
submitTaskUrl: '/gjj/query',
fetchTaskUrl: '/gjj/data',
};
config.partnerAPI = {
......
......@@ -25,11 +25,11 @@ module.exports = () => {
};
config.taskAPI = {
host: process.env.TASKAPI_HOST || 'https://uat-nginx.jianbing.com/scheduler-service',
createTaskUrl: '/create',
fetchCodeUrl: '/code',
fetchPhoneCodeUrl: '/phonecode',
submitTaskUrl: '/query',
fetchTaskUrl: '/data',
createTaskUrl: '/gjj/create',
fetchCodeUrl: '/gjj/code',
fetchPhoneCodeUrl: '/gjj/phonecode',
submitTaskUrl: '/gjj/query',
fetchTaskUrl: '/gjj/data',
};
config.scriptsAPI = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment