address-client 3.2.13 → 3.2.17

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 (38) hide show
  1. package/.gradle/{6.1.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.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/build/dev-server.js +1 -1
  7. package/package.json +1 -1
  8. package/src/components/AddressList.vue +613 -613
  9. package/src/components/CityList.vue +133 -133
  10. package/src/components/StreetList.vue +4 -4
  11. package/src/filiale/WEINAN/AddAreaMsg.vue +656 -656
  12. package/src/filiale/WEINAN/AreaList.vue +390 -390
  13. package/src/filiale/qianneng/UserAddress.vue +976 -976
  14. package/src/filiale/shanggao/AddAreaMsg.vue +746 -0
  15. package/src/filiale/shanggao/AddStreetOrPcd.vue +312 -0
  16. package/src/filiale/shanggao/AreaList.vue +431 -0
  17. package/src/filiale/shanggao/BuildingList.vue +129 -0
  18. package/src/filiale/shanggao/StreetList.vue +240 -0
  19. package/src/filiale/shanggao/UserAddress.vue +944 -0
  20. package/src/filiale/shanggao/sale.js +15 -0
  21. package/src/filiale/shaoguan/AddAreaMsg.vue +1 -3
  22. package/src/filiale/shaoguan/UserAddress.vue +1 -3
  23. package/src/filiale/tongchuan/AreaList.vue +315 -315
  24. package/src/filiale/tongchuan/CityList.vue +133 -133
  25. package/src/filiale/tongchuan/StreetList.vue +208 -208
  26. package/src/filiale/tongchuan/sale.js +19 -19
  27. package/src/main.js +1 -1
  28. package/.gradle/6.1.1/executionHistory/executionHistory.bin +0 -0
  29. package/.gradle/6.1.1/executionHistory/executionHistory.lock +0 -0
  30. package/.gradle/6.1.1/fileHashes/fileHashes.bin +0 -0
  31. package/.gradle/6.1.1/fileHashes/fileHashes.lock +0 -0
  32. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  33. package/.gradle/checksums/checksums.lock +0 -0
  34. package/.gradle/vcs-1/gc.properties +0 -0
  35. package/gradle/wrapper/gradle-wrapper.jar +0 -0
  36. package/gradle/wrapper/gradle-wrapper.properties +0 -5
  37. package/gradlew +0 -183
  38. package/gradlew.bat +0 -100
@@ -1,2 +1,2 @@
1
- #Mon Dec 07 15:35:10 CST 2020
2
- gradle.version=5.2.1
1
+ #Fri Aug 06 15:02:49 CST 2021
2
+ gradle.version=3.5
@@ -10,7 +10,7 @@ var proxy = httpProxy.createProxyServer()
10
10
 
11
11
  // Define HTTP proxies to your custom API backend
12
12
  // https://github.com/chimurai/http-proxy-middleware
13
- var str = 'http://183.67.41.139:8400', str2= 'http://183.67.41.139:8400'
13
+ var str = 'http://127.0.0.1:8078', str2= 'http://192.168.50.4:8400/'
14
14
  var proxyTable = {
15
15
 
16
16
  '/rs/logic/getLogin': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "address-client",
3
- "version": "3.2.13",
3
+ "version": "3.2.17",
4
4
  "description": "地址管理前台组件",
5
5
  "author": "wanbochao",
6
6
  "license": "ISC",