|
@@ -1,7 +1,7 @@
|
|
|
const ip = 'http://192.168.0.251/obpm';
|
|
|
//const ip = 'http://106.55.241.82:8888/obpm';
|
|
|
-//const ip = 'https://tdmtest.liugong.com/obpm';
|
|
|
-//const ip2 = 'http://106.55.241.82:8888/';
|
|
|
+//const ip = 'https://tdm.liugong.com/obpm';
|
|
|
+//const ip2 = 'https://tdm.liugong.com';
|
|
|
const ip2 = 'http://192.168.0.251';
|
|
|
|
|
|
/**
|
|
@@ -15,6 +15,7 @@ const urls = {
|
|
|
login: ip + '/runtime/login/loginWithCiphertext2', //用户登陆
|
|
|
myprofile: ip + '/runtime/users/myprofile', //用户登陆
|
|
|
upload: ip + '/runtime/upload?applicationId=__gAPYBW4YxB3UePM3lqO&allowedTypes=00', //文件上传
|
|
|
+ user_list: ip2 + '/app/getUser', //获取全部联系人
|
|
|
|
|
|
myPending: ip + '/runtime/widget/myPending?pageNo=1&linesPerPage=5&workflowOrder=true',
|
|
|
navspendings: ip + '/runtime/flowcenters/navs/pendings?',
|