|
@@ -1,7 +1,7 @@
|
|
|
const ip = 'http://192.168.0.251/obpm';
|
|
|
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
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?',
|