address-client 3.2.112-yangchun → 3.2.112

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 (126) hide show
  1. package/.gradle/8.10/checksums/checksums.lock +0 -0
  2. package/.gradle/{8.5 → 8.10}/executionHistory/executionHistory.bin +0 -0
  3. package/.gradle/8.10/executionHistory/executionHistory.lock +0 -0
  4. package/.gradle/{8.5 → 8.10}/fileHashes/fileHashes.bin +0 -0
  5. package/.gradle/8.10/fileHashes/fileHashes.lock +0 -0
  6. package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  7. package/.gradle/buildOutputCleanup/cache.properties +2 -2
  8. package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  9. package/.gradle/file-system.probe +0 -0
  10. package/build/dev-server.js +13 -10
  11. package/build/versionCheck.js +31 -0
  12. package/gradle/wrapper/gradle-wrapper.jar +0 -0
  13. package/gradle/wrapper/gradle-wrapper.properties +1 -1
  14. package/gradlew +5 -2
  15. package/gradlew.bat +12 -10
  16. package/package.json +5 -4
  17. package/src/components/AddAreaMsg.vue +480 -466
  18. package/src/components/AddCommunityManageMsg.vue +3 -3
  19. package/src/components/AddStreetManageMsg.vue +3 -3
  20. package/src/components/AddStreetOrPcd.vue +17 -21
  21. package/src/components/AddressAddAddress.vue +14 -14
  22. package/src/components/AddressFiles.vue +1 -1
  23. package/src/components/AddressList.vue +18 -10
  24. package/src/components/AddressTree.vue +5 -5
  25. package/src/components/AreaFiles.vue +1 -1
  26. package/src/components/AreaList.vue +5 -5
  27. package/src/components/AreaManage.vue +1 -1
  28. package/src/components/AreaTree.vue +5 -5
  29. package/src/components/Basch.vue +1 -1
  30. package/src/components/BatchOrders.vue +6 -6
  31. package/src/components/BuildingList.vue +2 -2
  32. package/src/components/CityList.vue +4 -3
  33. package/src/components/CommunityAreaList.vue +1 -1
  34. package/src/components/CommunityManageList.vue +4 -4
  35. package/src/components/NewAddressInfo.vue +4 -4
  36. package/src/components/StreetList.vue +5 -4
  37. package/src/components/StreetManageList.vue +4 -4
  38. package/src/components/UserAddress.vue +33 -44
  39. package/src/components/UserAddressChange.vue +1 -1
  40. package/src/components/selectAddress/BatchList.vue +6 -6
  41. package/src/filiale/WEINAN/AddAreaMsg.vue +5 -5
  42. package/src/filiale/WEINAN/AddressList.vue +9 -9
  43. package/src/filiale/WEINAN/AreaList.vue +5 -5
  44. package/src/filiale/WEINAN/AreaUserList.vue +3 -3
  45. package/src/filiale/WEINAN/UserAddress.vue +5 -5
  46. package/src/filiale/bayan/AddAreaMsg.vue +780 -0
  47. package/src/filiale/bayan/AddStreetOrPcd.vue +348 -0
  48. package/src/filiale/bayan/AddressList.vue +641 -0
  49. package/src/filiale/bayan/AreaList.vue +431 -0
  50. package/src/filiale/bayan/StreetList.vue +245 -0
  51. package/src/filiale/bayan/UserAddress.vue +924 -0
  52. package/src/filiale/bayan/sale.js +17 -0
  53. package/src/filiale/chengtou/UserAddress.vue +6 -6
  54. package/src/filiale/dongguan/AddStreetOrPcd.vue +6 -6
  55. package/src/filiale/gaomi/AddressList.vue +6 -6
  56. package/src/filiale/gaomi/UserAddress.vue +5 -5
  57. package/src/filiale/gongyi/AddAreaMsg.vue +4 -4
  58. package/src/filiale/gongyi/UserAddress.vue +5 -5
  59. package/src/filiale/haile/AddressList.vue +9 -9
  60. package/src/filiale/jingwei/UserAddress.vue +5 -5
  61. package/src/filiale/lixianV3/AreaList.vue +5 -5
  62. package/src/filiale/macheng/AddAreaMsg.vue +4 -4
  63. package/src/filiale/macheng/AddStreetOrPcd.vue +3 -3
  64. package/src/filiale/macheng/AddressList.vue +9 -9
  65. package/src/filiale/macheng/AreaList.vue +4 -4
  66. package/src/filiale/macheng/StreetList.vue +3 -3
  67. package/src/filiale/macheng/UserAddress.vue +5 -5
  68. package/src/filiale/meihekou/UserAddress.vue +6 -6
  69. package/src/filiale/qianneng/AddAreaMsg.vue +11 -7
  70. package/src/filiale/qianneng/AddStreetOrPcd.vue +5 -5
  71. package/src/filiale/qianneng/AddressList.vue +10 -10
  72. package/src/filiale/qianneng/AreaList.vue +6 -6
  73. package/src/filiale/qianneng/UserAddress.vue +22 -22
  74. package/src/filiale/qinhua/AddAreaMsg.vue +7 -7
  75. package/src/filiale/qinhua/AddressList.vue +9 -9
  76. package/src/filiale/qinhua/AreaList.vue +6 -6
  77. package/src/filiale/qinhua/StreetList.vue +4 -4
  78. package/src/filiale/qinhua/UserAddress.vue +6 -6
  79. package/src/filiale/rizhao/UserAddress.vue +6 -6
  80. package/src/filiale/rongcheng/AddressList.vue +5 -5
  81. package/src/filiale/rongcheng/UserAddress.vue +5 -5
  82. package/src/filiale/shanggao/AddAreaMsg.vue +7 -7
  83. package/src/filiale/shanggao/AddStreetOrPcd.vue +5 -5
  84. package/src/filiale/shanggao/AddressList.vue +9 -9
  85. package/src/filiale/shanggao/AreaList.vue +6 -6
  86. package/src/filiale/shanggao/BuildingList.vue +2 -2
  87. package/src/filiale/shanggao/StreetList.vue +4 -4
  88. package/src/filiale/shanggao/UserAddress.vue +7 -7
  89. package/src/filiale/shanxian/AddAreaMsg.vue +7 -7
  90. package/src/filiale/shanxian/AddressList.vue +9 -9
  91. package/src/filiale/shanxian/AreaList.vue +6 -6
  92. package/src/filiale/shanxian/UserAddress.vue +6 -6
  93. package/src/filiale/shaoguan/AddAreaMsg.vue +4 -4
  94. package/src/filiale/shaoguan/UserAddress.vue +5 -5
  95. package/src/filiale/tongchuan/AddAreaMsg.vue +4 -4
  96. package/src/filiale/tongchuan/AddStreetOrPcd.vue +6 -6
  97. package/src/filiale/tongchuan/AddressList.vue +5 -5
  98. package/src/filiale/tongchuan/AreaList.vue +4 -4
  99. package/src/filiale/tongchuan/CityList.vue +3 -3
  100. package/src/filiale/tongchuan/StreetList.vue +4 -4
  101. package/src/filiale/tongchuan/UserAddress.vue +6 -6
  102. package/src/filiale/wuhai/UserAddress.vue +5 -5
  103. package/src/filiale/xihu/AreaList.vue +409 -0
  104. package/src/filiale/xihu/StreetList.vue +238 -0
  105. package/src/filiale/xihu/sale.js +14 -0
  106. package/src/filiale/xinkang/AddAreaMsg.vue +8 -8
  107. package/src/filiale/xinkang/AreaList.vue +5 -5
  108. package/src/filiale/yangchun/AddAreaMsg.vue +11 -11
  109. package/src/filiale/zhongsheng/AddressList.vue +10 -10
  110. package/src/filiale/zhongsheng/AreaList.vue +7 -7
  111. package/src/filiale/zhongyi/AddAreaMsg.vue +7 -7
  112. package/src/filiale/zhoukou/AddAreaMsg.vue +5 -5
  113. package/src/filiale/zhoukou/AddressList.vue +5 -5
  114. package/src/filiale/zhoukou/AreaList.vue +4 -4
  115. package/src/filiale/zhoukou/UserAddress.vue +6 -6
  116. package/src/main.js +3 -3
  117. package/.gradle/8.5/checksums/checksums.lock +0 -0
  118. package/.gradle/8.5/dependencies-accessors/dependencies-accessors.lock +0 -0
  119. package/.gradle/8.5/executionHistory/executionHistory.lock +0 -0
  120. package/.gradle/8.5/fileHashes/fileHashes.lock +0 -0
  121. package/address-client-3.2.106-yangchun.tgz +0 -0
  122. package/build/libs/AddressClient-V3-3.0.11.jar +0 -0
  123. package/build/tmp/jar/MANIFEST.MF +0 -2
  124. /package/.gradle/{8.5 → 8.10}/dependencies-accessors/gc.properties +0 -0
  125. /package/.gradle/{8.5 → 8.10}/fileChanges/last-build.bin +0 -0
  126. /package/.gradle/{8.5 → 8.10}/gc.properties +0 -0
@@ -1,2 +1,2 @@
1
- #Wed Jun 19 13:32:59 CST 2024
2
- gradle.version=8.5
1
+ #Mon Dec 07 15:35:10 CST 2020
2
+ gradle.version=5.2.1
Binary file
@@ -3,23 +3,26 @@ var webpack = require('webpack')
3
3
  var config = require('./webpack.dev.conf')
4
4
  var proxyMiddleware = require('http-proxy-middleware')
5
5
  var httpProxy = require('http-proxy')
6
-
6
+ var checkVersion = require('./versionCheck.js')
7
+ checkVersion()
7
8
  var app = express()
8
9
  var compiler = webpack(config)
9
10
  var proxy = httpProxy.createProxyServer()
10
11
 
11
12
  // Define HTTP proxies to your custom API backend
12
13
  // https://github.com/chimurai/http-proxy-middleware
13
- var str = 'http://192.168.50.4:8400/', str2= 'http://192.168.50.4:8400/'
14
- // var str3= 'http://172.168.1.11:9001/#'
15
- var str3= 'http://192.168.50.4:8400/'
16
- //
14
+ var str = 'http://192.168.50.67:30785/', str2= 'http://192.168.50.67:30785/'
15
+ var str3= 'http://192.168.50.67:30785/'
17
16
  var proxyTable = {
18
- '/rs/sql/address_getAddress': {
19
- target: 'http://127.0.0.1:9014/',
20
- // secure:true,
21
- // changeOrigin:true
22
- // target: 'http://127.0.0.1:8080'
17
+ '/api/af-auth': {
18
+ target: str
19
+ },
20
+ '/api/af-system': {
21
+ target: str
22
+ },
23
+ '/api/af-revenue': {
24
+ pathRewrite: {'/api/af-revenue': '/'},
25
+ target: 'http://127.0.0.1:9026'
23
26
  },
24
27
  '/rs/entity': {
25
28
  target: str
@@ -0,0 +1,31 @@
1
+ function isVersionGreaterThan (version1, version2) {
2
+ const v1parts = version1.split('.')
3
+ const v2parts = version2.split('.')
4
+ let flag = false
5
+ for (let i = 0; i < v1parts.length; ++i) {
6
+ if (v1parts[i] > v2parts[i]) {
7
+ flag = true
8
+ break
9
+ }
10
+ }
11
+
12
+ return flag
13
+ }
14
+
15
+ const pkg = require('../package.json')
16
+ const checkVersion = () => {
17
+ console.log('\x1b[48;5;88m\x1b[1m\x1b[37m%s\x1b[0m', '请注意:当前使用的 addressclient 版本, 会发送 api/af-revenue/sql ,api/af-revenue/logic 到v4 服务')
18
+ const {devDependencies} = pkg
19
+ if (devDependencies && devDependencies['system-clients']) {
20
+ if (isVersionGreaterThan(devDependencies['system-clients'], '3.2.87')) {
21
+ console.log('\x1b[48;5;88m\x1b[1m\x1b[37m%s\x1b[0m', '请注意:当前使用的 systemClients 版本不兼容旧版登录')
22
+ console.log('\x1b[48;5;88m\x1b[1m\x1b[37m%s\x1b[0m', '登录是会发送 api/af-auth 请求')
23
+ console.log('\x1b[48;5;88m\x1b[1m\x1b[37m%s\x1b[0m', '请转发到公司 v4 测试地址或者客户 v4 网关')
24
+ console.log('\x1b[48;5;88m\x1b[1m\x1b[37m%s\x1b[0m', '如不使用新版登录,请降级 system-clients 版本到 3.2.87')
25
+ console.log('\x1b[48;5;88m\x1b[1m\x1b[37m%s\x1b[0m', '请查看营收后台升级日志:' +
26
+ 'http://aote-office.8866.org:31467/sale-doc-web/V4Product/%E8%90%A5%E6%94%B6%E5%90%8E%E5%8F%B0%E6%94%B9%E9%80%A0%E8%AF%B4%E6%98%8E')
27
+ }
28
+ }
29
+ }
30
+
31
+ module.exports = checkVersion
Binary file
@@ -1,6 +1,6 @@
1
1
  distributionBase=GRADLE_USER_HOME
2
2
  distributionPath=wrapper/dists
3
- distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
3
+ distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
4
4
  networkTimeout=10000
5
5
  validateDistributionUrl=true
6
6
  zipStoreBase=GRADLE_USER_HOME
package/gradlew CHANGED
@@ -15,6 +15,8 @@
15
15
  # See the License for the specific language governing permissions and
16
16
  # limitations under the License.
17
17
  #
18
+ # SPDX-License-Identifier: Apache-2.0
19
+ #
18
20
 
19
21
  ##############################################################################
20
22
  #
@@ -55,7 +57,7 @@
55
57
  # Darwin, MinGW, and NonStop.
56
58
  #
57
59
  # (3) This script is generated from the Groovy template
58
- # https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
60
+ # https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
59
61
  # within the Gradle project.
60
62
  #
61
63
  # You can find Gradle at https://github.com/gradle/gradle/.
@@ -84,7 +86,8 @@ done
84
86
  # shellcheck disable=SC2034
85
87
  APP_BASE_NAME=${0##*/}
86
88
  # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
87
- APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit
89
+ APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90
+ ' "$PWD" ) || exit
88
91
 
89
92
  # Use the maximum available, or set MAX_FD != -1 to use that value.
90
93
  MAX_FD=maximum
package/gradlew.bat CHANGED
@@ -13,6 +13,8 @@
13
13
  @rem See the License for the specific language governing permissions and
14
14
  @rem limitations under the License.
15
15
  @rem
16
+ @rem SPDX-License-Identifier: Apache-2.0
17
+ @rem
16
18
 
17
19
  @if "%DEBUG%"=="" @echo off
18
20
  @rem ##########################################################################
@@ -43,11 +45,11 @@ set JAVA_EXE=java.exe
43
45
  %JAVA_EXE% -version >NUL 2>&1
44
46
  if %ERRORLEVEL% equ 0 goto execute
45
47
 
46
- echo.
47
- echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
48
- echo.
49
- echo Please set the JAVA_HOME variable in your environment to match the
50
- echo location of your Java installation.
48
+ echo. 1>&2
49
+ echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
50
+ echo. 1>&2
51
+ echo Please set the JAVA_HOME variable in your environment to match the 1>&2
52
+ echo location of your Java installation. 1>&2
51
53
 
52
54
  goto fail
53
55
 
@@ -57,11 +59,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
57
59
 
58
60
  if exist "%JAVA_EXE%" goto execute
59
61
 
60
- echo.
61
- echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
62
- echo.
63
- echo Please set the JAVA_HOME variable in your environment to match the
64
- echo location of your Java installation.
62
+ echo. 1>&2
63
+ echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
64
+ echo. 1>&2
65
+ echo Please set the JAVA_HOME variable in your environment to match the 1>&2
66
+ echo location of your Java installation. 1>&2
65
67
 
66
68
  goto fail
67
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "address-client",
3
- "version": "3.2.112-yangchun",
3
+ "version": "3.2.112",
4
4
  "description": "地址管理前台组件",
5
5
  "author": "wanbochao",
6
6
  "license": "ISC",
@@ -23,6 +23,7 @@
23
23
  "url": "https://gitee.com/aote/address_management.git"
24
24
  },
25
25
  "dependencies": {
26
+ "crypto-js": "^4.1.1",
26
27
  "less-loader": "^2.2.3",
27
28
  "vue": "^1.0.17"
28
29
  },
@@ -78,10 +79,10 @@
78
79
  "sinon-chai": "^2.8.0",
79
80
  "style": "0.0.3",
80
81
  "style-loader": "^0.20.3",
81
- "ldap-clients": "3.0.48",
82
- "system-clients": "3.2.68",
82
+ "ldap-clients": "3.0.96",
83
+ "system-clients": "4.0.12",
83
84
  "url-loader": "^0.5.7",
84
- "vue-client": "1.24.98",
85
+ "vue-client": "1.25.38",
85
86
  "vue-hot-reload-api": "^1.2.0",
86
87
  "vue-html-loader": "^1.0.0",
87
88
  "vue-loader": "^8.2.1",