Commit 0c0c0795 authored by 周远喜's avatar 周远喜

ok

parent 71c11155
...@@ -33,7 +33,7 @@ export default { ...@@ -33,7 +33,7 @@ export default {
}, },
listbyuser(params) {//获取当前登录用户可操作的排产 listbyuser(params) {//获取当前登录用户可操作的排产
//authUrl //authUrl
return Api.post(`${authUrl}/setschedulecompany/listbyuser`, params);//168 return Api.post(`http://39.100.148.168:10000/auth/setschedulecompany/listbyuser`, params);//168
// return Api.post(`${Platform}/setschedulecompany/listbyuser`, params);//61 // return Api.post(`${Platform}/setschedulecompany/listbyuser`, params);//61
}, },
moveintoai(){////跳转进入智能排产池前判断 moveintoai(){////跳转进入智能排产池前判断
......
...@@ -5,7 +5,7 @@ const systemApi = { ...@@ -5,7 +5,7 @@ const systemApi = {
aps:'47.92.102.113' aps:'47.92.102.113'
} }
//环境切换(只修改此处): //环境切换(只修改此处):
let address=systemApi.dev; let address=systemApi.product;
//let address=systemApi.product; //let address=systemApi.product;
//let address=systemApi.local; //let address=systemApi.local;
......
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