address-client 3.2.5 → 3.2.6

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.
Files changed (32) hide show
  1. package/.gradle/{6.1/fileChanges → 3.5/file-changes}/last-build.bin +0 -0
  2. package/.gradle/3.5/taskHistory/taskHistory.lock +0 -0
  3. package/.gradle/{6.1/gc.properties → buildOutputCleanup/built.bin} +0 -0
  4. package/.gradle/buildOutputCleanup/cache.properties +2 -2
  5. package/.gradle/buildOutputCleanup/cache.properties.lock +1 -0
  6. package/AddressClient.iml +13 -0
  7. package/build/dev-server.js +10 -15
  8. package/package.json +1 -1
  9. package/src/components/CityList.vue +133 -133
  10. package/src/components/StreetList.vue +210 -210
  11. package/src/components/UserAddress.vue +2 -4
  12. package/src/filiale/WEINAN/AddAreaMsg.vue +656 -656
  13. package/src/filiale/WEINAN/AddressList.vue +357 -357
  14. package/src/filiale/gaomi/AddressList.vue +430 -430
  15. package/src/filiale/gaomi/sale.js +14 -14
  16. package/src/filiale/shaoguan/UserAddress.vue +764 -764
  17. package/src/filiale/shaoguan/sale.js +11 -11
  18. package/src/filiale/tongchuan/AreaList.vue +315 -315
  19. package/src/filiale/tongchuan/CityList.vue +133 -133
  20. package/src/filiale/tongchuan/StreetList.vue +208 -208
  21. package/src/filiale/tongchuan/sale.js +19 -19
  22. package/.gradle/6.1/executionHistory/executionHistory.bin +0 -0
  23. package/.gradle/6.1/executionHistory/executionHistory.lock +0 -0
  24. package/.gradle/6.1/fileHashes/fileHashes.bin +0 -0
  25. package/.gradle/6.1/fileHashes/fileHashes.lock +0 -0
  26. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  27. package/.gradle/checksums/checksums.lock +0 -0
  28. package/.gradle/vcs-1/gc.properties +0 -0
  29. package/gradle/wrapper/gradle-wrapper.jar +0 -0
  30. package/gradle/wrapper/gradle-wrapper.properties +0 -5
  31. package/gradlew +0 -183
  32. package/gradlew.bat +0 -100
@@ -1,14 +1,14 @@
1
- // 分公司特殊组件页面注册
2
- import Vue from "vue";
3
-
4
- let specialComp = {
5
- //地址管理父组件
6
- 'user-address':(resolve) => { require(['./UserAddress'], resolve) },
7
- //地址管理列表
8
- 'address-list':(resolve) => { require(['./AddressList'], resolve) }
9
- }
10
- exports.specialComp = specialComp
11
-
12
-
13
-
14
-
1
+ // 分公司特殊组件页面注册
2
+ import Vue from "vue";
3
+
4
+ let specialComp = {
5
+ //地址管理父组件
6
+ 'user-address':(resolve) => { require(['./UserAddress'], resolve) },
7
+ //地址管理列表
8
+ 'address-list':(resolve) => { require(['./AddressList'], resolve) }
9
+ }
10
+ exports.specialComp = specialComp
11
+
12
+
13
+
14
+