manage-client 3.2.160 → 3.2.161

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.
@@ -15,7 +15,7 @@ var shaoguan='http://119.146.1.106:8300/'
15
15
  var qtx='http://36.103.222.144:6300/'
16
16
  var bendi = 'http://192.168.50.4:8400'
17
17
  // var bendi = 'http://172.168.1.11:9001'
18
- var fuwu = 'http://192.168.50.4:8400'
18
+ var fuwu = 'http://192.168.50.4:8400'
19
19
  // var fuwu = 'http://203.57.101.233:9001'
20
20
  var system = 'http://192.168.50.4:8400'
21
21
  //192.168.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "3.2.160",
3
+ "version": "3.2.161",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -427,7 +427,7 @@
427
427
  let temp2 = {}
428
428
  temp.label = item.label
429
429
  temp.value = item.value.f_meter_brand
430
- temp.value = item.value.f_type
430
+ temp2.value = item.value.f_type
431
431
  brandArr.push(temp)
432
432
  typeArr.push(temp2)
433
433
  })
package/src/main.js CHANGED
@@ -44,7 +44,7 @@ all()
44
44
  ldap()
45
45
  system(false)
46
46
 
47
- saleManage("meihekou")
47
+ saleManage('qianneng')
48
48
  webmeterManage()
49
49
  ManageHome()
50
50
  newmanage()