apply-clients 3.5.5-38 → 3.5.5-39
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 +6 -2
- package/package.json +1 -1
- package/src/filiale/fugou/pc/ApplyChargeList.vue +484 -480
- package/src/filiale/fugou/pc/devicesManagement.vue +484 -483
- package/src/main.js +1 -1
package/build/dev-server.js
CHANGED
|
@@ -8,10 +8,14 @@ var compiler = webpack(config)
|
|
|
8
8
|
// var proxy = httpProxy.createProxyServer()
|
|
9
9
|
// var ldap = 'http://121.36.79.201:8400'
|
|
10
10
|
// var applyinstall = 'http://121.36.79.201:8400'
|
|
11
|
-
var ldap = 'http://
|
|
12
|
-
var applyinstall = 'http://
|
|
11
|
+
var ldap = 'http://61.163.123.47:30785/'
|
|
12
|
+
var applyinstall = 'http://61.163.123.47:30785/'
|
|
13
13
|
|
|
14
14
|
var proxyTable = {
|
|
15
|
+
'/api': {
|
|
16
|
+
target: ldap,
|
|
17
|
+
changeOrigin: true
|
|
18
|
+
},
|
|
15
19
|
'/rs/logic/getSaleInitData': {
|
|
16
20
|
target: ldap,
|
|
17
21
|
changeOrigin: true
|