address-client 3.2.2 → 3.2.5

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