apply-clients 3.5.5-63 → 3.5.5-65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/dev-server.js
CHANGED
|
@@ -8,8 +8,8 @@ var compiler = webpack(config)
|
|
|
8
8
|
// var ldap = 'http://125.71.238.50:30789'
|
|
9
9
|
// var applyinstall = 'http://125.71.238.50:30789'
|
|
10
10
|
//测试地址
|
|
11
|
-
var ldap = 'http://
|
|
12
|
-
var applyinstall = 'http://
|
|
11
|
+
var ldap = 'http://125.71.238.50:30789'
|
|
12
|
+
var applyinstall = 'http://125.71.238.50:30789'
|
|
13
13
|
|
|
14
14
|
var proxyTable = {
|
|
15
15
|
'/rs/logic/getSaleInitData': {
|