manage-client 3.3.201 → 3.3.202
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 +190 -190
- package/package.json +1 -1
- package/src/components/webmeter/gasStatistics/GasStatistics.vue +526 -525
- package/src/main.js +1 -1
package/src/main.js
CHANGED
|
@@ -6,7 +6,7 @@ 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/ningjin/sale'
|
|
10
10
|
import webmeterManage from './webmeterManage'
|
|
11
11
|
import reportManage from './reportManage'
|
|
12
12
|
import newmanage from './newmanage'
|