manage-client 3.3.260 → 3.3.261
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/package.json
CHANGED
|
@@ -322,10 +322,10 @@
|
|
|
322
322
|
<script>
|
|
323
323
|
import {PagedList} from 'vue-client'
|
|
324
324
|
import co from 'co'
|
|
325
|
-
import * as Util from '
|
|
326
|
-
import getLodop from '
|
|
325
|
+
import * as Util from '../../Util'
|
|
326
|
+
import getLodop from '../../plugins/LodopFuncs'
|
|
327
327
|
import {HttpResetClass} from 'vue-client'
|
|
328
|
-
import plugins from '
|
|
328
|
+
import plugins from '../../plugins/GetLoginInfoService'
|
|
329
329
|
|
|
330
330
|
let readyGen = async function (self) {
|
|
331
331
|
await self.$MagLoadParams.loadParam()
|
package/src/main.js
CHANGED
|
@@ -6,7 +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/shexian/sale'
|
|
10
|
+
import ShanXianwebSaleManage from './filiale/shexian/webmeterManage'
|
|
10
11
|
import webmeterManage from './webmeterManage'
|
|
11
12
|
import reportManage from './reportManage'
|
|
12
13
|
import newmanage from './newmanage'
|
|
@@ -49,6 +50,7 @@ saleManage()
|
|
|
49
50
|
webmeterManage()
|
|
50
51
|
ManageHome()
|
|
51
52
|
newmanage()
|
|
53
|
+
ShanXianwebSaleManage()
|
|
52
54
|
reportManage()
|
|
53
55
|
ShanXianSaleManage()
|
|
54
56
|
require('system-clients/src/styles/less/bootstrap.less')
|