manage-client 4.0.84 → 4.0.85

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.
Binary file
@@ -19,9 +19,9 @@ var qtx = 'http://36.103.222.144:6300/'
19
19
  // var bendi = 'http://203.57.101.233:9001/'
20
20
  // var bendi = 'http://121.36.106.17:8400/'
21
21
  // var fuwu = 'http://203.57.101.233:9001'
22
- var bendi = 'http://203.57.101.233:9001/'
22
+ var bendi = 'http://192.168.50.67:31467/'
23
23
  // var bendi = 'http://119.187.112.234:8400/'
24
- var wode = 'http://203.57.101.233:9001/'
24
+ var wode = 'http://192.168.50.67:31467/'
25
25
  // 192.168.
26
26
  // var str = 'http://127.0.0.1:8080/manage', str2 = 'http://192.168.50.199:8300'
27
27
  // var str = 'http://192.168.10.233:8300', str2 = 'http://192.168.10.14:8300'
@@ -33,15 +33,26 @@ var proxyTable = {
33
33
  target: 'http://203.57.101.233:9001/'
34
34
 
35
35
  },
36
- '/api/af-revenue/sql/compreQuery': {
36
+ '/api/af-revenue/report': {
37
37
  pathRewrite: {
38
- '^/api/af-revenue': '/'
38
+ '/api/af-revenue/report': '/report'
39
+ },
40
+ target: 'http://127.0.0.1:9026/'
41
+ },
42
+ '/api/af-revenue/sql': {
43
+ pathRewrite: {
44
+ '/api/af-revenue/sql': '/sql'
45
+ },
46
+ target: 'http://127.0.0.1:9026/'
47
+ },
48
+ '/api/af-revenue/logic': {
49
+ pathRewrite: {
50
+ '/api/af-revenue/logic': '/logic'
39
51
  },
40
52
  target: 'http://127.0.0.1:9026/'
41
53
  },
42
54
  '/api': {
43
- target: 'http://192.168.50.67:31567/'
44
-
55
+ target: 'http://192.168.50.67:31467/'
45
56
  },
46
57
  '/rs/sql/chargeQuery_by_gasproperties': {
47
58
  target: 'http://localhost:8084/'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "4.0.84",
3
+ "version": "4.0.85",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -633,7 +633,7 @@
633
633
  </data-grid>
634
634
  </criteria-paged>
635
635
 
636
- <table class="table-hover">
636
+ <table class="table-hover" style="margin-top: -17px;">
637
637
  <tr style="position: relative;margin-top: -16px;" class="table-bordered">
638
638
  <td
639
639
  style="display: inline-block;width: auto;border-right: 1px solid #F2F6FA;padding: 0px 10px 0px 10px;color: #5CB95C;font-weight: bold">
package/src/main.js CHANGED
@@ -6,8 +6,8 @@ import { all } from 'vue-client'
6
6
  import { system } from 'system-clients'
7
7
  import { ldap } from 'ldap-clients'
8
8
  import saleManage from './saleManage'
9
- import ShanXianSaleManage from './filiale/yangchun/sale'
10
- import ShanXianwebSaleManage from './filiale/yangchun/webmeterManage'
9
+ import ShanXianSaleManage from './filiale/yuncheng/sale'
10
+ import ShanXianwebSaleManage from './filiale/yuncheng/webmeterManage'
11
11
  import webmeterManage from './webmeterManage'
12
12
  import reportManage from './reportManage'
13
13
  import newmanage from './newmanage'