Success控制台输出

Started by timer
Running as SYSTEM
Building in workspace D:\jenkins\workspace\tj_zsj_web
The recommended git tool is: NONE
using credential 5d0af93d-e0a9-46df-a3d1-b394ab81c260
 > D:\Program Files\Git\bin\git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > D:\Program Files\Git\bin\git.exe config remote.origin.url http://140.210.216.73:6090/artfess/tj_zsj_web.git # timeout=10
Fetching upstream changes from http://140.210.216.73:6090/artfess/tj_zsj_web.git
 > D:\Program Files\Git\bin\git.exe --version # timeout=10
 > git --version # 'git version 2.24.1.windows.2'
using GIT_ASKPASS to set credentials 
 > D:\Program Files\Git\bin\git.exe fetch --tags --force --progress -- http://140.210.216.73:6090/artfess/tj_zsj_web.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > D:\Program Files\Git\bin\git.exe rev-parse "refs/remotes/origin/dev^{commit}" # timeout=10
Checking out Revision 3e909d995a37cc52723882631187d895df7d469a (refs/remotes/origin/dev)
 > D:\Program Files\Git\bin\git.exe config core.sparsecheckout # timeout=10
 > D:\Program Files\Git\bin\git.exe checkout -f 3e909d995a37cc52723882631187d895df7d469a # timeout=10
Commit message: "门户首页+资源"
 > D:\Program Files\Git\bin\git.exe rev-list --no-walk 5db35ea5ab51ea1c535b8a353663831c009104f2 # timeout=10
[tj_zsj_web] $ cmd /c call D:\apache-tomcat-9.0.8\temp\jenkins8249777503663240403.bat

D:\jenkins\workspace\tj_zsj_web>node -v 
v14.18.0

D:\jenkins\workspace\tj_zsj_web>npm -v 
6.14.15
[tj_zsj_web] $ cmd /c call D:\apache-tomcat-9.0.8\temp\jenkins111997550064422541.bat

D:\jenkins\workspace\tj_zsj_web>npm config set registry https://registry.npm.taobao.org 
[tj_zsj_web] $ cmd /c call D:\apache-tomcat-9.0.8\temp\jenkins1403254829852637718.bat

D:\jenkins\workspace\tj_zsj_web>npm config get registry 
https://registry.npm.taobao.org/
[tj_zsj_web] $ cmd /c call D:\apache-tomcat-9.0.8\temp\jenkins7902004233507628833.bat

D:\jenkins\workspace\tj_zsj_web>cd D:\jenkins\workspace\tj_zsj_web   && npm install --strict-ssl false --ignore-scripts false   && npm run build 

> tj-zsj-web@1.0.0 postinstall D:\jenkins\workspace\tj_zsj_web
> patch-package

patch-package 8.0.0
Applying patches...
vue-pdf@4.3.0 鉁�
npm WARN @wangeditor/editor-for-vue@1.0.2 requires a peer of @wangeditor/editor@>=5.1.0 but none is installed. You must install peer dependencies yourself.
npm WARN @wangeditor/editor-for-vue@1.0.2 requires a peer of vue@^2.6.14 but none is installed. You must install peer dependencies yourself.
npm WARN @webpack-cli/configtest@2.1.1 requires a peer of webpack@5.x.x but none is installed. You must install peer dependencies yourself.
npm WARN @webpack-cli/info@2.0.2 requires a peer of webpack@5.x.x but none is installed. You must install peer dependencies yourself.
npm WARN @webpack-cli/serve@2.0.5 requires a peer of webpack@5.x.x but none is installed. You must install peer dependencies yourself.
npm WARN webpack-cli@5.1.4 requires a peer of webpack@5.x.x but none is installed. You must install peer dependencies yourself.
npm WARN webpack-dev-middleware@1.12.2 requires a peer of webpack@^1.0.0 || ^2.0.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN webpack-dev-server@2.11.5 requires a peer of webpack@^2.2.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.3 (node_modules\watchpack\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.11 (node_modules\quill-image-resize-module\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.11: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

up to date in 42.266s

169 packages are looking for funding
  run `npm fund` for details


> tj-zsj-web@1.0.0 build D:\jenkins\workspace\tj_zsj_web
> vue-cli-service build

postcss-px-to-viewport: postcss.plugin was deprecated. Migration guide:
https://evilmartians.com/chronicles/postcss-8-plugin-migration

-  Building for production...
 WARNING  Compiled with 10 warnings涓婂崍5:54:57

Module Warning (from ./node_modules/eslint-loader/index.js):
error: '_' is defined but never used (no-unused-vars) at src\components\SuperTableSelectorDialog\index.vue:392:33:
  390 |             handler() {
  391 |                 if (!this.isShowTree) return
> 392 |                 this.$nextTick((_) => {
      |                                 ^
  393 |                     this.$refs.treeSide?.setCurrentKey(
  394 |                         this.treeItem?.[this.treeKey] || ''
  395 |                     )


error: '_' is defined but never used (no-unused-vars) at src\components\SuperTableSelectorDialog\index.vue:484:33:
  482 |             // 鍒濆鍖栭娆℃墦寮�寮瑰眰閫変腑鏁堟灉,
  483 |             if (this.isShowTree && !this.initializeRendering) {
> 484 |                 this.$nextTick((_) => {
      |                                 ^
  485 |                     this.$refs.treeSide?.setCurrentKey(
  486 |                         this.treeItem?.[this.treeKey] || ''
  487 |                     )


error: '_' is defined but never used (no-unused-vars) at src\components\SuperTableSelectorDialog\index.vue:503:29:
  501 |             Object.assign(this.$data, this.$options.data.call(this)) // 閲嶇疆data涓殑鏁版嵁
  502 |             // 閲嶇疆鎵撳紑寮瑰眰閫変腑鏁堟灉,
> 503 |             this.$nextTick((_) => {
      |                             ^
  504 |                 if (this.isShowTree) {
  505 |                     this.$refs.treeSide?.setCurrentKey(
  506 |                         this.treeItem?.[this.treeKey] || ''


error: Unexpected console statement (no-console) at src\components\SuperTableSelectorDialog\index.vue:554:17:
  552 |                     setQueryValue(this.tableParams, item.prop, item.value)
  553 |                 }
> 554 |                 console.log(this.tableParams.querys)
      |                 ^
  555 |             })
  556 |             console.log(data, this.tableParams.querys)
  557 |


error: Unexpected console statement (no-console) at src\components\SuperTableSelectorDialog\index.vue:556:13:
  554 |                 console.log(this.tableParams.querys)
  555 |             })
> 556 |             console.log(data, this.tableParams.querys)
      |             ^
  557 |
  558 |             this.$emit('tableRefresh', this.tableParams)
  559 |         },


error: '_' is defined but never used (no-unused-vars) at src\components\SuperTableSelectorDialog\index.vue:612:29:
  610 |         // 澶氶�夋鍒楄〃婊氬姩鍒板簳閮�
  611 |         checkboxScrollBottom() {
> 612 |             this.$nextTick((_) => {
      |                             ^
  613 |                 const container = this.$refs.checkboxGroup?.$el
  614 |                 container?.scrollTo({
  615 |                     top: container.scrollHeight,


error: '_' is defined but never used (no-unused-vars) at src\components\SuperTableSelectorDialog\index.vue:623:29:
  621 |         // 琛ㄦ牸婊氬姩鍒版煇涓�琛�
  622 |         tableTrScroll(item) {
> 623 |             this.$nextTick((_) => {
      |                             ^
  624 |                 const tableElement = this.$refs.multipleSelection
  625 |                 const theTableRowArr =
  626 |                     tableElement.bodyWrapper.querySelectorAll(


7 errors found.

Module Warning (from ./node_modules/eslint-loader/index.js):
error: '_' is defined but never used (no-unused-vars) at src\views\HomePage\index.vue:120:17:
  118 |   },
  119 |   computed: {
> 120 |     actionUrl: (_) => window.context.portal,
      |                 ^
  121 |     ...mapState({
  122 |       currentUser: state => state.user.currentUserDetail,
  123 |       headers: (state) => ({


1 error found.

Module Warning (from ./node_modules/eslint-loader/index.js):
error: '_' is defined but never used (no-unused-vars) at src\views\YunSearcher\applyApproval.vue:90:8:
  88 | </template>
  89 | <script>
> 90 | import _ from 'lodash'
     |        ^
  91 | import { applyApproval } from '@/api/publicBasic/resourceBid'
  92 | import fileUpload from '@/components/upload/fileListUpload.vue'
  93 | import SuperDialog from '@/components/SuperDialog/index.vue'


1 error found.

Module Warning (from ./node_modules/eslint-loader/index.js):
error: 'fileList' is defined but never used (no-unused-vars) at src\components\upload\fileListUpload.vue:143:28:
  141 |     }),
  142 |     methods: {
> 143 |         handleExceed(file, fileList) {
      |                            ^
  144 |             if (file.length > this.limit) {
  145 |                 this.$message.warning(
  146 |                     `涓婁紶涓暟瓒呰繃闄愬埗涓暟锛屾渶澶氫笂浼�${this.limit}涓紒锛侊紒`


error: Unexpected console statement (no-console) at src\components\upload\fileListUpload.vue:157:13:
  155 |         },
  156 |         success(response, file, fileList) {
> 157 |             console.log(response, file, fileList, 'ddddddddd')
      |             ^
  158 |             this.loading = false
  159 |             this.$message({
  160 |                 type: response.state == true ? 'success' : 'warning',


2 errors found.

Module Warning (from ./node_modules/eslint-loader/index.js):
error: 'findNodeAndChildrenIds' is defined but never used (no-unused-vars) at src\components\TreeTableSelector\UserSelectorDialog\index.vue:32:9:
  30 | import {refineRequestBody, setQueryValue} from '@/utils/requestWrappers'
  31 | import SuperTableSelectorDialog from '@/components/SuperTableSelectorDialog/index.vue'
> 32 | import {findNodeAndChildrenIds} from '@/utils/treeUtils'
     |         ^
  33 |
  34 | export default {
  35 |   name: 'UserSelectorDialog',


1 error found.

Module Warning (from ./node_modules/eslint-loader/index.js):
error: Redundant double negation (no-extra-boolean-cast) at src\views\Login\components\AccountLogin.vue:200:20:
  198 |             .dispatch('login/loginByPrincipal', this.principal)
  199 |             .then(async loginStatus => {
> 200 |               if (!!loginStatus) {
      |                    ^
  201 |                 this.$store.dispatch('menu/getCurrentUserMethodAuth')
  202 |                 this.getAllDict()
  203 |                 // this.$store.dispatch('login/checkUserInfoState')


error: Unexpected console statement (no-console) at src\views\Login\components\AccountLogin.vue:239:15:
  237 |             .catch(msg => {
  238 |               this.loading = false
> 239 |               console.log(msg, 'msg')
      |               ^
  240 |               if (msg.indexOf && msg.indexOf('timeout of') !== -1) {
  241 |                 msg = '鐧诲綍瓒呮椂'
  242 |               }


error: 'reject' is defined but never used (no-unused-vars) at src\views\Login\components\AccountLogin.vue:261:36:
  259 |     },
  260 |     loadRoleMenus(RoleCode) {
> 261 |       return new Promise((resovle, reject) => {
      |                                    ^
  262 |         this.$store.dispatch('menu/actionsRoleMenu', RoleCode).then(res => {
  263 |           if (res.length) {
  264 |             let dataMenus = res && res.filter(item => item.alias === 'normal')


error: Unexpected console statement (no-console) at src\views\Login\components\AccountLogin.vue:295:7:
  293 |       let UserDetail = JSON.parse(sessionStorage.getItem('currentUserDetail'))
  294 |       let roleList = UserDetail.roleList
> 295 |       console.log(roleList, 'roleList')
      |       ^
  296 |       // 澶氳鑹� 鎵惧埌绗竴涓湁鑿滃崟鐨勮鑹�
  297 |       for (let i = 0; i < roleList.length; i++) {
  298 |         console.log(roleList[i], 'resovle')


error: Unexpected console statement (no-console) at src\views\Login\components\AccountLogin.vue:298:9:
  296 |       // 澶氳鑹� 鎵惧埌绗竴涓湁鑿滃崟鐨勮鑹�
  297 |       for (let i = 0; i < roleList.length; i++) {
> 298 |         console.log(roleList[i], 'resovle')
      |         ^
  299 |         let res = await this.loadRoleMenus(roleList[i].roleCode)
  300 |         console.log(res)
  301 |         if (res == 'enter') {


error: Unexpected console statement (no-console) at src\views\Login\components\AccountLogin.vue:300:9:
  298 |         console.log(roleList[i], 'resovle')
  299 |         let res = await this.loadRoleMenus(roleList[i].roleCode)
> 300 |         console.log(res)
      |         ^
  301 |         if (res == 'enter') {
  302 |           // 璁剧疆褰撳墠瑙掕壊
  303 |           let defaultRoleCode = roleList[i].roleCode


error: Unexpected console statement (no-console) at src\views\Login\components\AccountLogin.vue:318:11:
  316 |         })
  317 |         .catch(err => {
> 318 |           console.log(err, '瀛楀吀err')
      |           ^
  319 |         })
  320 |     },
  321 |     inputGetFocus() {


7 errors found.
1 error potentially fixable with the `--fix` option.

Module Warning (from ./node_modules/eslint-loader/index.js):
error: The "PhoneNumberLogin" component has been registered but not used (vue/no-unused-components) at src\views\Login\index.vue:69:27:
  67 |   name: 'Login',
  68 |   props: ['tenant'],
> 69 |   components: {CodeLogin, PhoneNumberLogin, AccountLogin},
     |                           ^
  70 |   data() {
  71 |     return {
  72 |       activeName: 'accountLogin',


1 error found.

Module Warning (from ./node_modules/eslint-loader/index.js):
error: Unexpected console statement (no-console) at src\components\treeSide\index.vue:178:7:
  176 |       this.$refs.tree?.filter(val)
  177 |       this.$emit('filterChange', val)
> 178 |       console.log()
      |       ^
  179 |     },
  180 |   },
  181 |   created() {


1 error found.

You may use special comments to disable some warnings.
Use // eslint-disable-next-line to ignore the next line.
Use /* eslint-disable */ to ignore all warnings in a file.
 warning  

asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets: 
  fonts/SourceHanSerifCN-Regular.473303fb.otf (10.7 MiB)
  img/Snipaste_2023-11-08_15-51-21.deb9302e.png (817 KiB)
  fonts/SourceHanSerifCN-SemiBold.3cec8b39.otf (10.9 MiB)
  img/bg.a04cd2e4.jpg (643 KiB)
  img/bgImg.a28a68d7.png (1000 KiB)
  img/ai_bg.739d7d14.png (1.15 MiB)
  fonts/AlimamaDongFangDaKai-Regular.b4566997.ttf (5.01 MiB)
  fonts/SourceHanSerifCN-Medium.fbf7b77a.otf (10.8 MiB)
  fonts/Lato-Bold.eb953203.ttf (642 KiB)
  fonts/Lato-Medium.a2b67a66.ttf (648 KiB)
  js/app.690e3105.js (1.87 MiB)
  js/chunk-5c48dc22.4b29a9ec.js (399 KiB)
  js/chunk-vendors.d5413f2e.js (2.56 MiB)
  ./js/vendor.dll.js (4.19 MiB)
  static/player/playctrl2/Decoder.js (319 KiB)
  static/player/playctrl3/Decoder.js (322 KiB)
  static/player/transform/libSystemTransform.js (290 KiB)
  static/player/h5player.min.js (860 KiB)
  static/player/transform/libSystemTransform.wasm (781 KiB)
  static/player/talkW/AudioInterCom.wasm (1.05 MiB)
  static/player/talk/AudioInterCom.wasm (1.04 MiB)
  static/player/playctrl1/Decoder.js (2.03 MiB)
  static/player/playctrl1simd/Decoder.js (2.53 MiB)
  static/player/playctrl2/Decoder.wasm (2.64 MiB)
  static/player/playctrl3/Decoder.wasm (3 MiB)
  js/vendor.dll.js (4.19 MiB)
  static/app/aqsc.apk (13.8 MiB)
  js/chunk-vendors.d5413f2e.js.gz (687 KiB)
  static/player/playctrl1/Decoder.js.gz (811 KiB)
  static/player/playctrl1simd/Decoder.js.gz (920 KiB)
  js/vendor.dll.js.gz (1.15 MiB)
  ./js/vendor.dll.js.gz (1.15 MiB)
  js/app.690e3105.js.gz (444 KiB)

 warning  

entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
  app (4.43 MiB)
      js/chunk-vendors.d5413f2e.js
      js/app.690e3105.js


  File                                      Size             Gzipped

  dist\static\player\h5player.min.js        859.88 kb        226.50 kb
  dist\html2canvas.min.js                   161.04 kb        40.34 kb
  dist\jszip.min.js                         93.59 kb         27.08 kb
  dist\js\vendor.dll.js                     4294.33 kb       1183.52 kb
  dist\js\vendor.dll.js                     4294.33 kb       1183.52 kb
  dist\js\chunk-vendors.d5413f2e.js         2623.09 kb       689.84 kb
  dist\static\player\playctrl1simd\Decod    2593.71 kb       921.53 kb
  er.js
  dist\static\player\playctrl1\Decoder.j    2082.83 kb       812.09 kb
  s
  dist\js\app.690e3105.js                   1911.05 kb       446.86 kb
  dist\js\chunk-5c48dc22.4b29a9ec.js        399.13 kb        76.38 kb
  dist\static\player\playctrl3\Decoder.j    322.47 kb        109.95 kb
  s
  dist\static\player\playctrl2\Decoder.j    319.36 kb        109.64 kb
  s
  dist\static\player\transform\libSystem    290.07 kb        62.04 kb
  Transform.js
  dist\static\player\talkW\AudioInterCom    158.41 kb        36.56 kb
  .js
  dist\static\player\talk\AudioInterCom.    124.49 kb        29.18 kb
  js
  dist\js\chunk-66421d6b.893681fe.js        36.20 kb         13.16 kb
  dist\static\player\playctrl1simd\Decod    28.95 kb         5.45 kb
  eWorker.js
  dist\static\player\playctrl1\DecodeWor    28.59 kb         5.42 kb
  ker.js
  dist\js\chunk-50beb10c.a9ba551a.js        24.07 kb         8.88 kb
  dist\js\chunk-85c6ef14.c7c689de.js        19.95 kb         5.50 kb
  dist\js\chunk-701165fc.24b77649.js        18.36 kb         7.83 kb
  dist\js\chunk-2d0c4c42.c8bee48d.js        10.99 kb         3.24 kb
  dist\js\chunk-49bd493b.c5479a54.js        10.93 kb         3.61 kb
  dist\static\player\transform\systemTra    5.03 kb          1.44 kb
  nsform-worker.js
  dist\static\player\talkW\AudioInterCom    2.90 kb          1.20 kb
  .worker.js
  dist\static\player\playctrl2\Decoder.w    2.31 kb          0.98 kb
  orker.js
  dist\static\player\playctrl3\Decoder.w    2.31 kb          0.98 kb
  orker.js
  dist\ico.js                               2.00 kb          0.84 kb
  dist\sso.js                               1.94 kb          0.99 kb
  dist\js\chunk-567e441c.debfdea1.js        0.60 kb          0.36 kb
  dist\style.css                            5.88 kb          1.74 kb

  Images and other types of assets omitted.

 DONE  Build complete. The dist directory is ready to be deployed.
 INFO  Check out deployment instructions at https://cli.vuejs.org/guide/deployment.html
      
[tj_zsj_web] $ cmd /c call D:\apache-tomcat-9.0.8\temp\jenkins323862227316195730.bat

D:\jenkins\workspace\tj_zsj_web>cd D:\jenkins\workspace\tj_zsj_web\dist 

D:\jenkins\workspace\tj_zsj_web\dist>7z a tj_zsj_web.zip ./** 

7-Zip 21.07 (x64) : Copyright (c) 1999-2021 Igor Pavlov : 2021-12-26

Scanning the drive:
13 folders, 115 files, 91157928 bytes (87 MiB)

Creating archive: tj_zsj_web.zip

Add new data to archive: 13 folders, 115 files, 91157928 bytes (87 MiB)


Files read from disk: 115
Archive size: 63812812 bytes (61 MiB)
Everything is Ok

D:\jenkins\workspace\tj_zsj_web\dist>exit 0 
SSH: Connecting from host [WIN-44OVHJHB7HM]
SSH: Connecting with configuration [主数据+门户(web-192.168.30.111)] ...
SSH: EXEC: STDOUT/STDERR from command [cd /home/disk1/app/tj_zsj_web
rm -rf fvue
mkdir fvue
mv tj_zsj_web.zip /home/disk1/app/tj_zsj_web/fvue
cd /home/disk1/app/tj_zsj_web/fvue
unzip tj_zsj_web.zip
] ...
Archive:  tj_zsj_web.zip
  inflating: favicon.ico             
   creating: fonts/
  inflating: fonts/AlimamaDongFangDaKai-Regular.b4566997.ttf  
  inflating: fonts/CursedTimerUlil-Aznm.ab0e848e.ttf  
  inflating: fonts/element-icons.535877f5.woff  
  inflating: fonts/element-icons.732389de.ttf  
  inflating: fonts/iconfont.20b7df0e.woff  
  inflating: fonts/iconfont.9b66a5da.ttf  
  inflating: fonts/Lato-Bold.eb953203.ttf  
  inflating: fonts/Lato-Medium.a2b67a66.ttf  
  inflating: fonts/Lato-Regular.e080040f.ttf  
  inflating: fonts/LCDAT-TPhoneTimeDate-1.96875a9f.ttf  
  inflating: fonts/SourceHanSerifCN-Medium.fbf7b77a.otf  
  inflating: fonts/SourceHanSerifCN-Regular.473303fb.otf  
  inflating: fonts/SourceHanSerifCN-SemiBold.3cec8b39.otf  
  inflating: html2canvas.min.js      
 extracting: html2canvas.min.js.gz   
  inflating: ico.js                  
   creating: img/
 extracting: img/a1.002fb6bc.png     
 extracting: img/a2.3f0f6154.png     
 extracting: img/a3.245c4071.png     
 extracting: img/a4.86d3d649.png     
 extracting: img/ai.1cbab81a.png     
  inflating: img/ai_bg.739d7d14.png  
  inflating: img/ai_logo.d75ca211.png  
  inflating: img/avater.0241b3d1.png  
  inflating: img/avater_bg.cbde58bc.png  
  inflating: img/bg.a04cd2e4.jpg     
  inflating: img/bgImg.a28a68d7.png  
  inflating: img/big-screen-icon.c52c7fe3.png  
 extracting: img/feature_aq.1a06f3e7.png  
 extracting: img/feature_jd.9b0be7eb.png  
 extracting: img/feature_jsc.59f5feaf.png  
 extracting: img/feature_sf.2f2923d0.png  
 extracting: img/feature_sjgx.8f6bc402.png  
 extracting: img/feature_sp.311000c7.png  
 extracting: img/feature_xc.50d29f3b.png  
 extracting: img/feature_yh.92c4fe96.png  
 extracting: img/feature_zsj.d2e39553.png  
 extracting: img/gn1.07875f39.png    
 extracting: img/gn2.1ff71bfe.png    
  inflating: img/header-bg.31872b20.png  
  inflating: img/loading.139866fa.gif  
  inflating: img/logo-lj-blue.1efd0b1e.png  
  inflating: img/logo-text.9faf09c1.png  
  inflating: img/logo.0f6e76bc.png   
  inflating: img/logo1.38eb9ed2.png  
  inflating: img/logo2.d2dde91b.png  
  inflating: img/menu-bg.54ba6d59.png  
  inflating: img/no-data.10b9e4fe.svg  
 extracting: img/other1.d4bc4bfb.png  
  inflating: img/qrCodeBg.9c873540.png  
  inflating: img/question-circle.d1497909.png  
  inflating: img/Snipaste_2023-11-08_15-51-21.deb9302e.png  
 extracting: img/wechat-logo-hover.3b7f9de7.png  
 extracting: img/wechat-logo.a9ea7ff0.png  
 extracting: img/wecom-logo-hover.d6c4fef0.png  
 extracting: img/wecom-logo.7c713a74.png  
  inflating: img/welcome-text.cace6d65.png  
  inflating: index.html              
   creating: js/
  inflating: js/app.690e3105.js      
  inflating: js/app.690e3105.js.gz   
  inflating: js/chunk-2d0c4c42.c8bee48d.js  
 extracting: js/chunk-2d0c4c42.c8bee48d.js.gz  
  inflating: js/chunk-49bd493b.c5479a54.js  
 extracting: js/chunk-49bd493b.c5479a54.js.gz  
  inflating: js/chunk-50beb10c.a9ba551a.js  
 extracting: js/chunk-50beb10c.a9ba551a.js.gz  
  inflating: js/chunk-567e441c.debfdea1.js  
  inflating: js/chunk-5c48dc22.4b29a9ec.js  
  inflating: js/chunk-5c48dc22.4b29a9ec.js.gz  
  inflating: js/chunk-66421d6b.893681fe.js  
 extracting: js/chunk-66421d6b.893681fe.js.gz  
  inflating: js/chunk-701165fc.24b77649.js  
 extracting: js/chunk-701165fc.24b77649.js.gz  
  inflating: js/chunk-85c6ef14.c7c689de.js  
 extracting: js/chunk-85c6ef14.c7c689de.js.gz  
  inflating: js/chunk-vendors.d5413f2e.js  
 extracting: js/chunk-vendors.d5413f2e.js.gz  
  inflating: js/vendor-manifest.json  
  inflating: js/vendor.dll.js        
  inflating: js/vendor.dll.js.gz     
  inflating: jszip.min.js            
 extracting: jszip.min.js.gz         
  inflating: sso.js                  
   creating: static/
   creating: static/app/
  inflating: static/app/aqsc.apk     
   creating: static/player/
  inflating: static/player/h5player.min.js  
  inflating: static/player/h5player.min.js.gz  
   creating: static/player/playctrl1/
  inflating: static/player/playctrl1/Decoder.js  
  inflating: static/player/playctrl1/Decoder.js.gz  
  inflating: static/player/playctrl1/DecodeWorker.js  
 extracting: static/player/playctrl1/DecodeWorker.js.gz  
   creating: static/player/playctrl1simd/
  inflating: static/player/playctrl1simd/Decoder.js  
  inflating: static/player/playctrl1simd/Decoder.js.gz  
  inflating: static/player/playctrl1simd/DecodeWorker.js  
 extracting: static/player/playctrl1simd/DecodeWorker.js.gz  
   creating: static/player/playctrl2/
  inflating: static/player/playctrl2/Decoder.js  
 extracting: static/player/playctrl2/Decoder.js.gz  
  inflating: static/player/playctrl2/Decoder.wasm  
  inflating: static/player/playctrl2/Decoder.worker.js  
   creating: static/player/playctrl3/
  inflating: static/player/playctrl3/Decoder.js  
 extracting: static/player/playctrl3/Decoder.js.gz  
  inflating: static/player/playctrl3/Decoder.wasm  
  inflating: static/player/playctrl3/Decoder.worker.js  
   creating: static/player/talk/
  inflating: static/player/talk/AudioInterCom.js  
 extracting: static/player/talk/AudioInterCom.js.gz  
  inflating: static/player/talk/AudioInterCom.wasm  
   creating: static/player/talkW/
  inflating: static/player/talkW/AudioInterCom.js  
 extracting: static/player/talkW/AudioInterCom.js.gz  
  inflating: static/player/talkW/AudioInterCom.wasm  
  inflating: static/player/talkW/AudioInterCom.worker.js  
   creating: static/player/transform/
  inflating: static/player/transform/libSystemTransform.js  
 extracting: static/player/transform/libSystemTransform.js.gz  
  inflating: static/player/transform/libSystemTransform.wasm  
  inflating: static/player/transform/systemTransform-worker.js  
  inflating: style.css               
SSH: EXEC: completed after 1,628 ms
SSH: Disconnecting configuration [主数据+门户(web-192.168.30.111)] ...
SSH: Transferred 1 file(s)
Finished: SUCCESS