manage-client 3.3.259-2 → 3.3.259
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 +5 -1
- package/package.json +1 -1
- package/src/filiale/wuhai/UserGasAll.vue +1 -1
- package/src/main.js +1 -3
package/build/dev-server.js
CHANGED
|
@@ -21,7 +21,7 @@ var qtx= 'http://36.103.222.144:6300/'
|
|
|
21
21
|
// var fuwu = 'http://203.57.101.233:9001'
|
|
22
22
|
var bendi = 'http://192.168.50.4:8400/'
|
|
23
23
|
// var bendi = 'http://119.187.112.234:8400/'
|
|
24
|
-
var wode = 'http://
|
|
24
|
+
var wode = 'http://127.0.0.1:8450/'
|
|
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'
|
|
@@ -29,6 +29,10 @@ var proxyTable = {
|
|
|
29
29
|
'/rs/logic/exportfile': {
|
|
30
30
|
target: bendi
|
|
31
31
|
},
|
|
32
|
+
'/api/af-revenue/report': {
|
|
33
|
+
pathRewrite: { '^/api/af-revenue/report': '/rs/report' },
|
|
34
|
+
target: 'http://127.0.0.1:8450'
|
|
35
|
+
},
|
|
32
36
|
'/api': {
|
|
33
37
|
target: 'http://192.168.50.4:8400'
|
|
34
38
|
|
package/package.json
CHANGED
|
@@ -363,7 +363,7 @@ import {HttpResetClass, PagedList} from 'vue-client'
|
|
|
363
363
|
import UserGasEcharts from './UserGasEcharts'
|
|
364
364
|
import * as Util from '../../Util'
|
|
365
365
|
import getLodop from '../../plugins/LodopFuncs'
|
|
366
|
-
import plugin from '
|
|
366
|
+
import plugin from 'src/plugins/GetLoginInfoService'
|
|
367
367
|
let readyGen = async function (self) {
|
|
368
368
|
await self.$MagLoadParams.loadParam()
|
|
369
369
|
self.initParams()
|
package/src/main.js
CHANGED
|
@@ -6,9 +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/
|
|
9
|
+
import ShanXianSaleManage from './filiale/hantou/sale'
|
|
10
10
|
import webmeterManage from './webmeterManage'
|
|
11
|
-
import wuhaiwebmeterManage from './filiale/wuhai/webmeterManage'
|
|
12
11
|
import reportManage from './reportManage'
|
|
13
12
|
import newmanage from './newmanage'
|
|
14
13
|
import ManageHome from './ManageHome'
|
|
@@ -48,7 +47,6 @@ system(false)
|
|
|
48
47
|
|
|
49
48
|
saleManage()
|
|
50
49
|
webmeterManage()
|
|
51
|
-
wuhaiwebmeterManage()
|
|
52
50
|
ManageHome()
|
|
53
51
|
newmanage()
|
|
54
52
|
reportManage()
|