-
14.editorconfig
-
21.env.development
-
17.env.production
-
4.eslintignore
-
197.eslintrc.js
-
24.gitignore
-
5.travis.yml
-
191LICENSE
-
11babel.config.js
-
24jest.config.js
-
117package.json
-
7plopfile.js
-
5postcss.config.js
-
44public/favicon.svg
-
18public/index.html
-
3514public/static/adapter.min.js
-
6public/static/config.js
-
305public/static/webrtcstreamer.js
-
BINpublic/web3D/asset/F5.glb
-
BINpublic/web3D/asset/F52.glb
-
BINpublic/web3D/img/beij.png
-
BINpublic/web3D/img/bl9.png
-
861public/web3D/index.html
-
627public/web3D/index.js
-
16public/web3D/js/babylon.gui.min.js
-
16public/web3D/js/babylon.js
-
16public/web3D/js/babylonjs.loaders.min.js
-
52public/web3D/js/draco_decoder.js
-
BINpublic/web3D/js/draco_decoder.wasm
-
48public/web3D/js/draco_decoder_gltf.js
-
BINpublic/web3D/js/draco_decoder_gltf.wasm
-
52public/web3D/js/draco_encoder.js
-
104public/web3D/js/draco_wasm_wrapper.js
-
104public/web3D/js/draco_wasm_wrapper_gltf.js
-
2public/web3D/js/jquery-3.5.1.min.js
-
1473public/web3D/js/pep.js
-
1public/web3D/js/qrcode.min.js
-
BINpublic/web3D/logok.gif
-
BINpublic/web3D/textures/4.jpg
-
BINpublic/web3D/textures/environmentSpecular.env
-
30src/App.vue
-
53src/api/RFID/RFID.js
-
37src/api/archivesConfig/dict.js
-
78src/api/archivesConfig/dictDetail.js
-
36src/api/archivesConfig/field.js
-
72src/api/archivesManage/archivesCheck.js
-
189src/api/archivesManage/archivesList.js
-
91src/api/archivesManage/caseManage.js
-
55src/api/archivesManage/fileImport.js
-
217src/api/archivesManage/lendManage.js
-
108src/api/archivesManage/outInStorage.js
-
73src/api/archivesManage/statistics.js
-
60src/api/category/category.js
-
39src/api/category/fieldManage.js
-
42src/api/category/fileNoFormat.js
-
35src/api/category/listBrowsing.js
-
26src/api/category/orderingRule.js
-
17src/api/data.js
-
16src/api/generator/genConfig.js
-
33src/api/generator/generator.js
-
10src/api/home/accessDoor/accessDoor.js
-
10src/api/home/alarm/index.js
-
16src/api/home/device/index.js
-
10src/api/home/securityDoor/securityDoor.js
-
35src/api/login.js
-
27src/api/mnt/app.js
-
17src/api/mnt/connect.js
-
35src/api/mnt/database.js
-
77src/api/mnt/deploy.js
-
21src/api/mnt/deployHistory.js
-
27src/api/mnt/serverDeploy.js
-
22src/api/monitor/log.js
-
9src/api/monitor/online.js
-
158src/api/storeManage/deviceManage/device.js
-
19src/api/storeManage/deviceManage/mac.js
-
30src/api/storeManage/deviceManage/param.js
-
37src/api/storeManage/deviceManage/storeroom.js
-
19src/api/storeManage/displayConfig/index.js
-
33src/api/storeManage/levelManage/level.js
-
35src/api/storeManage/listenManage/index.js
-
34src/api/storeManage/tagManage/bindTagList.js
-
45src/api/storeManage/taskManage/index.js
-
15src/api/system/code.js
-
44src/api/system/dept.js
-
40src/api/system/job.js
-
96src/api/system/logs.js
-
65src/api/system/menu.js
-
57src/api/system/role.js
-
41src/api/system/timing.js
-
91src/api/system/user.js
-
56src/api/system/zkt.js
-
11src/api/thirdApi/index.js
-
25src/api/tools/alipay.js
-
24src/api/tools/email.js
-
27src/api/tools/localStorage.js
-
40src/api/tools/qiniu.js
-
BINsrc/assets/401_images/401.gif
-
BINsrc/assets/404_images/404.png
-
BINsrc/assets/404_images/404_cloud.png
-
291src/assets/iconfonts/iconfont.css
@ -0,0 +1,14 @@ |
|||
# https://editorconfig.org |
|||
root = true |
|||
|
|||
[*] |
|||
charset = utf-8 |
|||
indent_style = space |
|||
indent_size = 2 |
|||
end_of_line = lf |
|||
insert_final_newline = true |
|||
trim_trailing_whitespace = true |
|||
|
|||
[*.md] |
|||
insert_final_newline = false |
|||
trim_trailing_whitespace = false |
|||
@ -0,0 +1,21 @@ |
|||
ENV = 'development' |
|||
|
|||
# 接口地址 |
|||
|
|||
#内网服务地址 |
|||
# VUE_APP_BASE_API = 'http://192.168.99.107:7077' |
|||
# VUE_APP_WS_API = 'ws://192.168.99.107:7077' |
|||
|
|||
# VUE_APP_BASE_API = 'http://192.168.99.107:7080' |
|||
# VUE_APP_WS_API = 'ws://192.168.99.107:7080' |
|||
|
|||
# VUE_APP_CAMERA_API = '192.168.99.107:3000' |
|||
|
|||
# 许镇-本地服地址 |
|||
VUE_APP_BASE_API = 'http://192.168.99.72:7080' |
|||
VUE_APP_WS_API = 'ws://192.168.99.72:7080' |
|||
VUE_APP_WEBRTCSTREAMER_API = '192.168.99.100:8000' |
|||
VUE_APP_SDEVID = "D003" |
|||
|
|||
# 是否启用 babel-plugin-dynamic-import-node插件 |
|||
VUE_CLI_BABEL_TRANSPILE_MODULES = true |
|||
@ -0,0 +1,17 @@ |
|||
ENV = 'production' |
|||
|
|||
# 如果使用 Nginx 代理后端接口,那么此处需要改为 '/',文件查看 Docker 部署篇,Nginx 配置 |
|||
# 接口地址,注意协议,如果你没有配置 ssl,需要将 https 改为 http |
|||
# VUE_APP_BASE_API = 'https://openapitest.aiyxlib.com' |
|||
# 火箭军 |
|||
VUE_APP_BASE_API = 'http://192.168.1.100:7070' |
|||
# VUE_APP_BASE_API = 'http://192.168.99.107:7070' |
|||
# 如果接口是 http 形式, wss 需要改为 ws |
|||
# 火箭军 |
|||
VUE_APP_WS_API = 'ws://192.168.1.100:7071' |
|||
VUE_APP_CAMERA_API = '192.168.1.100:3000' |
|||
VUE_APP_WEBRTCSTREAMER_API = '192.168.99.100:8000' |
|||
VUE_APP_SDEVID = "D003" |
|||
# VUE_APP_WS_API = 'ws://192.168.99.107:7071' |
|||
# VUE_APP_CAMERA_API = '192.168.1.107:3000' |
|||
|
|||
@ -0,0 +1,4 @@ |
|||
build/*.js |
|||
src/assets |
|||
public |
|||
dist |
|||
@ -0,0 +1,197 @@ |
|||
module.exports = { |
|||
root: true, |
|||
parserOptions: { |
|||
parser: 'babel-eslint', |
|||
sourceType: 'module' |
|||
}, |
|||
env: { |
|||
browser: true, |
|||
node: true, |
|||
es6: true, |
|||
}, |
|||
extends: ['plugin:vue/recommended', 'eslint:recommended'], |
|||
|
|||
|
|||
rules: { |
|||
"vue/max-attributes-per-line": [2, { |
|||
"singleline": 10, |
|||
"multiline": { |
|||
"max": 1, |
|||
"allowFirstLine": false |
|||
} |
|||
}], |
|||
"vue/singleline-html-element-content-newline": "off", |
|||
"vue/multiline-html-element-content-newline":"off", |
|||
"vue/name-property-casing": ["error", "PascalCase"], |
|||
"vue/no-v-html": "off", |
|||
'accessor-pairs': 2, |
|||
'arrow-spacing': [2, { |
|||
'before': true, |
|||
'after': true |
|||
}], |
|||
'block-spacing': [2, 'always'], |
|||
'brace-style': [2, '1tbs', { |
|||
'allowSingleLine': true |
|||
}], |
|||
'camelcase': [0, { |
|||
'properties': 'always' |
|||
}], |
|||
'comma-dangle': [2, 'never'], |
|||
'comma-spacing': [2, { |
|||
'before': false, |
|||
'after': true |
|||
}], |
|||
'comma-style': [2, 'last'], |
|||
'constructor-super': 2, |
|||
'curly': [2, 'multi-line'], |
|||
'dot-location': [2, 'property'], |
|||
'eol-last': 2, |
|||
'eqeqeq': ["error", "always", {"null": "ignore"}], |
|||
'generator-star-spacing': [2, { |
|||
'before': true, |
|||
'after': true |
|||
}], |
|||
'handle-callback-err': [2, '^(err|error)$'], |
|||
'indent': [2, 2, { |
|||
'SwitchCase': 1 |
|||
}], |
|||
'jsx-quotes': [2, 'prefer-single'], |
|||
'key-spacing': [2, { |
|||
'beforeColon': false, |
|||
'afterColon': true |
|||
}], |
|||
'keyword-spacing': [2, { |
|||
'before': true, |
|||
'after': true |
|||
}], |
|||
'new-cap': [2, { |
|||
'newIsCap': true, |
|||
'capIsNew': false |
|||
}], |
|||
'new-parens': 2, |
|||
'no-array-constructor': 2, |
|||
'no-caller': 2, |
|||
'no-console': 'off', |
|||
'no-class-assign': 2, |
|||
'no-cond-assign': 2, |
|||
'no-const-assign': 2, |
|||
'no-control-regex': 0, |
|||
'no-delete-var': 2, |
|||
'no-dupe-args': 2, |
|||
'no-dupe-class-members': 2, |
|||
'no-dupe-keys': 2, |
|||
'no-duplicate-case': 2, |
|||
'no-empty-character-class': 2, |
|||
'no-empty-pattern': 2, |
|||
'no-eval': 2, |
|||
'no-ex-assign': 2, |
|||
'no-extend-native': 2, |
|||
'no-extra-bind': 2, |
|||
'no-extra-boolean-cast': 2, |
|||
'no-extra-parens': [2, 'functions'], |
|||
'no-fallthrough': 2, |
|||
'no-floating-decimal': 2, |
|||
'no-func-assign': 2, |
|||
'no-implied-eval': 2, |
|||
'no-inner-declarations': [2, 'functions'], |
|||
'no-invalid-regexp': 2, |
|||
'no-irregular-whitespace': 2, |
|||
'no-iterator': 2, |
|||
'no-label-var': 2, |
|||
'no-labels': [2, { |
|||
'allowLoop': false, |
|||
'allowSwitch': false |
|||
}], |
|||
'no-lone-blocks': 2, |
|||
'no-mixed-spaces-and-tabs': 2, |
|||
'no-multi-spaces': 2, |
|||
'no-multi-str': 2, |
|||
'no-multiple-empty-lines': [2, { |
|||
'max': 1 |
|||
}], |
|||
'no-native-reassign': 2, |
|||
'no-negated-in-lhs': 2, |
|||
'no-new-object': 2, |
|||
'no-new-require': 2, |
|||
'no-new-symbol': 2, |
|||
'no-new-wrappers': 2, |
|||
'no-obj-calls': 2, |
|||
'no-octal': 2, |
|||
'no-octal-escape': 2, |
|||
'no-path-concat': 2, |
|||
'no-proto': 2, |
|||
'no-redeclare': 2, |
|||
'no-regex-spaces': 2, |
|||
'no-return-assign': [2, 'except-parens'], |
|||
'no-self-assign': 2, |
|||
'no-self-compare': 2, |
|||
'no-sequences': 2, |
|||
'no-shadow-restricted-names': 2, |
|||
'no-spaced-func': 2, |
|||
'no-sparse-arrays': 2, |
|||
'no-this-before-super': 2, |
|||
'no-throw-literal': 2, |
|||
'no-trailing-spaces': 2, |
|||
'no-undef': 2, |
|||
'no-undef-init': 2, |
|||
'no-unexpected-multiline': 2, |
|||
'no-unmodified-loop-condition': 2, |
|||
'no-unneeded-ternary': [2, { |
|||
'defaultAssignment': false |
|||
}], |
|||
'no-unreachable': 2, |
|||
'no-unsafe-finally': 2, |
|||
'no-unused-vars': [2, { |
|||
'vars': 'all', |
|||
'args': 'none' |
|||
}], |
|||
'no-useless-call': 2, |
|||
'no-useless-computed-key': 2, |
|||
'no-useless-constructor': 2, |
|||
'no-useless-escape': 0, |
|||
'no-whitespace-before-property': 2, |
|||
'no-with': 2, |
|||
'one-var': [2, { |
|||
'initialized': 'never' |
|||
}], |
|||
'operator-linebreak': [2, 'after', { |
|||
'overrides': { |
|||
'?': 'before', |
|||
':': 'before' |
|||
} |
|||
}], |
|||
'padded-blocks': [2, 'never'], |
|||
'quotes': [2, 'single', { |
|||
'avoidEscape': true, |
|||
'allowTemplateLiterals': true |
|||
}], |
|||
'semi': [2, 'never'], |
|||
'semi-spacing': [2, { |
|||
'before': false, |
|||
'after': true |
|||
}], |
|||
'space-before-blocks': [2, 'always'], |
|||
'space-before-function-paren': [2, 'never'], |
|||
'space-in-parens': [2, 'never'], |
|||
'space-infix-ops': 2, |
|||
'space-unary-ops': [2, { |
|||
'words': true, |
|||
'nonwords': false |
|||
}], |
|||
'spaced-comment': [2, 'always', { |
|||
'markers': ['global', 'globals', 'eslint', 'eslint-disable', '*package', '!', ','] |
|||
}], |
|||
'template-curly-spacing': [2, 'never'], |
|||
'use-isnan': 2, |
|||
'valid-typeof': 2, |
|||
'wrap-iife': [2, 'any'], |
|||
'yield-star-spacing': [2, 'both'], |
|||
'yoda': [2, 'never'], |
|||
'prefer-const': 2, |
|||
'no-debugger': process.env.NODE_ENV === 'production' ? 2 : 0, |
|||
'object-curly-spacing': [2, 'always', { |
|||
objectsInObjects: false |
|||
}], |
|||
'array-bracket-spacing': [2, 'never'] |
|||
} |
|||
} |
|||
@ -0,0 +1,24 @@ |
|||
.DS_Store |
|||
node_modules/ |
|||
dist/ |
|||
demo/ |
|||
npm-debug.log* |
|||
yarn-debug.log* |
|||
yarn-error.log* |
|||
**/*.log |
|||
|
|||
tests/**/coverage/ |
|||
tests/e2e/reports |
|||
selenium-debug.log |
|||
|
|||
# Editor directories and files |
|||
.idea |
|||
.vscode |
|||
*.suo |
|||
*.ntvs* |
|||
*.njsproj |
|||
*.sln |
|||
*.local |
|||
|
|||
package-lock.json |
|||
yarn.lock |
|||
@ -0,0 +1,5 @@ |
|||
language: node_js |
|||
node_js: 10 |
|||
script: npm run test |
|||
notifications: |
|||
email: false |
|||
@ -0,0 +1,191 @@ |
|||
Apache License |
|||
Version 2.0, January 2004 |
|||
http://www.apache.org/licenses/ |
|||
|
|||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION |
|||
|
|||
1. Definitions. |
|||
|
|||
"License" shall mean the terms and conditions for use, reproduction, and |
|||
distribution as defined by Sections 1 through 9 of this document. |
|||
|
|||
"Licensor" shall mean the copyright owner or entity authorized by the copyright |
|||
owner that is granting the License. |
|||
|
|||
"Legal Entity" shall mean the union of the acting entity and all other entities |
|||
that control, are controlled by, or are under common control with that entity. |
|||
For the purposes of this definition, "control" means (i) the power, direct or |
|||
indirect, to cause the direction or management of such entity, whether by |
|||
contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the |
|||
outstanding shares, or (iii) beneficial ownership of such entity. |
|||
|
|||
"You" (or "Your") shall mean an individual or Legal Entity exercising |
|||
permissions granted by this License. |
|||
|
|||
"Source" form shall mean the preferred form for making modifications, including |
|||
but not limited to software source code, documentation source, and configuration |
|||
files. |
|||
|
|||
"Object" form shall mean any form resulting from mechanical transformation or |
|||
translation of a Source form, including but not limited to compiled object code, |
|||
generated documentation, and conversions to other media types. |
|||
|
|||
"Work" shall mean the work of authorship, whether in Source or Object form, made |
|||
available under the License, as indicated by a copyright notice that is included |
|||
in or attached to the work (an example is provided in the Appendix below). |
|||
|
|||
"Derivative Works" shall mean any work, whether in Source or Object form, that |
|||
is based on (or derived from) the Work and for which the editorial revisions, |
|||
annotations, elaborations, or other modifications represent, as a whole, an |
|||
original work of authorship. For the purposes of this License, Derivative Works |
|||
shall not include works that remain separable from, or merely link (or bind by |
|||
name) to the interfaces of, the Work and Derivative Works thereof. |
|||
|
|||
"Contribution" shall mean any work of authorship, including the original version |
|||
of the Work and any modifications or additions to that Work or Derivative Works |
|||
thereof, that is intentionally submitted to Licensor for inclusion in the Work |
|||
by the copyright owner or by an individual or Legal Entity authorized to submit |
|||
on behalf of the copyright owner. For the purposes of this definition, |
|||
"submitted" means any form of electronic, verbal, or written communication sent |
|||
to the Licensor or its representatives, including but not limited to |
|||
communication on electronic mailing lists, source code control systems, and |
|||
issue tracking systems that are managed by, or on behalf of, the Licensor for |
|||
the purpose of discussing and improving the Work, but excluding communication |
|||
that is conspicuously marked or otherwise designated in writing by the copyright |
|||
owner as "Not a Contribution." |
|||
|
|||
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf |
|||
of whom a Contribution has been received by Licensor and subsequently |
|||
incorporated within the Work. |
|||
|
|||
2. Grant of Copyright License. |
|||
|
|||
Subject to the terms and conditions of this License, each Contributor hereby |
|||
grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, |
|||
irrevocable copyright license to reproduce, prepare Derivative Works of, |
|||
publicly display, publicly perform, sublicense, and distribute the Work and such |
|||
Derivative Works in Source or Object form. |
|||
|
|||
3. Grant of Patent License. |
|||
|
|||
Subject to the terms and conditions of this License, each Contributor hereby |
|||
grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, |
|||
irrevocable (except as stated in this section) patent license to make, have |
|||
made, use, offer to sell, sell, import, and otherwise transfer the Work, where |
|||
such license applies only to those patent claims licensable by such Contributor |
|||
that are necessarily infringed by their Contribution(s) alone or by combination |
|||
of their Contribution(s) with the Work to which such Contribution(s) was |
|||
submitted. If You institute patent litigation against any entity (including a |
|||
cross-claim or counterclaim in a lawsuit) alleging that the Work or a |
|||
Contribution incorporated within the Work constitutes direct or contributory |
|||
patent infringement, then any patent licenses granted to You under this License |
|||
for that Work shall terminate as of the date such litigation is filed. |
|||
|
|||
4. Redistribution. |
|||
|
|||
You may reproduce and distribute copies of the Work or Derivative Works thereof |
|||
in any medium, with or without modifications, and in Source or Object form, |
|||
provided that You meet the following conditions: |
|||
|
|||
You must give any other recipients of the Work or Derivative Works a copy of |
|||
this License; and |
|||
You must cause any modified files to carry prominent notices stating that You |
|||
changed the files; and |
|||
You must retain, in the Source form of any Derivative Works that You distribute, |
|||
all copyright, patent, trademark, and attribution notices from the Source form |
|||
of the Work, excluding those notices that do not pertain to any part of the |
|||
Derivative Works; and |
|||
If the Work includes a "NOTICE" text file as part of its distribution, then any |
|||
Derivative Works that You distribute must include a readable copy of the |
|||
attribution notices contained within such NOTICE file, excluding those notices |
|||
that do not pertain to any part of the Derivative Works, in at least one of the |
|||
following places: within a NOTICE text file distributed as part of the |
|||
Derivative Works; within the Source form or documentation, if provided along |
|||
with the Derivative Works; or, within a display generated by the Derivative |
|||
Works, if and wherever such third-party notices normally appear. The contents of |
|||
the NOTICE file are for informational purposes only and do not modify the |
|||
License. You may add Your own attribution notices within Derivative Works that |
|||
You distribute, alongside or as an addendum to the NOTICE text from the Work, |
|||
provided that such additional attribution notices cannot be construed as |
|||
modifying the License. |
|||
You may add Your own copyright statement to Your modifications and may provide |
|||
additional or different license terms and conditions for use, reproduction, or |
|||
distribution of Your modifications, or for any such Derivative Works as a whole, |
|||
provided Your use, reproduction, and distribution of the Work otherwise complies |
|||
with the conditions stated in this License. |
|||
|
|||
5. Submission of Contributions. |
|||
|
|||
Unless You explicitly state otherwise, any Contribution intentionally submitted |
|||
for inclusion in the Work by You to the Licensor shall be under the terms and |
|||
conditions of this License, without any additional terms or conditions. |
|||
Notwithstanding the above, nothing herein shall supersede or modify the terms of |
|||
any separate license agreement you may have executed with Licensor regarding |
|||
such Contributions. |
|||
|
|||
6. Trademarks. |
|||
|
|||
This License does not grant permission to use the trade names, trademarks, |
|||
service marks, or product names of the Licensor, except as required for |
|||
reasonable and customary use in describing the origin of the Work and |
|||
reproducing the content of the NOTICE file. |
|||
|
|||
7. Disclaimer of Warranty. |
|||
|
|||
Unless required by applicable law or agreed to in writing, Licensor provides the |
|||
Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, |
|||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, |
|||
including, without limitation, any warranties or conditions of TITLE, |
|||
NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are |
|||
solely responsible for determining the appropriateness of using or |
|||
redistributing the Work and assume any risks associated with Your exercise of |
|||
permissions under this License. |
|||
|
|||
8. Limitation of Liability. |
|||
|
|||
In no event and under no legal theory, whether in tort (including negligence), |
|||
contract, or otherwise, unless required by applicable law (such as deliberate |
|||
and grossly negligent acts) or agreed to in writing, shall any Contributor be |
|||
liable to You for damages, including any direct, indirect, special, incidental, |
|||
or consequential damages of any character arising as a result of this License or |
|||
out of the use or inability to use the Work (including but not limited to |
|||
damages for loss of goodwill, work stoppage, computer failure or malfunction, or |
|||
any and all other commercial damages or losses), even if such Contributor has |
|||
been advised of the possibility of such damages. |
|||
|
|||
9. Accepting Warranty or Additional Liability. |
|||
|
|||
While redistributing the Work or Derivative Works thereof, You may choose to |
|||
offer, and charge a fee for, acceptance of support, warranty, indemnity, or |
|||
other liability obligations and/or rights consistent with this License. However, |
|||
in accepting such obligations, You may act only on Your own behalf and on Your |
|||
sole responsibility, not on behalf of any other Contributor, and only if You |
|||
agree to indemnify, defend, and hold each Contributor harmless for any liability |
|||
incurred by, or claims asserted against, such Contributor by reason of your |
|||
accepting any such warranty or additional liability. |
|||
|
|||
END OF TERMS AND CONDITIONS |
|||
|
|||
APPENDIX: How to apply the Apache License to your work |
|||
|
|||
To apply the Apache License to your work, attach the following boilerplate |
|||
notice, with the fields enclosed by brackets "{}" replaced with your own |
|||
identifying information. (Don't include the brackets!) The text should be |
|||
enclosed in the appropriate comment syntax for the file format. We also |
|||
recommend that a file or class name and description of purpose be included on |
|||
the same "printed page" as the copyright notice for easier identification within |
|||
third-party archives. |
|||
|
|||
Copyright 2019 Zheng Jie |
|||
|
|||
Licensed under the Apache License, Version 2.0 (the "License"); |
|||
you may not use this file except in compliance with the License. |
|||
You may obtain a copy of the License at |
|||
|
|||
http://www.apache.org/licenses/LICENSE-2.0 |
|||
|
|||
Unless required by applicable law or agreed to in writing, software |
|||
distributed under the License is distributed on an "AS IS" BASIS, |
|||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|||
See the License for the specific language governing permissions and |
|||
limitations under the License. |
|||
@ -0,0 +1,11 @@ |
|||
const plugins = ['@vue/babel-plugin-transform-vue-jsx', '@babel/plugin-proposal-optional-chaining', '@babel/plugin-proposal-nullish-coalescing-operator'] |
|||
// 生产环境移除console
|
|||
if (process.env.NODE_ENV === 'production') { |
|||
plugins.push('transform-remove-console') |
|||
} |
|||
module.exports = { |
|||
plugins: plugins, |
|||
presets: [ |
|||
'@vue/app' |
|||
] |
|||
} |
|||
@ -0,0 +1,24 @@ |
|||
module.exports = { |
|||
moduleFileExtensions: ['js', 'jsx', 'json', 'vue'], |
|||
transform: { |
|||
'^.+\\.vue$': 'vue-jest', |
|||
'.+\\.(css|styl|less|sass|scss|svg|png|jpg|ttf|woff|woff2)$': |
|||
'jest-transform-stub', |
|||
'^.+\\.jsx?$': 'babel-jest' |
|||
}, |
|||
moduleNameMapper: { |
|||
'^@/(.*)$': '<rootDir>/src/$1' |
|||
}, |
|||
snapshotSerializers: ['jest-serializer-vue'], |
|||
testMatch: [ |
|||
'**/tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)' |
|||
], |
|||
collectCoverageFrom: ['src/utils/**/*.{js,vue}', '!src/utils/auth.js', '!src/utils/request.js', 'src/components/**/*.{js,vue}'], |
|||
coverageDirectory: '<rootDir>/tests/unit/coverage', |
|||
// 'collectCoverage': true,
|
|||
'coverageReporters': [ |
|||
'lcov', |
|||
'text-summary' |
|||
], |
|||
testURL: 'http://localhost/' |
|||
} |
|||
@ -0,0 +1,117 @@ |
|||
{ |
|||
"name": "yxk-storeroom-system", |
|||
"version": "1.0.0", |
|||
"description": "智能库房综合管理系统", |
|||
"author": "刘力", |
|||
"license": "", |
|||
"scripts": { |
|||
"dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", |
|||
"build:prod": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build", |
|||
"build:stage": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --mode staging", |
|||
"preview": "node build/index.js --preview", |
|||
"lint": "eslint --ext .js,.vue src", |
|||
"test:unit": "jest --clearCache && vue-cli-service test:unit", |
|||
"svgo": "svgo -f src/assets/icons/svg --config=src/assets/icons/svgo.yml", |
|||
"new": "plop" |
|||
}, |
|||
"husky": { |
|||
"hooks": { |
|||
"pre-commit": "lint-staged" |
|||
} |
|||
}, |
|||
"lint-staged": { |
|||
"src/**/*.{js,vue}": [ |
|||
"eslint --fix", |
|||
"git add" |
|||
] |
|||
}, |
|||
"dependencies": { |
|||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", |
|||
"@babel/plugin-proposal-optional-chaining": "^7.18.9", |
|||
"@riophae/vue-treeselect": "^0.4.0", |
|||
"axios": "^0.21.1", |
|||
"clipboard": "2.0.4", |
|||
"codemirror": "^5.49.2", |
|||
"connect": "3.6.6", |
|||
"core-js": "^2.6.12", |
|||
"echarts": "^4.2.1", |
|||
"echarts-gl": "^1.1.1", |
|||
"echarts-wordcloud": "^1.1.3", |
|||
"element-ui": "^2.15.6", |
|||
"file-saver": "1.3.8", |
|||
"fuse.js": "3.4.4", |
|||
"highlight.js": "^11.5.1", |
|||
"html2canvas": "^1.4.1", |
|||
"js-beautify": "^1.10.2", |
|||
"js-cookie": "2.2.0", |
|||
"jsbarcode": "^3.11.6", |
|||
"jsencrypt": "^3.0.0-rc.1", |
|||
"jszip": "^3.7.1", |
|||
"mavon-editor": "^2.9.1", |
|||
"normalize.css": "7.0.0", |
|||
"nprogress": "0.2.0", |
|||
"path-to-regexp": "2.4.0", |
|||
"print-js": "^1.6.0", |
|||
"qs": "^6.10.1", |
|||
"screenfull": "4.2.0", |
|||
"sortablejs": "1.8.4", |
|||
"vkbeautify": "^0.99.3", |
|||
"vue": "^2.6.14", |
|||
"vue-count-to": "^1.0.13", |
|||
"vue-cropper": "0.4.9", |
|||
"vue-echarts": "^5.0.0-beta.0", |
|||
"vue-highlightjs": "^1.3.3", |
|||
"vue-image-crop-upload": "^2.5.0", |
|||
"vue-print-nb-element": "^1.8.0", |
|||
"vue-router": "3.0.2", |
|||
"vue-splitpane": "1.0.4", |
|||
"vuedraggable": "2.20.0", |
|||
"vuex": "3.1.0", |
|||
"wangeditor": "^4.7.11", |
|||
"x2js": "^3.4.3", |
|||
"xlsx": "^0.17.4" |
|||
}, |
|||
"devDependencies": { |
|||
"@babel/parser": "^7.7.4", |
|||
"@babel/register": "7.0.0", |
|||
"@vue/babel-plugin-transform-vue-jsx": "^1.2.1", |
|||
"@vue/cli-plugin-babel": "3.5.3", |
|||
"@vue/cli-plugin-eslint": "^3.9.1", |
|||
"@vue/cli-plugin-unit-jest": "3.5.3", |
|||
"@vue/cli-service": "3.5.3", |
|||
"@vue/test-utils": "1.0.0-beta.29", |
|||
"autoprefixer": "^9.5.1", |
|||
"babel-core": "7.0.0-bridge.0", |
|||
"babel-eslint": "10.0.1", |
|||
"babel-jest": "23.6.0", |
|||
"babel-plugin-dynamic-import-node": "2.3.0", |
|||
"babel-plugin-transform-remove-console": "^6.9.4", |
|||
"chalk": "2.4.2", |
|||
"chokidar": "2.1.5", |
|||
"connect": "3.6.6", |
|||
"eslint": "5.15.3", |
|||
"eslint-plugin-vue": "5.2.2", |
|||
"html-webpack-plugin": "3.2.0", |
|||
"http-proxy-middleware": "^0.19.1", |
|||
"husky": "1.3.1", |
|||
"lint-staged": "8.1.5", |
|||
"plop": "2.3.0", |
|||
"sass": "1.32.13", |
|||
"sass-loader": "10.2.0", |
|||
"script-ext-html-webpack-plugin": "2.1.3", |
|||
"script-loader": "0.7.2", |
|||
"serve-static": "^1.13.2", |
|||
"svg-sprite-loader": "4.1.3", |
|||
"svgo": "1.2.0", |
|||
"tasksfile": "^5.1.1", |
|||
"vue-template-compiler": "2.6.14" |
|||
}, |
|||
"engines": { |
|||
"node": ">=8.9", |
|||
"npm": ">= 3.0.0" |
|||
}, |
|||
"browserslist": [ |
|||
"> 1%", |
|||
"last 2 versions" |
|||
] |
|||
} |
|||
@ -0,0 +1,7 @@ |
|||
const viewGenerator = require('./plop-templates/view/prompt') |
|||
const componentGenerator = require('./plop-templates/component/prompt') |
|||
|
|||
module.exports = function(plop) { |
|||
plop.setGenerator('view', viewGenerator) |
|||
plop.setGenerator('component', componentGenerator) |
|||
} |
|||
@ -0,0 +1,5 @@ |
|||
module.exports = { |
|||
plugins: { |
|||
autoprefixer: {} |
|||
} |
|||
} |
|||
@ -0,0 +1,44 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> |
|||
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" |
|||
viewBox="0 0 1024 1024" style="enable-background:new 0 0 1024 1024;" xml:space="preserve"> |
|||
<style type="text/css"> |
|||
.st0{fill:url(#SVGID_1_);} |
|||
.st1{fill:#198CFF;} |
|||
.st2{fill:url(#SVGID_2_);} |
|||
.st3{fill:url(#SVGID_3_);} |
|||
.st4{fill:#33D0FF;} |
|||
.st5{fill:#0053EB;} |
|||
</style> |
|||
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="216.1168" y1="856.3585" x2="216.1168" y2="345.3465"> |
|||
<stop offset="0" style="stop-color:#1C78FF"/> |
|||
<stop offset="1" style="stop-color:#52C6FF"/> |
|||
</linearGradient> |
|||
<polygon class="st0" points="3.9,184.5 3.8,412.8 3.8,484.7 3.8,484.7 3.8,712.7 428.5,974.4 428.5,446.4 "/> |
|||
<path class="st1" d="M563.9,46.8L361,96.7c-15.7,3.8-18.9,24.6-5.2,33.1l119.1,73.5c24.2,14.9,56.1,4.9,67.3-21.2l45.9-106.6 |
|||
C595,59.6,580.7,42.7,563.9,46.8z"/> |
|||
<path class="st1" d="M3.9,184.5l424.5,261.9l53-123.7c9.4-21.9,1.4-47.3-18.8-59.8L257.1,135.4c-10.9-6.8-24-8.8-36.5-5.8L3.9,184.5 |
|||
z"/> |
|||
<g> |
|||
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="708.7628" y1="415.2324" x2="723.4354" y2="785.7179"> |
|||
<stop offset="0" style="stop-color:#4ABEFF"/> |
|||
<stop offset="1" style="stop-color:#198CFF"/> |
|||
</linearGradient> |
|||
<path class="st2" d="M887,632.9L428.5,746.4v228l511-126.3c49.6-12.1,84.5-56.5,84.5-107.6C1024,668.7,956.8,615.9,887,632.9z |
|||
M902.8,787.9c-19.5,0-35.4-18.8-35.4-42c0-23.2,15.8-42,35.4-42c19.5,0,35.4,18.8,35.4,42C938.2,769.1,922.3,787.9,902.8,787.9z" |
|||
/> |
|||
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="720.6134" y1="414.763" x2="735.2861" y2="785.2486"> |
|||
<stop offset="0" style="stop-color:#4ABEFF"/> |
|||
<stop offset="1" style="stop-color:#198CFF"/> |
|||
</linearGradient> |
|||
<path class="st3" d="M1024,440.7c0-71.9-67.3-124.8-137.2-107.7L428.5,446.4v228.3l510.9-126.2C989,536.4,1024,491.9,1024,440.7z |
|||
M902.8,489.3c-19.5,0-35.4-18.8-35.4-42c0-23.2,15.8-42,35.4-42c19.5,0,35.4,18.8,35.4,42C938.2,470.5,922.3,489.3,902.8,489.3z" |
|||
/> |
|||
</g> |
|||
<path class="st4" d="M684.3,86.5L684.3,86.5c-15.7-9.8-36.4-3.3-43.7,13.7l-93.7,217.6c-9.9,22.9,10.8,47.2,35,41.2l0,0 |
|||
c9.2-2.3,16.7-8.7,20.5-17.4L696,124C701.9,110.3,696.9,94.4,684.3,86.5z"/> |
|||
<path class="st1" d="M788.3,151.5l-0.8-0.5c-15.7-9.8-36.4-3.3-43.7,13.7l-50.3,116.8c-9.9,22.9,10.8,47.2,35,41.2l1.2-0.3 |
|||
c9.2-2.3,16.7-8.7,20.5-17.4l49.9-116C806,175.3,801,159.4,788.3,151.5z"/> |
|||
<path class="st5" d="M896.6,219.2L896.6,219.2c-17.9-11.2-41.6-3.8-50,15.6l-0.8,1.8c-11.3,26.2,12.3,54,40,47.1h0 |
|||
c10.5-2.6,19.1-9.9,23.4-19.8l0.8-1.8C916.8,246.4,911.1,228.2,896.6,219.2z"/> |
|||
</svg> |
|||
@ -0,0 +1,18 @@ |
|||
<!DOCTYPE html> |
|||
<html> |
|||
<head> |
|||
<meta charset="utf-8"> |
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
|||
<meta name="renderer" content="webkit"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> |
|||
<link rel="icon" href="<%= BASE_URL %>favicon.svg" type="image/svg+xml"> |
|||
<script src="/static/adapter.min.js"></script> |
|||
<script src="/static/webrtcstreamer.js"></script> |
|||
<title><%= webpackConfig.name %></title> |
|||
<script type="text/javascript" src="/static/config.js"></script> |
|||
</head> |
|||
<body> |
|||
<div id="app"></div> |
|||
|
|||
</body> |
|||
</html> |
|||
3514
public/static/adapter.min.js
File diff suppressed because it is too large
View File
@ -0,0 +1,6 @@ |
|||
window.g = { |
|||
AXIOS_TIMEOUT: 10000, |
|||
ApiUrl: 'http://192.168.1.100:7070', // 配置服务器地址
|
|||
ApiWebRtcServerUrl: '127.0.0.1:8000', // 配置监控视频服务器地址
|
|||
sDevID:'D003' // 桌面式RFID读写器
|
|||
} |
|||
@ -0,0 +1,305 @@ |
|||
var WebRtcStreamer = (function() { |
|||
|
|||
/** |
|||
* Interface with WebRTC-streamer API |
|||
* @constructor |
|||
* @param {string} videoElement - id of the video element tag |
|||
* @param {string} srvurl - url of webrtc-streamer (default is current location) |
|||
*/ |
|||
var WebRtcStreamer = function WebRtcStreamer (videoElement, srvurl) { |
|||
if (typeof videoElement === "string") { |
|||
this.videoElement = document.getElementById(videoElement); |
|||
} else { |
|||
this.videoElement = videoElement; |
|||
} |
|||
this.srvurl = srvurl || location.protocol+"//"+window.location.hostname+":"+window.location.port; |
|||
this.pc = null; |
|||
|
|||
this.mediaConstraints = { offerToReceiveAudio: true, offerToReceiveVideo: true }; |
|||
|
|||
this.iceServers = null; |
|||
this.earlyCandidates = []; |
|||
} |
|||
|
|||
WebRtcStreamer.prototype._handleHttpErrors = function (response) { |
|||
if (!response.ok) { |
|||
throw Error(response.statusText); |
|||
} |
|||
return response; |
|||
} |
|||
|
|||
/** |
|||
* Connect a WebRTC Stream to videoElement |
|||
* @param {string} videourl - id of WebRTC video stream |
|||
* @param {string} audiourl - id of WebRTC audio stream |
|||
* @param {string} options - options of WebRTC call |
|||
* @param {string} stream - local stream to send |
|||
*/ |
|||
WebRtcStreamer.prototype.connect = function(videourl, audiourl, options, localstream) { |
|||
this.disconnect(); |
|||
|
|||
// getIceServers is not already received
|
|||
if (!this.iceServers) { |
|||
console.log("Get IceServers"); |
|||
|
|||
fetch(this.srvurl + "/api/getIceServers") |
|||
.then(this._handleHttpErrors) |
|||
.then( (response) => (response.json()) ) |
|||
.then( (response) => this.onReceiveGetIceServers(response, videourl, audiourl, options, localstream)) |
|||
.catch( (error) => this.onError("getIceServers " + error )) |
|||
|
|||
} else { |
|||
this.onReceiveGetIceServers(this.iceServers, videourl, audiourl, options, localstream); |
|||
} |
|||
} |
|||
|
|||
/** |
|||
* Disconnect a WebRTC Stream and clear videoElement source |
|||
*/ |
|||
WebRtcStreamer.prototype.disconnect = function() { |
|||
if (this.videoElement?.srcObject) { |
|||
this.videoElement.srcObject.getTracks().forEach(track => { |
|||
track.stop() |
|||
this.videoElement.srcObject.removeTrack(track); |
|||
}); |
|||
} |
|||
if (this.pc) { |
|||
fetch(this.srvurl + "/api/hangup?peerid=" + this.pc.peerid) |
|||
.then(this._handleHttpErrors) |
|||
.catch( (error) => this.onError("hangup " + error )) |
|||
|
|||
|
|||
try { |
|||
this.pc.close(); |
|||
} |
|||
catch (e) { |
|||
console.log ("Failure close peer connection:" + e); |
|||
} |
|||
this.pc = null; |
|||
} |
|||
} |
|||
|
|||
/* |
|||
* GetIceServers callback |
|||
*/ |
|||
WebRtcStreamer.prototype.onReceiveGetIceServers = function(iceServers, videourl, audiourl, options, stream) { |
|||
this.iceServers = iceServers; |
|||
this.pcConfig = iceServers || {"iceServers": [] }; |
|||
try { |
|||
this.createPeerConnection(); |
|||
|
|||
var callurl = this.srvurl + "/api/call?peerid=" + this.pc.peerid + "&url=" + encodeURIComponent(videourl); |
|||
if (audiourl) { |
|||
callurl += "&audiourl="+encodeURIComponent(audiourl); |
|||
} |
|||
if (options) { |
|||
callurl += "&options="+encodeURIComponent(options); |
|||
} |
|||
|
|||
if (stream) { |
|||
this.pc.addStream(stream); |
|||
} |
|||
|
|||
// clear early candidates
|
|||
this.earlyCandidates.length = 0; |
|||
|
|||
// create Offer
|
|||
this.pc.createOffer(this.mediaConstraints).then((sessionDescription) => { |
|||
console.log("Create offer:" + JSON.stringify(sessionDescription)); |
|||
|
|||
this.pc.setLocalDescription(sessionDescription) |
|||
.then(() => { |
|||
fetch(callurl, { method: "POST", body: JSON.stringify(sessionDescription) }) |
|||
.then(this._handleHttpErrors) |
|||
.then( (response) => (response.json()) ) |
|||
.catch( (error) => this.onError("call " + error )) |
|||
.then( (response) => this.onReceiveCall(response) ) |
|||
.catch( (error) => this.onError("call " + error )) |
|||
|
|||
}, (error) => { |
|||
console.log ("setLocalDescription error:" + JSON.stringify(error)); |
|||
}); |
|||
|
|||
}, (error) => { |
|||
alert("Create offer error:" + JSON.stringify(error)); |
|||
}); |
|||
|
|||
} catch (e) { |
|||
this.disconnect(); |
|||
alert("connect error: " + e); |
|||
} |
|||
} |
|||
|
|||
|
|||
WebRtcStreamer.prototype.getIceCandidate = function() { |
|||
fetch(this.srvurl + "/api/getIceCandidate?peerid=" + this.pc.peerid) |
|||
.then(this._handleHttpErrors) |
|||
.then( (response) => (response.json()) ) |
|||
.then( (response) => this.onReceiveCandidate(response)) |
|||
.catch( (error) => this.onError("getIceCandidate " + error )) |
|||
} |
|||
|
|||
/* |
|||
* create RTCPeerConnection |
|||
*/ |
|||
WebRtcStreamer.prototype.createPeerConnection = function() { |
|||
console.log("createPeerConnection config: " + JSON.stringify(this.pcConfig)); |
|||
this.pc = new RTCPeerConnection(this.pcConfig); |
|||
var pc = this.pc; |
|||
pc.peerid = Math.random(); |
|||
|
|||
pc.onicecandidate = (evt) => this.onIceCandidate(evt); |
|||
pc.onaddstream = (evt) => this.onAddStream(evt); |
|||
pc.oniceconnectionstatechange = (evt) => { |
|||
console.log("oniceconnectionstatechange state: " + pc.iceConnectionState); |
|||
if (this.videoElement) { |
|||
if (pc.iceConnectionState === "connected") { |
|||
this.videoElement.style.opacity = "1.0"; |
|||
} |
|||
else if (pc.iceConnectionState === "disconnected") { |
|||
this.videoElement.style.opacity = "0.25"; |
|||
} |
|||
else if ( (pc.iceConnectionState === "failed") || (pc.iceConnectionState === "closed") ) { |
|||
this.videoElement.style.opacity = "0.5"; |
|||
} else if (pc.iceConnectionState === "new") { |
|||
this.getIceCandidate(); |
|||
} |
|||
} |
|||
} |
|||
pc.ondatachannel = function(evt) { |
|||
console.log("remote datachannel created:"+JSON.stringify(evt)); |
|||
|
|||
evt.channel.onopen = function () { |
|||
console.log("remote datachannel open"); |
|||
this.send("remote channel openned"); |
|||
} |
|||
evt.channel.onmessage = function (event) { |
|||
console.log("remote datachannel recv:"+JSON.stringify(event.data)); |
|||
} |
|||
} |
|||
pc.onicegatheringstatechange = function() { |
|||
if (pc.iceGatheringState === "complete") { |
|||
const recvs = pc.getReceivers(); |
|||
|
|||
recvs.forEach((recv) => { |
|||
if (recv.track && recv.track.kind === "video") { |
|||
console.log("codecs:" + JSON.stringify(recv.getParameters().codecs)) |
|||
} |
|||
}); |
|||
} |
|||
} |
|||
|
|||
try { |
|||
var dataChannel = pc.createDataChannel("ClientDataChannel"); |
|||
dataChannel.onopen = function() { |
|||
console.log("local datachannel open"); |
|||
this.send("local channel openned"); |
|||
} |
|||
dataChannel.onmessage = function(evt) { |
|||
console.log("local datachannel recv:"+JSON.stringify(evt.data)); |
|||
} |
|||
} catch (e) { |
|||
console.log("Cannor create datachannel error: " + e); |
|||
} |
|||
|
|||
console.log("Created RTCPeerConnnection with config: " + JSON.stringify(this.pcConfig) ); |
|||
return pc; |
|||
} |
|||
|
|||
|
|||
/* |
|||
* RTCPeerConnection IceCandidate callback |
|||
*/ |
|||
WebRtcStreamer.prototype.onIceCandidate = function (event) { |
|||
if (event.candidate) { |
|||
if (this.pc.currentRemoteDescription) { |
|||
this.addIceCandidate(this.pc.peerid, event.candidate); |
|||
} else { |
|||
this.earlyCandidates.push(event.candidate); |
|||
} |
|||
} |
|||
else { |
|||
console.log("End of candidates."); |
|||
} |
|||
} |
|||
|
|||
|
|||
WebRtcStreamer.prototype.addIceCandidate = function(peerid, candidate) { |
|||
fetch(this.srvurl + "/api/addIceCandidate?peerid="+peerid, { method: "POST", body: JSON.stringify(candidate) }) |
|||
.then(this._handleHttpErrors) |
|||
.then( (response) => (response.json()) ) |
|||
.then( (response) => {console.log("addIceCandidate ok:" + response)}) |
|||
.catch( (error) => this.onError("addIceCandidate " + error )) |
|||
} |
|||
|
|||
/* |
|||
* RTCPeerConnection AddTrack callback |
|||
*/ |
|||
WebRtcStreamer.prototype.onAddStream = function(event) { |
|||
console.log("Remote track added:" + JSON.stringify(event)); |
|||
|
|||
this.videoElement.srcObject = event.stream; |
|||
var promise = this.videoElement.play(); |
|||
if (promise !== undefined) { |
|||
promise.catch((error) => { |
|||
console.warn("error:"+error); |
|||
this.videoElement.setAttribute("controls", true); |
|||
}); |
|||
} |
|||
} |
|||
|
|||
/* |
|||
* AJAX /call callback |
|||
*/ |
|||
WebRtcStreamer.prototype.onReceiveCall = function(dataJson) { |
|||
|
|||
console.log("offer: " + JSON.stringify(dataJson)); |
|||
var descr = new RTCSessionDescription(dataJson); |
|||
this.pc.setRemoteDescription(descr).then(() => { |
|||
console.log ("setRemoteDescription ok"); |
|||
while (this.earlyCandidates.length) { |
|||
var candidate = this.earlyCandidates.shift(); |
|||
this.addIceCandidate(this.pc.peerid, candidate); |
|||
} |
|||
|
|||
this.getIceCandidate() |
|||
} |
|||
, (error) => { |
|||
console.log ("setRemoteDescription error:" + JSON.stringify(error)); |
|||
}); |
|||
} |
|||
|
|||
/* |
|||
* AJAX /getIceCandidate callback |
|||
*/ |
|||
WebRtcStreamer.prototype.onReceiveCandidate = function(dataJson) { |
|||
console.log("candidate: " + JSON.stringify(dataJson)); |
|||
if (dataJson) { |
|||
for (var i=0; i<dataJson.length; i++) { |
|||
var candidate = new RTCIceCandidate(dataJson[i]); |
|||
|
|||
console.log("Adding ICE candidate :" + JSON.stringify(candidate) ); |
|||
this.pc.addIceCandidate(candidate).then( () => { console.log ("addIceCandidate OK"); } |
|||
, (error) => { console.log ("addIceCandidate error:" + JSON.stringify(error)); } ); |
|||
} |
|||
this.pc.addIceCandidate(); |
|||
} |
|||
} |
|||
|
|||
|
|||
/* |
|||
* AJAX callback for Error |
|||
*/ |
|||
WebRtcStreamer.prototype.onError = function(status) { |
|||
console.log("onError:" + status); |
|||
} |
|||
|
|||
return WebRtcStreamer; |
|||
})(); |
|||
|
|||
if (typeof window !== 'undefined' && typeof window.document !== 'undefined') { |
|||
window.WebRtcStreamer = WebRtcStreamer; |
|||
} |
|||
if (typeof module !== 'undefined' && typeof module.exports !== 'undefined') { |
|||
module.exports = WebRtcStreamer; |
|||
} |
|||
|
After Width: 653 | Height: 394 | Size: 57 KiB |
|
After Width: 2000 | Height: 100 | Size: 29 KiB |
@ -0,0 +1,861 @@ |
|||
<!DOCTYPE html> |
|||
<html> |
|||
<head> |
|||
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" /> |
|||
<meta name="screen-orientation" content="landscape" charset="UTF-8" /> |
|||
<meta content="width=device-width, initial-scale=0.4, maximum-scale=0.4, user-scalable=0" name="viewport" /> |
|||
<meta http-equiv="Pragma" content="Cache-control: max-age=10000" /> |
|||
<script type="text/javascript" src="./js/qrcode.min.js"></script> |
|||
<title>档案室</title> |
|||
<style> |
|||
html, |
|||
body { |
|||
overflow: hidden; |
|||
margin: 0; |
|||
padding: 0; |
|||
} |
|||
|
|||
img { |
|||
width: 100%; |
|||
height: auto; |
|||
} |
|||
|
|||
video { |
|||
width: 100%; |
|||
height: auto; |
|||
} |
|||
|
|||
.font22 { |
|||
font-size: 20px; |
|||
} |
|||
|
|||
.jiazaiimg { |
|||
display: block; |
|||
width: 436px; |
|||
} |
|||
|
|||
.zc { |
|||
color: white; |
|||
width: 436px; |
|||
height: 140px; |
|||
margin: 85% auto 0; |
|||
padding: 0px 240px; |
|||
font-size: 30px; |
|||
} |
|||
.zcpc { |
|||
color: white; |
|||
width: 100%; |
|||
height: 40px; |
|||
|
|||
font-size: 20px; |
|||
position: fixed; |
|||
bottom: 10px; |
|||
text-align: center; |
|||
} |
|||
.divTransform { |
|||
position: absolute; |
|||
width: 100%; |
|||
height: 100%; |
|||
} |
|||
|
|||
#renderCanvas { |
|||
width: 100%; |
|||
height: calc(100vh); |
|||
touch-action: none; |
|||
|
|||
outline: none; |
|||
-webkit-tap-highlight-color: rgba(255, 255, 255, 0); |
|||
/* mobile webkit */ |
|||
touch-action: none; |
|||
background-repeat: no-repeat no-repeat; |
|||
background-size: cover; |
|||
} |
|||
|
|||
/* #show { |
|||
width: 100%; |
|||
font-size: 35px; |
|||
line-height: 70px; |
|||
} |
|||
|
|||
.mytitle { |
|||
width: 100%; |
|||
text-align: center; |
|||
font-size: 43px; |
|||
font-weight: 700; |
|||
color: white; |
|||
margin-top: 75px; |
|||
margin-bottom: 20px; |
|||
} |
|||
|
|||
.introduce { |
|||
width: 600px; |
|||
height: auto; |
|||
background: url('img/shuomingkuang@2x.png') no-repeat; |
|||
background-size: 100% 100%; |
|||
position: fixed; |
|||
top: 38%; |
|||
left: 19%; |
|||
z-index: 99; |
|||
color: white; |
|||
padding: 35px 28px; |
|||
font-size: 10px; |
|||
display: none; |
|||
} |
|||
.introduce2 { |
|||
width: 520px; |
|||
height: auto; |
|||
background: url('img/shuomingkuang@2x.png') no-repeat; |
|||
background-size: 100% 100%; |
|||
position: fixed; |
|||
bottom: 10%; |
|||
left: 30%; |
|||
z-index: 99; |
|||
color: white; |
|||
padding: 20px; |
|||
font-size: 14px; |
|||
line-height: 19px; |
|||
display: none; |
|||
} |
|||
.xingshang { |
|||
width: 100%; |
|||
position: fixed; |
|||
bottom: 0px; |
|||
left: 0; |
|||
height: 340px; |
|||
box-sizing: border-box; |
|||
padding: 20px 30px; |
|||
color: white; |
|||
background-color: rgba(0, 0, 0, 0.6); |
|||
overflow-x: hidden; |
|||
overflow-y: hidden; |
|||
border-radius: 35px 35px 0 0; |
|||
display: none; |
|||
} |
|||
.xingshangpc { |
|||
width: 520px; |
|||
height: 100%; |
|||
margin: 0 auto; |
|||
box-sizing: border-box; |
|||
padding: 20px 30px; |
|||
color: white; |
|||
} |
|||
.zuoimg { |
|||
width: 38px; |
|||
height: 72px; |
|||
margin: 48px 29px; |
|||
} |
|||
.zuoimgpc { |
|||
width: 13px; |
|||
height: 22px; |
|||
margin: 18px 7px; |
|||
} |
|||
.xsul { |
|||
width: 100%; |
|||
display: flex; |
|||
justify-content: space-between; |
|||
margin-top: 50px; |
|||
} */ |
|||
|
|||
.xsli { |
|||
font-size: 28px; |
|||
display: flex; |
|||
flex-direction: column; |
|||
justify-content: center; |
|||
align-items: center; |
|||
} |
|||
.xslipc { |
|||
font-size: 14px; |
|||
display: flex; |
|||
flex-direction: column; |
|||
justify-content: center; |
|||
align-items: center; |
|||
} |
|||
.xsimg { |
|||
width: 72px; |
|||
height: 72px; |
|||
margin: 25px; |
|||
} |
|||
.xsimgpc { |
|||
width: 32px; |
|||
height: 32px; |
|||
margin: 12px; |
|||
} |
|||
.jiange { |
|||
width: 22px; |
|||
height: 22px; |
|||
margin-top: 53px; |
|||
} |
|||
.jiangepc { |
|||
width: 15px; |
|||
height: 15px; |
|||
margin-top: 22px; |
|||
} |
|||
.beijing { |
|||
width: 100%; |
|||
position: fixed; |
|||
bottom: 0px; |
|||
left: 0; |
|||
height: 420px; |
|||
box-sizing: border-box; |
|||
padding: 20px 30px; |
|||
color: white; |
|||
background-color: rgba(0, 0, 0, 0.6); |
|||
overflow-x: hidden; |
|||
overflow-y: hidden; |
|||
border-radius: 35px 35px 0 0; |
|||
display: none; |
|||
} |
|||
.beijingpc-di, |
|||
.xingsh-di { |
|||
width: 81.2%; |
|||
position: fixed; |
|||
bottom: 30px; |
|||
left: 0px; |
|||
height: 220px; |
|||
background-image: linear-gradient( |
|||
to right, |
|||
rgba(0, 0, 0, 0) 0, |
|||
rgba(0, 0, 0, 0.3) 8%, |
|||
rgba(0, 0, 0, 0.5) 18%, |
|||
rgba(0, 0, 0, 0.5) 80%, |
|||
rgba(0, 0, 0, 0.3) 90%, |
|||
rgba(0, 0, 0, 0) 100% |
|||
); |
|||
display: none; |
|||
} |
|||
.beijingpc { |
|||
width: 50%; |
|||
height: 100%; |
|||
margin: 0 auto; |
|||
box-sizing: border-box; |
|||
padding: 10px 15px; |
|||
color: white; |
|||
display: flex; |
|||
justify-content: center; |
|||
align-items: center; |
|||
} |
|||
.leftpc, |
|||
.rightpc { |
|||
width: 12px; |
|||
height: 21px; |
|||
margin: 0 12px; |
|||
display: flex; |
|||
align-items: center; |
|||
} |
|||
.leftimgpc, |
|||
.rightimgpc { |
|||
width: 12px; |
|||
height: 21px; |
|||
margin-top: 25px; |
|||
} |
|||
.zhongj { |
|||
width: 93%; |
|||
max-width: 880px; |
|||
height: 100%; |
|||
overflow-x: auto; |
|||
overflow-y: hidden; |
|||
} |
|||
.bjtit { |
|||
font-size: 38px; |
|||
display: flex; |
|||
justify-content: space-between; |
|||
margin: 37px 0 27px; |
|||
} |
|||
.bjtitpc { |
|||
font-size: 18px; |
|||
display: flex; |
|||
justify-content: space-between; |
|||
margin: 14px 0; |
|||
} |
|||
.ycdiv { |
|||
display: flex; |
|||
justify-content: space-between; |
|||
align-items: center; |
|||
width: 132px; |
|||
} |
|||
.ycdivpc { |
|||
display: flex; |
|||
justify-content: space-between; |
|||
align-items: center; |
|||
width: 45px; |
|||
font-size: 11px; |
|||
} |
|||
.ycimg { |
|||
width: 38px; |
|||
height: 28px; |
|||
} |
|||
.ycimgpc { |
|||
width: 16px; |
|||
height: 12px; |
|||
} |
|||
.bjul { |
|||
width: 100%; |
|||
display: flex; |
|||
margin: 0; |
|||
padding: 0; |
|||
overflow-y: hidden; |
|||
overflow-x: auto; |
|||
} |
|||
.bjulpc { |
|||
height: 140px; |
|||
display: flex; |
|||
} |
|||
.bjulpc-di { |
|||
width: 100%; |
|||
height: 140px; |
|||
display: flex; |
|||
margin: 0; |
|||
padding: 0; |
|||
overflow-y: hidden; |
|||
overflow-x: auto; |
|||
} |
|||
.bjulpc-di::-webkit-scrollbar { |
|||
display: none; |
|||
} |
|||
.bjli { |
|||
margin: 0 10px; |
|||
font-size: 36px; |
|||
display: flex; |
|||
flex-direction: column; |
|||
justify-content: center; |
|||
align-items: center; |
|||
} |
|||
.bjlipc { |
|||
margin: 0 5px; |
|||
font-size: 14px; |
|||
display: flex; |
|||
flex-direction: column; |
|||
justify-content: center; |
|||
align-items: center; |
|||
} |
|||
.bjdiv { |
|||
height: 188px; |
|||
display: flex; |
|||
justify-content: center; |
|||
align-items: flex-end; |
|||
} |
|||
.bjdivpc { |
|||
height: 120px; |
|||
display: flex; |
|||
justify-content: center; |
|||
align-items: flex-end; |
|||
} |
|||
.bjimg { |
|||
width: 138px; |
|||
height: 138px; |
|||
margin-bottom: 20px; |
|||
border-radius: 14px; |
|||
} |
|||
.bjimgpc { |
|||
width: 98px; |
|||
height: 98px; |
|||
margin-bottom: 10px; |
|||
border-radius: 6px; |
|||
} |
|||
.contint2 { |
|||
width: 100%; |
|||
position: fixed; |
|||
bottom: 0px; |
|||
left: 0; |
|||
height: 300px; |
|||
box-sizing: border-box; |
|||
padding: 20px 30px; |
|||
color: white; |
|||
background-color: rgba(0, 0, 0, 0.6); |
|||
overflow-x: hidden; |
|||
overflow-y: hidden; |
|||
border-radius: 35px 35px 0 0; |
|||
} |
|||
|
|||
.contint2::-webkit-scrollbar { |
|||
display: none; |
|||
} |
|||
|
|||
.main2 { |
|||
width: 100%; |
|||
height: auto; |
|||
display: none; |
|||
} |
|||
|
|||
.shangla, |
|||
.xiala { |
|||
width: 100%; |
|||
height: 160px; |
|||
text-align: center; |
|||
position: fixed; |
|||
bottom: 140px; |
|||
left: 0; |
|||
border-radius: 35px 35px 0 0; |
|||
display: block; |
|||
z-index: 99; |
|||
background-image: linear-gradient( |
|||
to top, |
|||
rgba(0, 0, 0, 0), |
|||
rgba(0, 0, 0, 0.18) |
|||
); |
|||
} |
|||
|
|||
.xialaimg { |
|||
width: 80px; |
|||
height: 11px; |
|||
margin-top: 44px; |
|||
} |
|||
|
|||
.oprition { |
|||
width: 100%; |
|||
position: fixed; |
|||
top: 30px; |
|||
left: 0; |
|||
z-index: 999; |
|||
display: flex; |
|||
justify-content: center; |
|||
} |
|||
|
|||
.listimg { |
|||
width: 150px; |
|||
position: relative; |
|||
display: flex; |
|||
flex-direction: column; |
|||
align-items: center; |
|||
} |
|||
|
|||
.listimg img { |
|||
width: 103px; |
|||
height: 103px; |
|||
} |
|||
|
|||
.conts { |
|||
width: 100%; |
|||
font-size: 28px; |
|||
color: white; |
|||
height: 101px; |
|||
box-sizing: border-box; |
|||
padding: 30px; |
|||
text-align: center; |
|||
border-radius: 5px; |
|||
text-align: center; |
|||
} |
|||
|
|||
.contcj, |
|||
.contzk, |
|||
.contxx { |
|||
width: 124px; |
|||
} |
|||
|
|||
.contbj, |
|||
.conthy, |
|||
.contcz { |
|||
width: 178px; |
|||
} |
|||
|
|||
.mengban { |
|||
position: fixed; |
|||
top: 0; |
|||
left: 0; |
|||
width: 100%; |
|||
z-index: 1000; |
|||
background-color: rgba(0, 0, 0, 0); |
|||
} |
|||
|
|||
/* .articcont { |
|||
width: 100%; |
|||
position: fixed; |
|||
top: 30%; |
|||
left: 0; |
|||
z-index: 9999; |
|||
background-color: rgba(0, 0, 0, 0.6); |
|||
border-radius: 10px; |
|||
padding: 30px; |
|||
box-sizing: border-box; |
|||
display: none; |
|||
} |
|||
|
|||
.articcont:after { |
|||
content: ''; |
|||
display: inline-block; |
|||
width: 0; |
|||
height: 0; |
|||
border: 20px solid transparent; |
|||
border-bottom: 20px solid rgba(0, 0, 0, 0.6); |
|||
position: absolute; |
|||
top: -38px; |
|||
right: 48%; |
|||
} */ |
|||
|
|||
/* .ul { |
|||
width: 100%; |
|||
} */ |
|||
|
|||
/* .shoushi { |
|||
width: 800px; |
|||
height: auto; |
|||
padding: 110px; |
|||
} |
|||
|
|||
.span1 { |
|||
font-size: 66px; |
|||
color: white; |
|||
margin-right: 13px; |
|||
position: relative; |
|||
bottom: 10px; |
|||
} |
|||
|
|||
.know { |
|||
width: 200px; |
|||
text-align: center; |
|||
padding: 16px 0; |
|||
font-size: 32px; |
|||
margin: 30px auto 0; |
|||
border-radius: 10px; |
|||
color: white; |
|||
font-weight: 600; |
|||
} |
|||
|
|||
.ikngb { |
|||
width: 57px; |
|||
height: 57px; |
|||
} */ |
|||
|
|||
/*pc端*/ |
|||
.mains { |
|||
width: 18.8%; |
|||
display: none; |
|||
box-sizing: border-box; |
|||
} |
|||
|
|||
.contint { |
|||
width: 100%; |
|||
/*height: 250px;*/ |
|||
box-sizing: border-box; |
|||
color: white; |
|||
background-color: rgba(0, 0, 0, 0.6); |
|||
overflow-x: hidden; |
|||
overflow-y: hidden; |
|||
background: #151837; |
|||
} |
|||
|
|||
.title2 { |
|||
width: 100%; |
|||
height: 62px; |
|||
background-color: #151837; |
|||
color: white; |
|||
display: flex; |
|||
justify-content: space-between; |
|||
align-items: center; |
|||
box-sizing: border-box; |
|||
padding: 0 20px; |
|||
font-size: 22px; |
|||
font-weight: 700; |
|||
} |
|||
|
|||
.oprition2 { |
|||
position: fixed; |
|||
top: 10px; |
|||
right: 19%; |
|||
width: 56px; |
|||
} |
|||
|
|||
.listimg2 { |
|||
margin-top: 20px; |
|||
position: relative; |
|||
} |
|||
|
|||
.listimg2 img { |
|||
width: 47px; |
|||
height: 47px; |
|||
} |
|||
|
|||
.conts2 { |
|||
background: rgb(0, 0, 0, 0.5); |
|||
font-size: 14px; |
|||
color: white; |
|||
height: 32px; |
|||
line-height: 32px; |
|||
box-sizing: border-box; |
|||
text-align: center; |
|||
border-radius: 3px; |
|||
position: absolute; |
|||
right: 73px; |
|||
top: 10px; |
|||
display: none; |
|||
} |
|||
|
|||
.conts2:after { |
|||
content: ''; |
|||
display: inline-block; |
|||
width: 0; |
|||
height: 0; |
|||
border: 7px solid transparent; |
|||
border-left: 7px solid rgba(0, 0, 0, 0.8); |
|||
position: absolute; |
|||
top: 7px; |
|||
right: -14px; |
|||
} |
|||
|
|||
.articcont2 { |
|||
width: 800px; |
|||
height: 700px; |
|||
margin: 50px auto; |
|||
background-color: rgba(0, 0, 0, 0.6); |
|||
border-radius: 10px; |
|||
padding: 20px; |
|||
box-sizing: border-box; |
|||
} |
|||
|
|||
.articcont2:after { |
|||
content: ''; |
|||
display: inline-block; |
|||
width: 0; |
|||
height: 0; |
|||
border: 10px solid transparent; |
|||
border-top: 10px solid rgba(0, 0, 0, 0.6); |
|||
position: absolute; |
|||
top: 202px; |
|||
right: 48%; |
|||
} |
|||
|
|||
.ul2 { |
|||
width: 100%; |
|||
color: white; |
|||
} |
|||
|
|||
.li2 { |
|||
width: 100%; |
|||
font-size: 14px; |
|||
line-height: 19px; |
|||
} |
|||
|
|||
.mengban2 { |
|||
position: fixed; |
|||
top: 0; |
|||
left: 0; |
|||
width: 81.2%; |
|||
background-color: rgba(0, 0, 0, 0.2); |
|||
display: none; |
|||
z-index: 10; |
|||
} |
|||
|
|||
.knowpc { |
|||
font-size: 14px; |
|||
width: 83px; |
|||
height: 33px; |
|||
line-height: 33px; |
|||
text-align: center; |
|||
/* background-color: #008aff; */ |
|||
margin: 20px auto 0; |
|||
border-radius: 5px; |
|||
color: white; |
|||
font-weight: 600; |
|||
cursor: pointer; |
|||
} |
|||
|
|||
.span2 { |
|||
font-size: 36px; |
|||
color: white; |
|||
margin-right: 13px; |
|||
position: relative; |
|||
bottom: 3px; |
|||
} |
|||
|
|||
.shuop1 { |
|||
font-size: 15px; |
|||
} |
|||
|
|||
.oka { |
|||
width: 100%; |
|||
height: 100%; |
|||
background: rgba(10, 26, 66, 0.5); |
|||
position: fixed; |
|||
z-index: 99; |
|||
/* padding: 35px 28px; */ |
|||
font-size: 30px; |
|||
/*display: none;*/ |
|||
} |
|||
|
|||
/*下面是音乐的css*/ |
|||
.lohingif { |
|||
/* width: 100%; */ |
|||
/* height: auto; */ |
|||
display: flex; |
|||
justify-content: center; |
|||
align-items: center; |
|||
} |
|||
.lohingifpc { |
|||
/* width: 100%; |
|||
height: auto; */ |
|||
display: flex; |
|||
justify-content: center; |
|||
align-items: center; |
|||
width: 100%; |
|||
height: 100%; |
|||
/* top: 50%; */ |
|||
/* transform: translateY(-50%); */ |
|||
} |
|||
/* .feitimg { |
|||
width: 20px; |
|||
height: auto; |
|||
position: relative; |
|||
top: 3px; |
|||
} |
|||
|
|||
.fatherdiv { |
|||
margin: 25px; |
|||
width: 72px; |
|||
height: 72px; |
|||
|
|||
position: relative; |
|||
background-color: #f3f3f3; |
|||
border-radius: 50%; |
|||
} */ |
|||
|
|||
/* .persentdiv { |
|||
display: none; |
|||
margin: -24px 0px 0px 0px; |
|||
width: 72px; |
|||
height: 72px; |
|||
border-radius: 50%; |
|||
position: absolute; |
|||
clip: rect(0, 72px, 72px, 36px); |
|||
} |
|||
|
|||
.persentleft { |
|||
position: absolute; |
|||
width: 72px; |
|||
height: 72px; |
|||
border: 10px solid #1890ff; |
|||
box-sizing: border-box; |
|||
border-radius: 50%; |
|||
clip: rect(0, 36px, 72px, 0); |
|||
} |
|||
|
|||
.persentright { |
|||
position: absolute; |
|||
width: 72px; |
|||
height: 72px; |
|||
border: 10px solid #1890ff; |
|||
box-sizing: border-box; |
|||
border-radius: 50%; |
|||
clip: rect(0, 72px, 72px, 36px); |
|||
} |
|||
|
|||
.persentdivpc { |
|||
display: none; |
|||
margin: -10px 0px 0px 0px; |
|||
width: 32px; |
|||
height: 32px; |
|||
border-radius: 50%; |
|||
position: absolute; |
|||
clip: rect(0, 32px, 32px, 16px); |
|||
} |
|||
|
|||
.persentleftpc { |
|||
position: absolute; |
|||
width: 32px; |
|||
height: 32px; |
|||
border: 5px solid #1890ff; |
|||
box-sizing: border-box; |
|||
border-radius: 50%; |
|||
clip: rect(0, 16px, 32px, 0); |
|||
} |
|||
|
|||
.persentrightpc { |
|||
position: absolute; |
|||
width: 32px; |
|||
height: 32px; |
|||
border: 5px solid #1890ff; |
|||
box-sizing: border-box; |
|||
border-radius: 50%; |
|||
clip: rect(0, 32px, 32px, 16px); |
|||
} |
|||
|
|||
.wth0 { |
|||
width: 0; |
|||
} */ |
|||
|
|||
.num { |
|||
position: absolute; |
|||
box-sizing: border-box; |
|||
width: 130px; |
|||
height: 130px; |
|||
line-height: 130px; |
|||
text-align: center; |
|||
font-size: 32px; |
|||
left: 10px; |
|||
top: 10px; |
|||
border-radius: 50%; |
|||
background-color: #fff; |
|||
color: #1890ff; |
|||
z-index: 1; |
|||
} |
|||
|
|||
.clip-auto { |
|||
clip: rect(auto, auto, auto, auto); |
|||
} |
|||
|
|||
.rotate { |
|||
-webkit-animation: rotating 3s linear infinite; |
|||
animation: rotating 3s linear infinite; |
|||
animation-play-state: running; |
|||
-webkit-animation-play-state: running; |
|||
/* Safari 和 Chrome */ |
|||
} |
|||
|
|||
.rotate-pause { |
|||
animation-play-state: paused; |
|||
-webkit-animation-play-state: paused; |
|||
/* Safari 和 Chrome */ |
|||
} |
|||
|
|||
@-webkit-keyframes rotating { |
|||
from { |
|||
-webkit-transform: rotate(0); |
|||
} |
|||
|
|||
to { |
|||
-webkit-transform: rotate(360deg); |
|||
} |
|||
} |
|||
|
|||
@keyframes rotating { |
|||
from { |
|||
transform: rotate(0); |
|||
} |
|||
|
|||
to { |
|||
transform: rotate(360deg); |
|||
} |
|||
} |
|||
|
|||
@-moz-keyframes rotating { |
|||
from { |
|||
-moz-transform: rotate(0); |
|||
} |
|||
|
|||
to { |
|||
-moz-transform: rotate(360deg); |
|||
} |
|||
} |
|||
</style> |
|||
</head> |
|||
|
|||
<body> |
|||
<div class="divTransform"> |
|||
<canvas id="renderCanvas" touch-action="none"></canvas> |
|||
</div> |
|||
<div id="customLoadingScreenDiv_first" style=" position: absolute; left: 0px; top: 0px; width: 1158.1px; height: 1211px; display: initial;"> |
|||
<!-- <div class="oka"> |
|||
<div class="lohingif"> |
|||
<img src="./logok.gif" class="jiazaiimg" /> |
|||
</div> |
|||
<div class="zcpc"> </div> |
|||
</div> --> |
|||
</div> |
|||
<script src="./js/jquery-3.5.1.min.js"></script> |
|||
<script src="./js/pep.js"></script> |
|||
<script src="./js/babylon.js"></script> |
|||
<script src="./js/babylonjs.loaders.min.js"></script> |
|||
<script src="./js/babylon.gui.min.js"></script> |
|||
<script src="./js/draco_wasm_wrapper_gltf.js"></script> |
|||
<script src="./index.js"></script> |
|||
</body> |
|||
</html> |
|||
@ -0,0 +1,627 @@ |
|||
// 从这里开始
|
|||
var h1 = null |
|||
var h2 = null |
|||
var h3 = null |
|||
|
|||
var oldtransformNodex = null |
|||
var oldMeshOther = null |
|||
|
|||
var drag = null |
|||
var isRotating = true |
|||
var clickParentRotate = false |
|||
|
|||
var targetAngles = { |
|||
default: { // 初始视角
|
|||
alpha: 2.5809, |
|||
beta: 0.9804, |
|||
radius: 3 |
|||
}, |
|||
alarm: { // 报警视角(示例)
|
|||
alpha: 3.1213, // -π(180度)
|
|||
beta: 0.5855, // π/4(45度)
|
|||
radius: 3 // 更近的距离
|
|||
} |
|||
} |
|||
|
|||
var camera |
|||
|
|||
BABYLON.DefaultLoadingScreen.prototype.displayLoadingUI = function() { |
|||
if (document.getElementById('customLoadingScreenDiv')) { |
|||
document.getElementById('customLoadingScreenDiv').style.display = 'initial' |
|||
return |
|||
} |
|||
this._loadingDiv = document.createElement('div') |
|||
this._loadingDiv.id = 'customLoadingScreenDiv' |
|||
|
|||
thecss = 'lohingifpc' |
|||
thecss2 = 'zcpc' |
|||
|
|||
this._loadingDiv.innerHTML = "<div class='oka'><div class='" + thecss + "'><image src='./logok.gif' class='jiazaiimg'/></div></div>" |
|||
|
|||
this._resizeLoadingUI() |
|||
window.addEventListener('resize', this._resizeLoadingUI) |
|||
document.body.appendChild(this._loadingDiv) |
|||
} |
|||
|
|||
function prepareGroupButton2(transformNodex, color, qu) { |
|||
var mesheses = null |
|||
if (transformNodex.getClassName() === 'TransformNode') { |
|||
mesheses = transformNodex.getChildMeshes(false) |
|||
} else { |
|||
mesheses = [] |
|||
mesheses.push(transformNodex) |
|||
} |
|||
|
|||
for (var i = 0; i < mesheses.length; i++) { |
|||
mesheses[i].actionManager = new BABYLON.ActionManager(scene) |
|||
mesheses[i].actionManager.registerAction( |
|||
new BABYLON.ExecuteCodeAction({ |
|||
trigger: BABYLON.ActionManager.OnPointerOverTrigger, |
|||
parameter: '' |
|||
}, |
|||
function() { |
|||
isRotating = false |
|||
camera.useAutoRotationBehavior = isRotating |
|||
} |
|||
) |
|||
) |
|||
// 移出事件
|
|||
mesheses[i].actionManager.registerAction( |
|||
new BABYLON.ExecuteCodeAction({ |
|||
trigger: BABYLON.ActionManager.OnPointerOutTrigger, |
|||
parameter: '' |
|||
}, |
|||
function() { |
|||
if (clickParentRotate) { |
|||
isRotating = true |
|||
camera.useAutoRotationBehavior = isRotating |
|||
} |
|||
} |
|||
) |
|||
) |
|||
mesheses[i].actionManager.registerAction( |
|||
new BABYLON.ExecuteCodeAction({ |
|||
trigger: BABYLON.ActionManager.OnPickTrigger, |
|||
parameter: '' |
|||
}, |
|||
function() { |
|||
clickbegin = true |
|||
try { |
|||
cameraClick(transformNodex) |
|||
} catch (error) { |
|||
} |
|||
}) |
|||
) |
|||
} |
|||
} |
|||
|
|||
function prepareGroupButton3(transformNodex, color, qu) { |
|||
var mesheses = null |
|||
if (transformNodex.getClassName() === 'TransformNode') { |
|||
mesheses = transformNodex.getChildMeshes(false) |
|||
} else { |
|||
mesheses = [] |
|||
mesheses.push(transformNodex) |
|||
} |
|||
|
|||
for (var i = 0; i < mesheses.length; i++) { |
|||
mesheses[i].actionManager = new BABYLON.ActionManager(scene) |
|||
mesheses[i].actionManager.registerAction( |
|||
new BABYLON.ExecuteCodeAction({ |
|||
trigger: BABYLON.ActionManager.OnPointerOverTrigger, |
|||
parameter: '' |
|||
}, |
|||
function() { |
|||
isRotating = false |
|||
camera.useAutoRotationBehavior = isRotating |
|||
} |
|||
) |
|||
) |
|||
// 移出事件
|
|||
mesheses[i].actionManager.registerAction( |
|||
new BABYLON.ExecuteCodeAction({ |
|||
trigger: BABYLON.ActionManager.OnPointerOutTrigger, |
|||
parameter: '' |
|||
}, |
|||
function() { |
|||
if (clickParentRotate) { |
|||
isRotating = true |
|||
camera.useAutoRotationBehavior = isRotating |
|||
} |
|||
} |
|||
) |
|||
) |
|||
mesheses[i].actionManager.registerAction( |
|||
new BABYLON.ExecuteCodeAction({ |
|||
trigger: BABYLON.ActionManager.OnPickTrigger, |
|||
parameter: '' |
|||
}, |
|||
function() { |
|||
clickbegin = true |
|||
try { |
|||
archCabinetsClick(transformNodex) |
|||
} catch (error) { |
|||
} |
|||
}) |
|||
) |
|||
} |
|||
} |
|||
|
|||
BABYLON.DefaultLoadingScreen.prototype.hideLoadingUI = function() { |
|||
show = 50 |
|||
document.getElementById('customLoadingScreenDiv').style.display = 'none' |
|||
document.getElementById('customLoadingScreenDiv_first').style.display = 'none' |
|||
document.title = '档案室' |
|||
|
|||
var prepareGroupButton2ByMesh = function(transformNodex, color, qu) { |
|||
var mesheses = null |
|||
if (transformNodex.getClassName() === 'Mesh') { |
|||
mesheses = [] |
|||
mesheses.push(transformNodex) |
|||
} |
|||
|
|||
for (var i = 0; i < mesheses.length; i++) { |
|||
mesheses[i].actionManager = new BABYLON.ActionManager(scene) |
|||
mesheses[i].actionManager.registerAction( |
|||
new BABYLON.ExecuteCodeAction({ |
|||
trigger: BABYLON.ActionManager.OnPointerOverTrigger, |
|||
parameter: '' |
|||
}, |
|||
function() { |
|||
if (oldMeshOther != null) { |
|||
oldMeshOther.removeBehavior(drag) |
|||
var mesheses2 = null |
|||
if (oldMeshOther.getClassName() === 'Mesh') { |
|||
mesheses2 = [] |
|||
mesheses2.push(oldMeshOther) |
|||
} |
|||
for (var i = 0; i < mesheses2.length; i++) { |
|||
try { |
|||
h2.removeMesh(mesheses2[i]) |
|||
} catch (error) { |
|||
} |
|||
} |
|||
} |
|||
|
|||
oldMeshOther = transformNodex |
|||
var mesheses3 = null |
|||
if (transformNodex.getClassName() === 'Mesh') { |
|||
mesheses3 = [] |
|||
mesheses3.push(transformNodex) |
|||
} |
|||
for (let i = 0; i < mesheses3.length; i++) { |
|||
try { |
|||
h2.addMesh(mesheses3[i], color) |
|||
} catch (error) { |
|||
} |
|||
} |
|||
isRotating = false |
|||
camera.useAutoRotationBehavior = isRotating |
|||
} |
|||
) |
|||
) |
|||
// 移出事件
|
|||
mesheses[i].actionManager.registerAction( |
|||
new BABYLON.ExecuteCodeAction({ |
|||
trigger: BABYLON.ActionManager.OnPointerOutTrigger, |
|||
parameter: '' |
|||
}, |
|||
function() { |
|||
var mesheses4 = null |
|||
if (transformNodex.getClassName() === 'Mesh') { |
|||
mesheses4 = [] |
|||
mesheses4.push(transformNodex) |
|||
} |
|||
for (var i = 0; i < mesheses4.length; i++) { |
|||
try { |
|||
h2.removeMesh(mesheses4[i]) |
|||
} catch (error) { |
|||
} |
|||
} |
|||
if (clickParentRotate) { |
|||
isRotating = true |
|||
camera.useAutoRotationBehavior = isRotating |
|||
} |
|||
} |
|||
) |
|||
) |
|||
mesheses[i].actionManager.registerAction( |
|||
new BABYLON.ExecuteCodeAction({ |
|||
trigger: BABYLON.ActionManager.OnPickTrigger, |
|||
parameter: '' |
|||
}, |
|||
function() { |
|||
try { |
|||
cameraClick(transformNodex) |
|||
} catch (error) { |
|||
} |
|||
} |
|||
) |
|||
) |
|||
} |
|||
} |
|||
|
|||
// 绑功能点
|
|||
var smokeAlarms = [] // 烟感
|
|||
scene.transformNodes.forEach(function(node) { |
|||
if (node.name.startsWith('smokealarm')) { |
|||
smokeAlarms.push(node) |
|||
} |
|||
}) |
|||
var length = smokeAlarms.length |
|||
console.log('以 smokealarm 开头的对象数量:', length) |
|||
smokeAlarms.forEach(function(jk01, index) { |
|||
console.log('smokeAlarms', jk01) |
|||
var parts = jk01.name.split('smokealarm') |
|||
if (parts.length > 1) { |
|||
const paddedIndex = String(index + 1).padStart(3, '0') |
|||
jk01.nameID = `S${paddedIndex}` |
|||
} else { |
|||
jk01.nameID = 'S000' |
|||
} |
|||
jk01.baojing = false |
|||
|
|||
prepareGroupButton2(jk01) |
|||
}) |
|||
// 存储所有 camera 相关的 Mesh 监控
|
|||
const cameraMeshes = [] |
|||
scene.transformNodes.forEach(function(node) { |
|||
if (node.name.startsWith('有害生物去除器')) { |
|||
cameraMeshes.push(node) |
|||
} |
|||
}) |
|||
const cameraCount = cameraMeshes.length |
|||
console.log('以 camera 开头的 Mesh 数量:', cameraCount) |
|||
const colorBlue = new BABYLON.Color3(0, 0, 1) |
|||
cameraMeshes.forEach((cam, index) => { |
|||
const paddedIndex = String(index + 1).padStart(3, '0') |
|||
// DAK_MO_CAM_001
|
|||
// cam.nameID = `DAK_MO_CAM_${paddedIndex}`
|
|||
cam.nameID = `cam_${paddedIndex}` |
|||
prepareGroupButton2(cam) |
|||
}) |
|||
|
|||
// 档案柜
|
|||
const archivesCabinets = []; |
|||
scene.transformNodes.forEach(function(node) { |
|||
if (node.name.startsWith('档案柜')) { |
|||
archivesCabinets.push(node); |
|||
} |
|||
}); |
|||
const archivesCabinetsCount = archivesCabinets.length; |
|||
console.log('以 档案柜 数量:', archivesCabinetsCount); |
|||
|
|||
if (archivesCabinets.length > 0) { // 增加安全判断,避免数组为空时报错
|
|||
const children = archivesCabinets[0]._children; |
|||
const filteredChildren = children.filter(cam => cam.name !== "克隆_1"); |
|||
|
|||
for (let i = filteredChildren.length - 1; i >= 0; i--) { |
|||
const cam = filteredChildren[i]; |
|||
const paddedIndex = String(filteredChildren.length - i); |
|||
cam.nameID = `cabinet-${paddedIndex}`; |
|||
prepareGroupButton3(cam); |
|||
} |
|||
} |
|||
|
|||
var light = new BABYLON.HemisphericLight('HemiLight', new BABYLON.Vector3(0, 1, 0), scene) |
|||
light.intensity = 2 |
|||
light.diffuse = new BABYLON.Color3(0.92, 0.92, 0.92) |
|||
|
|||
// 给vue页面传值,加载完成之后
|
|||
parent.getIframeLoading('false') |
|||
} |
|||
|
|||
BABYLON.DracoCompression.Configuration.decoder.wasmUrl = './js/draco_wasm_wrapper_gltf.js' |
|||
BABYLON.DracoCompression.Configuration.decoder.wasmBinaryUrl = './js/draco_decoder_gltf.wasm' |
|||
BABYLON.DracoCompression.Configuration.decoder.fallbackUrl = './js/draco_decoder_gltf.js' |
|||
|
|||
// createScene function that creates and return the scene
|
|||
var createScene = function() { |
|||
engine.displayLoadingUI() |
|||
|
|||
var scene = new BABYLON.Scene(engine) |
|||
camera = new BABYLON.ArcRotateCamera( |
|||
'Camera', 4.02, 0.98, 2.6, |
|||
new BABYLON.Vector3(1.2, 0.08, 0.03), |
|||
scene |
|||
) |
|||
camera.setTarget(new BABYLON.Vector3(0, 0, 0)) // 瞄准原点
|
|||
camera.attachControl(canvas, true) |
|||
|
|||
// ========== 关键修改:解决裁剪问题 ==========
|
|||
camera.lowerRadiusLimit = 0.1 // 减小最小距离限制,允许相机更靠近物体
|
|||
camera.upperRadiusLimit = 500 // 增大最大距离限制
|
|||
camera.inertia = 0.1 |
|||
|
|||
// 设置裁剪平面(核心解决裁剪问题)
|
|||
camera.minZ = 0.01 // 近裁剪平面:设置为较小值,避免近距离裁剪
|
|||
camera.maxZ = 1000 // 远裁剪平面:设置为较大值,避免远距离裁剪
|
|||
|
|||
// 优化相机视场角(可选,根据需求调整)
|
|||
camera.fov = 0.8 // 增大视场角,看到更多内容(默认约0.87弧度=50度)
|
|||
|
|||
camera.useAutoRotationBehavior = isRotating // 自动旋转
|
|||
|
|||
// 改变场景背景颜色 - 背景颜色opacity值设为0,达到透明背景的效果
|
|||
scene.clearColor = new BABYLON.Color4(0, 0, 0, 0) |
|||
scene.activeCamera = camera |
|||
|
|||
scene.activeCamera.useInputToRestoreState = true |
|||
|
|||
var assetsManager = new BABYLON.AssetsManager(scene) |
|||
|
|||
// 加载GLB模型并处理材质
|
|||
BABYLON.SceneLoader.LoadAssetContainerAsync('asset/', 'F5.glb', scene).then((container) => { |
|||
// 遍历所有材质
|
|||
container.materials.forEach(material => { |
|||
// 可以保留材质处理逻辑
|
|||
}) |
|||
// 将加载的资产添加到场景中
|
|||
container.addAllToScene() |
|||
|
|||
// setTimeout(() => {
|
|||
// moveCameraTo('alarm')
|
|||
// }, 3000)
|
|||
}).catch((error) => { |
|||
console.error('加载模型时出错:', error) |
|||
}) |
|||
|
|||
var hdrTexture = new BABYLON.CubeTexture.CreateFromPrefilteredData('textures/environmentSpecular.env', scene) |
|||
scene.environmentTexture = hdrTexture |
|||
|
|||
var spriteManagerPlayer = new BABYLON.SpriteManager('playerManager', './img/bl9.png', 10, { |
|||
width: 100, |
|||
height: 100 |
|||
}, scene) |
|||
spriteManagerPlayer.isPickable = true |
|||
|
|||
scene.onPointerDown = function(evt) { |
|||
var pickResult = scene.pickSprite(this.pointerX, this.pointerY) |
|||
|
|||
var pick = scene.pick(scene.pointerX, scene.pointerY) |
|||
console.log('pick', pick.pickedPoint) |
|||
if (pickResult.pickedSprite != null) { |
|||
if (pickResult.hit) { |
|||
alert(pickResult.pickedSprite.name) |
|||
} |
|||
} |
|||
} |
|||
|
|||
assetsManager.load() |
|||
|
|||
drag = new BABYLON.PointerDragBehavior({ |
|||
dragPlaneNormal: new BABYLON.Vector3(0, 0, 1) |
|||
}) |
|||
|
|||
drag.validateDrag = (targetPosition) => { |
|||
if (targetPosition.x > 10.5 || targetPosition.x < -10.5) { |
|||
return false |
|||
} |
|||
if (targetPosition.z > 10.5 || targetPosition.z < -10.5) { |
|||
return false |
|||
} |
|||
if (oldtransformNodex != null) { |
|||
return true |
|||
} |
|||
} |
|||
drag.onDragEndObservable.add((event) => { |
|||
// console.log("dragEnd");
|
|||
}) |
|||
// GUI
|
|||
h1 = new BABYLON.HighlightLayer('hl1', scene) |
|||
h2 = new BABYLON.HighlightLayer('hl2', scene) |
|||
h3 = new BABYLON.HighlightLayer('hl3', scene) // 修复重复的ID问题
|
|||
var step = 0.1 |
|||
var currentx = 1 |
|||
|
|||
h1.blurHorizontalSize = 0.1 |
|||
scene.registerAfterRender(() => { |
|||
h1.blurHorizontalSize = h1.blurVerticalSize + currentx |
|||
|
|||
var nodealert = scene.getTransformNodeByName('yan') |
|||
if (nodealert != null) { |
|||
var mesheses3 = null |
|||
if (nodealert.getClassName() === 'TransformNode') { |
|||
mesheses3 = nodealert.getChildMeshes(false) |
|||
} else { |
|||
mesheses3 = [] |
|||
mesheses3.push(nodealert) |
|||
} |
|||
for (var i = 0; i < mesheses3.length; i++) { |
|||
try { |
|||
if (nodealert.baojing === true) { |
|||
h3.addMesh(mesheses3[i], new BABYLON.Color3(1, 0, 0)) |
|||
} else { |
|||
h3.removeMesh(mesheses3[i]) |
|||
} |
|||
} catch (error) { |
|||
} |
|||
} |
|||
} |
|||
}) |
|||
|
|||
if (currentx > 0.5) { |
|||
step *= -1 |
|||
} |
|||
if (currentx < 0) { |
|||
step *= -1 |
|||
} |
|||
currentx += step |
|||
return scene |
|||
} |
|||
|
|||
var canvas = document.getElementById('renderCanvas') |
|||
// load the 3D engine
|
|||
var engine = new BABYLON.Engine(canvas, true, { |
|||
stencil: true |
|||
}) |
|||
|
|||
// call the createScene function
|
|||
var scene = createScene() |
|||
scene.autoClear = true |
|||
scene.imageProcessingConfiguration.exposure = 1 |
|||
scene.imageProcessingConfiguration.contrast = 1 |
|||
scene.environmentIntensity = 0.4 |
|||
engine.runRenderLoop(function() { |
|||
scene.render() |
|||
}) |
|||
|
|||
window.addEventListener('resize', function() { |
|||
engine.resize() |
|||
}) |
|||
|
|||
// 报警 true:表示报警, false :表示不报警
|
|||
function cameraClick(TheCamera) { |
|||
window.parent.postMessage( |
|||
{ |
|||
type: 'cameraClick', |
|||
data: TheCamera.nameID |
|||
}, |
|||
'*' |
|||
) |
|||
} |
|||
|
|||
// 报警 true:表示报警, false :表示不报警
|
|||
function archCabinetsClick(TheCamera) { |
|||
window.parent.postMessage( |
|||
{ |
|||
type: 'archCabinetsClick', |
|||
data: TheCamera.nameID |
|||
}, |
|||
'*' |
|||
) |
|||
} |
|||
|
|||
function handleAlarm(deviceId, isAlarm) { |
|||
var cl = new BABYLON.Color3(0, 0, 1) |
|||
var c2 = new BABYLON.Color3(1, 0, 0) |
|||
const targetDevice = scene.transformNodes.find(node => node.nameID === deviceId) |
|||
if (targetDevice) { |
|||
targetDevice.baojing = isAlarm |
|||
var mesheses = null |
|||
if (targetDevice.getClassName() === 'TransformNode') { |
|||
mesheses = targetDevice.getChildMeshes(false) |
|||
} else { |
|||
mesheses = [] |
|||
mesheses.push(targetDevice) |
|||
} |
|||
if (isAlarm) { |
|||
console.log('111') |
|||
for (var i = 0; i < mesheses.length; i++) { |
|||
h2.addMesh(mesheses[i], c2) |
|||
} |
|||
} else { |
|||
console.log('222') |
|||
for (var j = 0; j < mesheses.length; j++) { |
|||
h2.removeMesh(mesheses[j]) |
|||
h2.addMesh(mesheses[j], cl) |
|||
} |
|||
} |
|||
} else { |
|||
console.log(`未找到设备 ID 为 ${deviceId} 的设备`) |
|||
} |
|||
} |
|||
|
|||
window.addEventListener( |
|||
'message', |
|||
function(e) { |
|||
if (e.data.type === 'deviceState') { |
|||
console.log('ddd', e.data.data) |
|||
const deviceData = e.data.data |
|||
if (Array.isArray(deviceData)) { |
|||
deviceData.forEach((device) => { |
|||
handleAlarm(device.deviceId, device.isAlarm) |
|||
}) |
|||
} else { |
|||
handleAlarm(deviceData.deviceId, deviceData.isAlarm) |
|||
} |
|||
} else if (e.data.type === 'isGetRotate') { |
|||
const isGetRotate = e.data.value |
|||
console.log('isGetRotate:', isGetRotate) |
|||
toggleAutoRotation(isGetRotate) |
|||
} |
|||
}, |
|||
false |
|||
) |
|||
|
|||
function toggleAutoRotation(isAutoRotating) { |
|||
var camera = scene.activeCamera |
|||
clickParentRotate = !isAutoRotating |
|||
if (!isAutoRotating) { |
|||
// 启用自动旋转
|
|||
camera.useAutoRotationBehavior = true |
|||
} else { |
|||
// 禁用自动旋转
|
|||
camera.useAutoRotationBehavior = false |
|||
camera.angularSpeed = 0 // 停止旋转
|
|||
} |
|||
} |
|||
|
|||
// 相机运动到指定视角(带动画)
|
|||
function moveCameraTo(targetPreset) { |
|||
// 获取目标参数
|
|||
var target = targetAngles[targetPreset] |
|||
if (!target) return console.error('无效的视角预设') |
|||
var camera = scene.activeCamera |
|||
|
|||
// 禁用用户交互(可选)
|
|||
camera.panningInertia = 0 // 禁止平移
|
|||
|
|||
// 创建并设置动画
|
|||
var animationAlpha = new BABYLON.Animation( |
|||
'cameraAlphaAnimation', |
|||
'alpha', |
|||
60, // 帧率
|
|||
BABYLON.Animation.ANIMATIONTYPE_FLOAT, |
|||
BABYLON.Animation.ANIMATIONLOOPMODE_CONSTANT |
|||
) |
|||
|
|||
var animationBeta = new BABYLON.Animation( |
|||
'cameraBetaAnimation', |
|||
'beta', |
|||
60, // 帧率
|
|||
BABYLON.Animation.ANIMATIONTYPE_FLOAT, |
|||
BABYLON.Animation.ANIMATIONLOOPMODE_CONSTANT |
|||
) |
|||
|
|||
var animationRadius = new BABYLON.Animation( |
|||
'cameraRadiusAnimation', |
|||
'radius', |
|||
60, // 帧率
|
|||
BABYLON.Animation.ANIMATIONTYPE_FLOAT, |
|||
BABYLON.Animation.ANIMATIONLOOPMODE_CONSTANT |
|||
) |
|||
|
|||
// 定义关键帧
|
|||
var keysAlpha = [ |
|||
{ frame: 0, value: camera.alpha }, |
|||
{ frame: 120, value: target.alpha } |
|||
] |
|||
var keysBeta = [ |
|||
{ frame: 0, value: camera.beta }, |
|||
{ frame: 120, value: target.beta } |
|||
] |
|||
var keysRadius = [ |
|||
{ frame: 0, value: camera.radius }, |
|||
{ frame: 120, value: target.radius } |
|||
] |
|||
|
|||
animationAlpha.setKeys(keysAlpha) |
|||
animationBeta.setKeys(keysBeta) |
|||
animationRadius.setKeys(keysRadius) |
|||
|
|||
// 设置缓动函数
|
|||
var easingFunction = new BABYLON.CubicEase() |
|||
easingFunction.setEasingMode(BABYLON.EasingFunction.EASINGMODE_EASEINOUT) |
|||
animationAlpha.setEasingFunction(easingFunction) |
|||
animationBeta.setEasingFunction(easingFunction) |
|||
animationRadius.setEasingFunction(easingFunction) |
|||
|
|||
// 开始动画
|
|||
scene.beginDirectAnimation(camera, [animationAlpha, animationBeta, animationRadius], 0, 120, false, 1, function() { |
|||
// 动画完成后恢复用户交互
|
|||
camera.panningInertia = 0.1 |
|||
toggleAutoRotation(true) |
|||
window.parent.postMessage({ type: 'autoRotationStatus', value: true }, '*') |
|||
}) |
|||
} |
|||
16
public/web3D/js/babylon.gui.min.js
File diff suppressed because it is too large
View File
16
public/web3D/js/babylon.js
File diff suppressed because it is too large
View File
16
public/web3D/js/babylonjs.loaders.min.js
File diff suppressed because it is too large
View File
52
public/web3D/js/draco_decoder.js
File diff suppressed because it is too large
View File
48
public/web3D/js/draco_decoder_gltf.js
File diff suppressed because it is too large
View File
52
public/web3D/js/draco_encoder.js
File diff suppressed because it is too large
View File
@ -0,0 +1,104 @@ |
|||
var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.arrayIteratorImpl=function(f){var m=0;return function(){return m<f.length?{done:!1,value:f[m++]}:{done:!0}}};$jscomp.arrayIterator=function(f){return{next:$jscomp.arrayIteratorImpl(f)}};$jscomp.makeIterator=function(f){var m="undefined"!=typeof Symbol&&Symbol.iterator&&f[Symbol.iterator];return m?m.call(f):$jscomp.arrayIterator(f)}; |
|||
$jscomp.getGlobal=function(f){return"undefined"!=typeof window&&window===f?f:"undefined"!=typeof global&&null!=global?global:f};$jscomp.global=$jscomp.getGlobal(this);$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.SIMPLE_FROUND_POLYFILL=!1;$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(f,m,v){f!=Array.prototype&&f!=Object.prototype&&(f[m]=v.value)}; |
|||
$jscomp.polyfill=function(f,m,v,t){if(m){v=$jscomp.global;f=f.split(".");for(t=0;t<f.length-1;t++){var h=f[t];h in v||(v[h]={});v=v[h]}f=f[f.length-1];t=v[f];m=m(t);m!=t&&null!=m&&$jscomp.defineProperty(v,f,{configurable:!0,writable:!0,value:m})}};$jscomp.FORCE_POLYFILL_PROMISE=!1; |
|||
$jscomp.polyfill("Promise",function(f){function m(){this.batch_=null}function v(e){return e instanceof h?e:new h(function(l,f){l(e)})}if(f&&!$jscomp.FORCE_POLYFILL_PROMISE)return f;m.prototype.asyncExecute=function(e){if(null==this.batch_){this.batch_=[];var l=this;this.asyncExecuteFunction(function(){l.executeBatch_()})}this.batch_.push(e)};var t=$jscomp.global.setTimeout;m.prototype.asyncExecuteFunction=function(e){t(e,0)};m.prototype.executeBatch_=function(){for(;this.batch_&&this.batch_.length;){var e= |
|||
this.batch_;this.batch_=[];for(var l=0;l<e.length;++l){var f=e[l];e[l]=null;try{f()}catch(z){this.asyncThrow_(z)}}}this.batch_=null};m.prototype.asyncThrow_=function(e){this.asyncExecuteFunction(function(){throw e;})};var h=function(e){this.state_=0;this.result_=void 0;this.onSettledCallbacks_=[];var l=this.createResolveAndReject_();try{e(l.resolve,l.reject)}catch(S){l.reject(S)}};h.prototype.createResolveAndReject_=function(){function e(e){return function(h){f||(f=!0,e.call(l,h))}}var l=this,f=!1; |
|||
return{resolve:e(this.resolveTo_),reject:e(this.reject_)}};h.prototype.resolveTo_=function(e){if(e===this)this.reject_(new TypeError("A Promise cannot resolve to itself"));else if(e instanceof h)this.settleSameAsPromise_(e);else{a:switch(typeof e){case "object":var l=null!=e;break a;case "function":l=!0;break a;default:l=!1}l?this.resolveToNonPromiseObj_(e):this.fulfill_(e)}};h.prototype.resolveToNonPromiseObj_=function(e){var l=void 0;try{l=e.then}catch(S){this.reject_(S);return}"function"==typeof l? |
|||
this.settleSameAsThenable_(l,e):this.fulfill_(e)};h.prototype.reject_=function(e){this.settle_(2,e)};h.prototype.fulfill_=function(e){this.settle_(1,e)};h.prototype.settle_=function(e,l){if(0!=this.state_)throw Error("Cannot settle("+e+", "+l+"): Promise already settled in state"+this.state_);this.state_=e;this.result_=l;this.executeOnSettledCallbacks_()};h.prototype.executeOnSettledCallbacks_=function(){if(null!=this.onSettledCallbacks_){for(var e=0;e<this.onSettledCallbacks_.length;++e)X.asyncExecute(this.onSettledCallbacks_[e]); |
|||
this.onSettledCallbacks_=null}};var X=new m;h.prototype.settleSameAsPromise_=function(e){var l=this.createResolveAndReject_();e.callWhenSettled_(l.resolve,l.reject)};h.prototype.settleSameAsThenable_=function(e,l){var f=this.createResolveAndReject_();try{e.call(l,f.resolve,f.reject)}catch(z){f.reject(z)}};h.prototype.then=function(e,f){function l(e,f){return"function"==typeof e?function(f){try{m(e(f))}catch(p){v(p)}}:f}var m,v,t=new h(function(e,f){m=e;v=f});this.callWhenSettled_(l(e,m),l(f,v));return t}; |
|||
h.prototype.catch=function(e){return this.then(void 0,e)};h.prototype.callWhenSettled_=function(e,f){function l(){switch(h.state_){case 1:e(h.result_);break;case 2:f(h.result_);break;default:throw Error("Unexpected state: "+h.state_);}}var h=this;null==this.onSettledCallbacks_?X.asyncExecute(l):this.onSettledCallbacks_.push(l)};h.resolve=v;h.reject=function(e){return new h(function(f,h){h(e)})};h.race=function(e){return new h(function(f,h){for(var l=$jscomp.makeIterator(e),m=l.next();!m.done;m=l.next())v(m.value).callWhenSettled_(f, |
|||
h)})};h.all=function(e){var f=$jscomp.makeIterator(e),m=f.next();return m.done?v([]):new h(function(e,h){function l(f){return function(h){t[f]=h;z--;0==z&&e(t)}}var t=[],z=0;do t.push(void 0),z++,v(m.value).callWhenSettled_(l(t.length-1),h),m=f.next();while(!m.done)})};return h},"es6","es3"); |
|||
var DracoDecoderModule=function(){var f="undefined"!==typeof document&&document.currentScript?document.currentScript.src:void 0;"undefined"!==typeof __filename&&(f=f||__filename);return function(m){function v(k){return a.locateFile?a.locateFile(k,M):M+k}function t(a,c){a||z("Assertion failed: "+c)}function h(a,c,b){var d=c+b;for(b=c;a[b]&&!(b>=d);)++b;if(16<b-c&&a.subarray&&xa)return xa.decode(a.subarray(c,b));for(d="";c<b;){var k=a[c++];if(k&128){var e=a[c++]&63;if(192==(k&224))d+=String.fromCharCode((k& |
|||
31)<<6|e);else{var f=a[c++]&63;k=224==(k&240)?(k&15)<<12|e<<6|f:(k&7)<<18|e<<12|f<<6|a[c++]&63;65536>k?d+=String.fromCharCode(k):(k-=65536,d+=String.fromCharCode(55296|k>>10,56320|k&1023))}}else d+=String.fromCharCode(k)}return d}function X(a,c){return a?h(ca,a,c):""}function e(a,c){0<a%c&&(a+=c-a%c);return a}function l(k){ka=k;a.HEAP8=T=new Int8Array(k);a.HEAP16=new Int16Array(k);a.HEAP32=P=new Int32Array(k);a.HEAPU8=ca=new Uint8Array(k);a.HEAPU16=new Uint16Array(k);a.HEAPU32=new Uint32Array(k); |
|||
a.HEAPF32=new Float32Array(k);a.HEAPF64=new Float64Array(k)}function S(k){for(;0<k.length;){var c=k.shift();if("function"==typeof c)c();else{var b=c.func;"number"===typeof b?void 0===c.arg?a.dynCall_v(b):a.dynCall_vi(b,c.arg):b(void 0===c.arg?null:c.arg)}}}function z(k){if(a.onAbort)a.onAbort(k);k+="";ya(k);Y(k);za=!0;throw new WebAssembly.RuntimeError("abort("+k+"). Build with -s ASSERTIONS=1 for more info.");}function va(a){return String.prototype.startsWith?a.startsWith("data:application/octet-stream;base64,"): |
|||
0===a.indexOf("data:application/octet-stream;base64,")}function wa(){try{if(da)return new Uint8Array(da);if(la)return la(U);throw"both async and sync fetching of the wasm failed";}catch(k){z(k)}}function Ma(){return da||!ea&&!Z||"function"!==typeof fetch?new Promise(function(a,c){a(wa())}):fetch(U,{credentials:"same-origin"}).then(function(a){if(!a.ok)throw"failed to load wasm binary file at '"+U+"'";return a.arrayBuffer()}).catch(function(){return wa()})}function ba(){if(!ba.strings){var a={USER:"web_user", |
|||
LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:("object"===typeof navigator&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8",_:na},c;for(c in Aa)a[c]=Aa[c];var b=[];for(c in a)b.push(c+"="+a[c]);ba.strings=b}return ba.strings}function ma(k){function c(){if(!fa&&(fa=!0,!za)){Ba=!0;S(Ca);S(Da);if(a.onRuntimeInitialized)a.onRuntimeInitialized();if(a.postRun)for("function"==typeof a.postRun&&(a.postRun=[a.postRun]);a.postRun.length;)Ea.unshift(a.postRun.shift()); |
|||
S(Ea)}}if(!(0<aa)){if(a.preRun)for("function"==typeof a.preRun&&(a.preRun=[a.preRun]);a.preRun.length;)Fa.unshift(a.preRun.shift());S(Fa);0<aa||(a.setStatus?(a.setStatus("Running..."),setTimeout(function(){setTimeout(function(){a.setStatus("")},1);c()},1)):c())}}function p(){}function u(a){return(a||p).__cache__}function N(a,c){var b=u(c),d=b[a];if(d)return d;d=Object.create((c||p).prototype);d.ptr=a;return b[a]=d}function V(a){if("string"===typeof a){for(var c=0,b=0;b<a.length;++b){var d=a.charCodeAt(b); |
|||
55296<=d&&57343>=d&&(d=65536+((d&1023)<<10)|a.charCodeAt(++b)&1023);127>=d?++c:c=2047>=d?c+2:65535>=d?c+3:c+4}c=Array(c+1);b=0;d=c.length;if(0<d){d=b+d-1;for(var k=0;k<a.length;++k){var e=a.charCodeAt(k);if(55296<=e&&57343>=e){var f=a.charCodeAt(++k);e=65536+((e&1023)<<10)|f&1023}if(127>=e){if(b>=d)break;c[b++]=e}else{if(2047>=e){if(b+1>=d)break;c[b++]=192|e>>6}else{if(65535>=e){if(b+2>=d)break;c[b++]=224|e>>12}else{if(b+3>=d)break;c[b++]=240|e>>18;c[b++]=128|e>>12&63}c[b++]=128|e>>6&63}c[b++]=128| |
|||
e&63}}c[b]=0}a=n.alloc(c,T);n.copy(c,T,a)}return a}function x(){throw"cannot construct a Status, no constructor in IDL";}function A(){this.ptr=Oa();u(A)[this.ptr]=this}function B(){this.ptr=Pa();u(B)[this.ptr]=this}function C(){this.ptr=Qa();u(C)[this.ptr]=this}function D(){this.ptr=Ra();u(D)[this.ptr]=this}function E(){this.ptr=Sa();u(E)[this.ptr]=this}function q(){this.ptr=Ta();u(q)[this.ptr]=this}function J(){this.ptr=Ua();u(J)[this.ptr]=this}function w(){this.ptr=Va();u(w)[this.ptr]=this}function F(){this.ptr= |
|||
Wa();u(F)[this.ptr]=this}function r(){this.ptr=Xa();u(r)[this.ptr]=this}function G(){this.ptr=Ya();u(G)[this.ptr]=this}function H(){this.ptr=Za();u(H)[this.ptr]=this}function O(){this.ptr=$a();u(O)[this.ptr]=this}function K(){this.ptr=ab();u(K)[this.ptr]=this}function g(){this.ptr=bb();u(g)[this.ptr]=this}function y(){this.ptr=cb();u(y)[this.ptr]=this}function Q(){throw"cannot construct a VoidPtr, no constructor in IDL";}function I(){this.ptr=db();u(I)[this.ptr]=this}function L(){this.ptr=eb();u(L)[this.ptr]= |
|||
this}m=m||{};var a="undefined"!==typeof m?m:{},Ga=!1,Ha=!1;a.onRuntimeInitialized=function(){Ga=!0;if(Ha&&"function"===typeof a.onModuleLoaded)a.onModuleLoaded(a)};a.onModuleParsed=function(){Ha=!0;if(Ga&&"function"===typeof a.onModuleLoaded)a.onModuleLoaded(a)};a.isVersionSupported=function(a){if("string"!==typeof a)return!1;a=a.split(".");return 2>a.length||3<a.length?!1:1==a[0]&&0<=a[1]&&3>=a[1]?!0:0!=a[0]||10<a[1]?!1:!0};var ha={},W;for(W in a)a.hasOwnProperty(W)&&(ha[W]=a[W]);var na="./this.program", |
|||
ea=!1,Z=!1,oa=!1,fb=!1,Ia=!1;ea="object"===typeof window;Z="function"===typeof importScripts;oa=(fb="object"===typeof process&&"object"===typeof process.versions&&"string"===typeof process.versions.node)&&!ea&&!Z;Ia=!ea&&!oa&&!Z;var M="",pa,qa;if(oa){M=__dirname+"/";var ra=function(a,c){pa||(pa=require("fs"));qa||(qa=require("path"));a=qa.normalize(a);return pa.readFileSync(a,c?null:"utf8")};var la=function(a){a=ra(a,!0);a.buffer||(a=new Uint8Array(a));t(a.buffer);return a};1<process.argv.length&& |
|||
(na=process.argv[1].replace(/\\/g,"/"));process.argv.slice(2);process.on("uncaughtException",function(a){throw a;});process.on("unhandledRejection",z);a.inspect=function(){return"[Emscripten Module object]"}}else if(Ia)"undefined"!=typeof read&&(ra=function(a){return read(a)}),la=function(a){if("function"===typeof readbuffer)return new Uint8Array(readbuffer(a));a=read(a,"binary");t("object"===typeof a);return a},"undefined"!==typeof print&&("undefined"===typeof console&&(console={}),console.log=print, |
|||
console.warn=console.error="undefined"!==typeof printErr?printErr:print);else if(ea||Z)Z?M=self.location.href:document.currentScript&&(M=document.currentScript.src),f&&(M=f),M=0!==M.indexOf("blob:")?M.substr(0,M.lastIndexOf("/")+1):"",ra=function(a){var c=new XMLHttpRequest;c.open("GET",a,!1);c.send(null);return c.responseText},Z&&(la=function(a){var c=new XMLHttpRequest;c.open("GET",a,!1);c.responseType="arraybuffer";c.send(null);return new Uint8Array(c.response)});var ya=a.print||console.log.bind(console), |
|||
Y=a.printErr||console.warn.bind(console);for(W in ha)ha.hasOwnProperty(W)&&(a[W]=ha[W]);ha=null;a.thisProgram&&(na=a.thisProgram);var da;a.wasmBinary&&(da=a.wasmBinary);"object"!==typeof WebAssembly&&Y("no native wasm support detected");var ia,gb=new WebAssembly.Table({initial:381,maximum:381,element:"anyfunc"}),za=!1,xa="undefined"!==typeof TextDecoder?new TextDecoder("utf8"):void 0;"undefined"!==typeof TextDecoder&&new TextDecoder("utf-16le");var T,ca,P,Ja=a.TOTAL_MEMORY||16777216;if(ia=a.wasmMemory? |
|||
a.wasmMemory:new WebAssembly.Memory({initial:Ja/65536}))var ka=ia.buffer;Ja=ka.byteLength;l(ka);P[4604]=5261456;var Fa=[],Ca=[],Da=[],Ea=[],Ba=!1,aa=0,sa=null,ja=null;a.preloadedImages={};a.preloadedAudios={};var U="draco_decoder.wasm";va(U)||(U=v(U));Ca.push({func:function(){hb()}});var Aa={},R={buffers:[null,[],[]],printChar:function(a,c){var b=R.buffers[a];0===c||10===c?((1===a?ya:Y)(h(b,0)),b.length=0):b.push(c)},varargs:0,get:function(a){R.varargs+=4;return P[R.varargs-4>>2]},getStr:function(){return X(R.get())}, |
|||
get64:function(){var a=R.get();R.get();return a},getZero:function(){R.get()}},Ka={__cxa_allocate_exception:function(a){return ib(a)},__cxa_throw:function(a,c,b){"uncaught_exception"in ta?ta.uncaught_exceptions++:ta.uncaught_exceptions=1;throw a;},abort:function(){z()},emscripten_get_sbrk_ptr:function(){return 18416},emscripten_memcpy_big:function(a,c,b){ca.set(ca.subarray(c,c+b),a)},emscripten_resize_heap:function(a){if(2147418112<a)return!1;for(var c=Math.max(T.length,16777216);c<a;)c=536870912>= |
|||
c?e(2*c,65536):Math.min(e((3*c+2147483648)/4,65536),2147418112);a:{try{ia.grow(c-ka.byteLength+65535>>16);l(ia.buffer);var b=1;break a}catch(d){}b=void 0}return b?!0:!1},environ_get:function(a,c){var b=0;ba().forEach(function(d,e){var f=c+b;e=P[a+4*e>>2]=f;for(f=0;f<d.length;++f)T[e++>>0]=d.charCodeAt(f);T[e>>0]=0;b+=d.length+1});return 0},environ_sizes_get:function(a,c){var b=ba();P[a>>2]=b.length;var d=0;b.forEach(function(a){d+=a.length+1});P[c>>2]=d;return 0},fd_close:function(a){return 0},fd_seek:function(a, |
|||
c,b,d,e){return 0},fd_write:function(a,c,b,d){try{for(var e=0,f=0;f<b;f++){for(var g=P[c+8*f>>2],k=P[c+(8*f+4)>>2],h=0;h<k;h++)R.printChar(a,ca[g+h]);e+=k}P[d>>2]=e;return 0}catch(ua){return"undefined"!==typeof FS&&ua instanceof FS.ErrnoError||z(ua),ua.errno}},memory:ia,setTempRet0:function(a){},table:gb},La=function(){function e(c,b){a.asm=c.exports;aa--;a.monitorRunDependencies&&a.monitorRunDependencies(aa);0==aa&&(null!==sa&&(clearInterval(sa),sa=null),ja&&(c=ja,ja=null,c()))}function c(a){e(a.instance)} |
|||
function b(a){return Ma().then(function(a){return WebAssembly.instantiate(a,d)}).then(a,function(a){Y("failed to asynchronously prepare wasm: "+a);z(a)})}var d={env:Ka,wasi_unstable:Ka};aa++;a.monitorRunDependencies&&a.monitorRunDependencies(aa);if(a.instantiateWasm)try{return a.instantiateWasm(d,e)}catch(Na){return Y("Module.instantiateWasm callback failed with error: "+Na),!1}(function(){if(da||"function"!==typeof WebAssembly.instantiateStreaming||va(U)||"function"!==typeof fetch)return b(c);fetch(U, |
|||
{credentials:"same-origin"}).then(function(a){return WebAssembly.instantiateStreaming(a,d).then(c,function(a){Y("wasm streaming compile failed: "+a);Y("falling back to ArrayBuffer instantiation");b(c)})})})();return{}}();a.asm=La;var hb=a.___wasm_call_ctors=function(){return a.asm.__wasm_call_ctors.apply(null,arguments)},jb=a._emscripten_bind_Status_code_0=function(){return a.asm.emscripten_bind_Status_code_0.apply(null,arguments)},kb=a._emscripten_bind_Status_ok_0=function(){return a.asm.emscripten_bind_Status_ok_0.apply(null, |
|||
arguments)},lb=a._emscripten_bind_Status_error_msg_0=function(){return a.asm.emscripten_bind_Status_error_msg_0.apply(null,arguments)},mb=a._emscripten_bind_Status___destroy___0=function(){return a.asm.emscripten_bind_Status___destroy___0.apply(null,arguments)},Oa=a._emscripten_bind_DracoUInt16Array_DracoUInt16Array_0=function(){return a.asm.emscripten_bind_DracoUInt16Array_DracoUInt16Array_0.apply(null,arguments)},nb=a._emscripten_bind_DracoUInt16Array_GetValue_1=function(){return a.asm.emscripten_bind_DracoUInt16Array_GetValue_1.apply(null, |
|||
arguments)},ob=a._emscripten_bind_DracoUInt16Array_size_0=function(){return a.asm.emscripten_bind_DracoUInt16Array_size_0.apply(null,arguments)},pb=a._emscripten_bind_DracoUInt16Array___destroy___0=function(){return a.asm.emscripten_bind_DracoUInt16Array___destroy___0.apply(null,arguments)},Pa=a._emscripten_bind_PointCloud_PointCloud_0=function(){return a.asm.emscripten_bind_PointCloud_PointCloud_0.apply(null,arguments)},qb=a._emscripten_bind_PointCloud_num_attributes_0=function(){return a.asm.emscripten_bind_PointCloud_num_attributes_0.apply(null, |
|||
arguments)},rb=a._emscripten_bind_PointCloud_num_points_0=function(){return a.asm.emscripten_bind_PointCloud_num_points_0.apply(null,arguments)},sb=a._emscripten_bind_PointCloud___destroy___0=function(){return a.asm.emscripten_bind_PointCloud___destroy___0.apply(null,arguments)},Qa=a._emscripten_bind_DracoUInt8Array_DracoUInt8Array_0=function(){return a.asm.emscripten_bind_DracoUInt8Array_DracoUInt8Array_0.apply(null,arguments)},tb=a._emscripten_bind_DracoUInt8Array_GetValue_1=function(){return a.asm.emscripten_bind_DracoUInt8Array_GetValue_1.apply(null, |
|||
arguments)},ub=a._emscripten_bind_DracoUInt8Array_size_0=function(){return a.asm.emscripten_bind_DracoUInt8Array_size_0.apply(null,arguments)},vb=a._emscripten_bind_DracoUInt8Array___destroy___0=function(){return a.asm.emscripten_bind_DracoUInt8Array___destroy___0.apply(null,arguments)},Ra=a._emscripten_bind_DracoUInt32Array_DracoUInt32Array_0=function(){return a.asm.emscripten_bind_DracoUInt32Array_DracoUInt32Array_0.apply(null,arguments)},wb=a._emscripten_bind_DracoUInt32Array_GetValue_1=function(){return a.asm.emscripten_bind_DracoUInt32Array_GetValue_1.apply(null, |
|||
arguments)},xb=a._emscripten_bind_DracoUInt32Array_size_0=function(){return a.asm.emscripten_bind_DracoUInt32Array_size_0.apply(null,arguments)},yb=a._emscripten_bind_DracoUInt32Array___destroy___0=function(){return a.asm.emscripten_bind_DracoUInt32Array___destroy___0.apply(null,arguments)},Sa=a._emscripten_bind_AttributeOctahedronTransform_AttributeOctahedronTransform_0=function(){return a.asm.emscripten_bind_AttributeOctahedronTransform_AttributeOctahedronTransform_0.apply(null,arguments)},zb=a._emscripten_bind_AttributeOctahedronTransform_InitFromAttribute_1= |
|||
function(){return a.asm.emscripten_bind_AttributeOctahedronTransform_InitFromAttribute_1.apply(null,arguments)},Ab=a._emscripten_bind_AttributeOctahedronTransform_quantization_bits_0=function(){return a.asm.emscripten_bind_AttributeOctahedronTransform_quantization_bits_0.apply(null,arguments)},Bb=a._emscripten_bind_AttributeOctahedronTransform___destroy___0=function(){return a.asm.emscripten_bind_AttributeOctahedronTransform___destroy___0.apply(null,arguments)},Ta=a._emscripten_bind_PointAttribute_PointAttribute_0= |
|||
function(){return a.asm.emscripten_bind_PointAttribute_PointAttribute_0.apply(null,arguments)},Cb=a._emscripten_bind_PointAttribute_size_0=function(){return a.asm.emscripten_bind_PointAttribute_size_0.apply(null,arguments)},Db=a._emscripten_bind_PointAttribute_GetAttributeTransformData_0=function(){return a.asm.emscripten_bind_PointAttribute_GetAttributeTransformData_0.apply(null,arguments)},Eb=a._emscripten_bind_PointAttribute_attribute_type_0=function(){return a.asm.emscripten_bind_PointAttribute_attribute_type_0.apply(null, |
|||
arguments)},Fb=a._emscripten_bind_PointAttribute_data_type_0=function(){return a.asm.emscripten_bind_PointAttribute_data_type_0.apply(null,arguments)},Gb=a._emscripten_bind_PointAttribute_num_components_0=function(){return a.asm.emscripten_bind_PointAttribute_num_components_0.apply(null,arguments)},Hb=a._emscripten_bind_PointAttribute_normalized_0=function(){return a.asm.emscripten_bind_PointAttribute_normalized_0.apply(null,arguments)},Ib=a._emscripten_bind_PointAttribute_byte_stride_0=function(){return a.asm.emscripten_bind_PointAttribute_byte_stride_0.apply(null, |
|||
arguments)},Jb=a._emscripten_bind_PointAttribute_byte_offset_0=function(){return a.asm.emscripten_bind_PointAttribute_byte_offset_0.apply(null,arguments)},Kb=a._emscripten_bind_PointAttribute_unique_id_0=function(){return a.asm.emscripten_bind_PointAttribute_unique_id_0.apply(null,arguments)},Lb=a._emscripten_bind_PointAttribute___destroy___0=function(){return a.asm.emscripten_bind_PointAttribute___destroy___0.apply(null,arguments)},Ua=a._emscripten_bind_AttributeTransformData_AttributeTransformData_0= |
|||
function(){return a.asm.emscripten_bind_AttributeTransformData_AttributeTransformData_0.apply(null,arguments)},Mb=a._emscripten_bind_AttributeTransformData_transform_type_0=function(){return a.asm.emscripten_bind_AttributeTransformData_transform_type_0.apply(null,arguments)},Nb=a._emscripten_bind_AttributeTransformData___destroy___0=function(){return a.asm.emscripten_bind_AttributeTransformData___destroy___0.apply(null,arguments)},Va=a._emscripten_bind_AttributeQuantizationTransform_AttributeQuantizationTransform_0= |
|||
function(){return a.asm.emscripten_bind_AttributeQuantizationTransform_AttributeQuantizationTransform_0.apply(null,arguments)},Ob=a._emscripten_bind_AttributeQuantizationTransform_InitFromAttribute_1=function(){return a.asm.emscripten_bind_AttributeQuantizationTransform_InitFromAttribute_1.apply(null,arguments)},Pb=a._emscripten_bind_AttributeQuantizationTransform_quantization_bits_0=function(){return a.asm.emscripten_bind_AttributeQuantizationTransform_quantization_bits_0.apply(null,arguments)}, |
|||
Qb=a._emscripten_bind_AttributeQuantizationTransform_min_value_1=function(){return a.asm.emscripten_bind_AttributeQuantizationTransform_min_value_1.apply(null,arguments)},Rb=a._emscripten_bind_AttributeQuantizationTransform_range_0=function(){return a.asm.emscripten_bind_AttributeQuantizationTransform_range_0.apply(null,arguments)},Sb=a._emscripten_bind_AttributeQuantizationTransform___destroy___0=function(){return a.asm.emscripten_bind_AttributeQuantizationTransform___destroy___0.apply(null,arguments)}, |
|||
Wa=a._emscripten_bind_DracoInt8Array_DracoInt8Array_0=function(){return a.asm.emscripten_bind_DracoInt8Array_DracoInt8Array_0.apply(null,arguments)},Tb=a._emscripten_bind_DracoInt8Array_GetValue_1=function(){return a.asm.emscripten_bind_DracoInt8Array_GetValue_1.apply(null,arguments)},Ub=a._emscripten_bind_DracoInt8Array_size_0=function(){return a.asm.emscripten_bind_DracoInt8Array_size_0.apply(null,arguments)},Vb=a._emscripten_bind_DracoInt8Array___destroy___0=function(){return a.asm.emscripten_bind_DracoInt8Array___destroy___0.apply(null, |
|||
arguments)},Xa=a._emscripten_bind_MetadataQuerier_MetadataQuerier_0=function(){return a.asm.emscripten_bind_MetadataQuerier_MetadataQuerier_0.apply(null,arguments)},Wb=a._emscripten_bind_MetadataQuerier_HasEntry_2=function(){return a.asm.emscripten_bind_MetadataQuerier_HasEntry_2.apply(null,arguments)},Xb=a._emscripten_bind_MetadataQuerier_GetIntEntry_2=function(){return a.asm.emscripten_bind_MetadataQuerier_GetIntEntry_2.apply(null,arguments)},Yb=a._emscripten_bind_MetadataQuerier_GetIntEntryArray_3= |
|||
function(){return a.asm.emscripten_bind_MetadataQuerier_GetIntEntryArray_3.apply(null,arguments)},Zb=a._emscripten_bind_MetadataQuerier_GetDoubleEntry_2=function(){return a.asm.emscripten_bind_MetadataQuerier_GetDoubleEntry_2.apply(null,arguments)},$b=a._emscripten_bind_MetadataQuerier_GetStringEntry_2=function(){return a.asm.emscripten_bind_MetadataQuerier_GetStringEntry_2.apply(null,arguments)},ac=a._emscripten_bind_MetadataQuerier_NumEntries_1=function(){return a.asm.emscripten_bind_MetadataQuerier_NumEntries_1.apply(null, |
|||
arguments)},bc=a._emscripten_bind_MetadataQuerier_GetEntryName_2=function(){return a.asm.emscripten_bind_MetadataQuerier_GetEntryName_2.apply(null,arguments)},cc=a._emscripten_bind_MetadataQuerier___destroy___0=function(){return a.asm.emscripten_bind_MetadataQuerier___destroy___0.apply(null,arguments)},Ya=a._emscripten_bind_DracoInt16Array_DracoInt16Array_0=function(){return a.asm.emscripten_bind_DracoInt16Array_DracoInt16Array_0.apply(null,arguments)},dc=a._emscripten_bind_DracoInt16Array_GetValue_1= |
|||
function(){return a.asm.emscripten_bind_DracoInt16Array_GetValue_1.apply(null,arguments)},ec=a._emscripten_bind_DracoInt16Array_size_0=function(){return a.asm.emscripten_bind_DracoInt16Array_size_0.apply(null,arguments)},fc=a._emscripten_bind_DracoInt16Array___destroy___0=function(){return a.asm.emscripten_bind_DracoInt16Array___destroy___0.apply(null,arguments)},Za=a._emscripten_bind_DracoFloat32Array_DracoFloat32Array_0=function(){return a.asm.emscripten_bind_DracoFloat32Array_DracoFloat32Array_0.apply(null, |
|||
arguments)},gc=a._emscripten_bind_DracoFloat32Array_GetValue_1=function(){return a.asm.emscripten_bind_DracoFloat32Array_GetValue_1.apply(null,arguments)},hc=a._emscripten_bind_DracoFloat32Array_size_0=function(){return a.asm.emscripten_bind_DracoFloat32Array_size_0.apply(null,arguments)},ic=a._emscripten_bind_DracoFloat32Array___destroy___0=function(){return a.asm.emscripten_bind_DracoFloat32Array___destroy___0.apply(null,arguments)},$a=a._emscripten_bind_GeometryAttribute_GeometryAttribute_0=function(){return a.asm.emscripten_bind_GeometryAttribute_GeometryAttribute_0.apply(null, |
|||
arguments)},jc=a._emscripten_bind_GeometryAttribute___destroy___0=function(){return a.asm.emscripten_bind_GeometryAttribute___destroy___0.apply(null,arguments)},ab=a._emscripten_bind_DecoderBuffer_DecoderBuffer_0=function(){return a.asm.emscripten_bind_DecoderBuffer_DecoderBuffer_0.apply(null,arguments)},kc=a._emscripten_bind_DecoderBuffer_Init_2=function(){return a.asm.emscripten_bind_DecoderBuffer_Init_2.apply(null,arguments)},lc=a._emscripten_bind_DecoderBuffer___destroy___0=function(){return a.asm.emscripten_bind_DecoderBuffer___destroy___0.apply(null, |
|||
arguments)},bb=a._emscripten_bind_Decoder_Decoder_0=function(){return a.asm.emscripten_bind_Decoder_Decoder_0.apply(null,arguments)},mc=a._emscripten_bind_Decoder_GetEncodedGeometryType_1=function(){return a.asm.emscripten_bind_Decoder_GetEncodedGeometryType_1.apply(null,arguments)},nc=a._emscripten_bind_Decoder_DecodeBufferToPointCloud_2=function(){return a.asm.emscripten_bind_Decoder_DecodeBufferToPointCloud_2.apply(null,arguments)},oc=a._emscripten_bind_Decoder_DecodeBufferToMesh_2=function(){return a.asm.emscripten_bind_Decoder_DecodeBufferToMesh_2.apply(null, |
|||
arguments)},pc=a._emscripten_bind_Decoder_GetAttributeId_2=function(){return a.asm.emscripten_bind_Decoder_GetAttributeId_2.apply(null,arguments)},qc=a._emscripten_bind_Decoder_GetAttributeIdByName_2=function(){return a.asm.emscripten_bind_Decoder_GetAttributeIdByName_2.apply(null,arguments)},rc=a._emscripten_bind_Decoder_GetAttributeIdByMetadataEntry_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeIdByMetadataEntry_3.apply(null,arguments)},sc=a._emscripten_bind_Decoder_GetAttribute_2= |
|||
function(){return a.asm.emscripten_bind_Decoder_GetAttribute_2.apply(null,arguments)},tc=a._emscripten_bind_Decoder_GetAttributeByUniqueId_2=function(){return a.asm.emscripten_bind_Decoder_GetAttributeByUniqueId_2.apply(null,arguments)},uc=a._emscripten_bind_Decoder_GetMetadata_1=function(){return a.asm.emscripten_bind_Decoder_GetMetadata_1.apply(null,arguments)},vc=a._emscripten_bind_Decoder_GetAttributeMetadata_2=function(){return a.asm.emscripten_bind_Decoder_GetAttributeMetadata_2.apply(null, |
|||
arguments)},wc=a._emscripten_bind_Decoder_GetFaceFromMesh_3=function(){return a.asm.emscripten_bind_Decoder_GetFaceFromMesh_3.apply(null,arguments)},xc=a._emscripten_bind_Decoder_GetTriangleStripsFromMesh_2=function(){return a.asm.emscripten_bind_Decoder_GetTriangleStripsFromMesh_2.apply(null,arguments)},yc=a._emscripten_bind_Decoder_GetTrianglesUInt16Array_3=function(){return a.asm.emscripten_bind_Decoder_GetTrianglesUInt16Array_3.apply(null,arguments)},zc=a._emscripten_bind_Decoder_GetTrianglesUInt32Array_3= |
|||
function(){return a.asm.emscripten_bind_Decoder_GetTrianglesUInt32Array_3.apply(null,arguments)},Ac=a._emscripten_bind_Decoder_GetAttributeFloat_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeFloat_3.apply(null,arguments)},Bc=a._emscripten_bind_Decoder_GetAttributeFloatForAllPoints_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeFloatForAllPoints_3.apply(null,arguments)},Cc=a._emscripten_bind_Decoder_GetAttributeIntForAllPoints_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeIntForAllPoints_3.apply(null, |
|||
arguments)},Dc=a._emscripten_bind_Decoder_GetAttributeInt8ForAllPoints_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeInt8ForAllPoints_3.apply(null,arguments)},Ec=a._emscripten_bind_Decoder_GetAttributeUInt8ForAllPoints_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeUInt8ForAllPoints_3.apply(null,arguments)},Fc=a._emscripten_bind_Decoder_GetAttributeInt16ForAllPoints_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeInt16ForAllPoints_3.apply(null,arguments)}, |
|||
Gc=a._emscripten_bind_Decoder_GetAttributeUInt16ForAllPoints_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeUInt16ForAllPoints_3.apply(null,arguments)},Hc=a._emscripten_bind_Decoder_GetAttributeInt32ForAllPoints_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeInt32ForAllPoints_3.apply(null,arguments)},Ic=a._emscripten_bind_Decoder_GetAttributeUInt32ForAllPoints_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeUInt32ForAllPoints_3.apply(null,arguments)},Jc= |
|||
a._emscripten_bind_Decoder_GetAttributeDataArrayForAllPoints_5=function(){return a.asm.emscripten_bind_Decoder_GetAttributeDataArrayForAllPoints_5.apply(null,arguments)},Kc=a._emscripten_bind_Decoder_SkipAttributeTransform_1=function(){return a.asm.emscripten_bind_Decoder_SkipAttributeTransform_1.apply(null,arguments)},Lc=a._emscripten_bind_Decoder___destroy___0=function(){return a.asm.emscripten_bind_Decoder___destroy___0.apply(null,arguments)},cb=a._emscripten_bind_Mesh_Mesh_0=function(){return a.asm.emscripten_bind_Mesh_Mesh_0.apply(null, |
|||
arguments)},Mc=a._emscripten_bind_Mesh_num_faces_0=function(){return a.asm.emscripten_bind_Mesh_num_faces_0.apply(null,arguments)},Nc=a._emscripten_bind_Mesh_num_attributes_0=function(){return a.asm.emscripten_bind_Mesh_num_attributes_0.apply(null,arguments)},Oc=a._emscripten_bind_Mesh_num_points_0=function(){return a.asm.emscripten_bind_Mesh_num_points_0.apply(null,arguments)},Pc=a._emscripten_bind_Mesh___destroy___0=function(){return a.asm.emscripten_bind_Mesh___destroy___0.apply(null,arguments)}, |
|||
Qc=a._emscripten_bind_VoidPtr___destroy___0=function(){return a.asm.emscripten_bind_VoidPtr___destroy___0.apply(null,arguments)},db=a._emscripten_bind_DracoInt32Array_DracoInt32Array_0=function(){return a.asm.emscripten_bind_DracoInt32Array_DracoInt32Array_0.apply(null,arguments)},Rc=a._emscripten_bind_DracoInt32Array_GetValue_1=function(){return a.asm.emscripten_bind_DracoInt32Array_GetValue_1.apply(null,arguments)},Sc=a._emscripten_bind_DracoInt32Array_size_0=function(){return a.asm.emscripten_bind_DracoInt32Array_size_0.apply(null, |
|||
arguments)},Tc=a._emscripten_bind_DracoInt32Array___destroy___0=function(){return a.asm.emscripten_bind_DracoInt32Array___destroy___0.apply(null,arguments)},eb=a._emscripten_bind_Metadata_Metadata_0=function(){return a.asm.emscripten_bind_Metadata_Metadata_0.apply(null,arguments)},Uc=a._emscripten_bind_Metadata___destroy___0=function(){return a.asm.emscripten_bind_Metadata___destroy___0.apply(null,arguments)},Vc=a._emscripten_enum_draco_StatusCode_OK=function(){return a.asm.emscripten_enum_draco_StatusCode_OK.apply(null, |
|||
arguments)},Wc=a._emscripten_enum_draco_StatusCode_DRACO_ERROR=function(){return a.asm.emscripten_enum_draco_StatusCode_DRACO_ERROR.apply(null,arguments)},Xc=a._emscripten_enum_draco_StatusCode_IO_ERROR=function(){return a.asm.emscripten_enum_draco_StatusCode_IO_ERROR.apply(null,arguments)},Yc=a._emscripten_enum_draco_StatusCode_INVALID_PARAMETER=function(){return a.asm.emscripten_enum_draco_StatusCode_INVALID_PARAMETER.apply(null,arguments)},Zc=a._emscripten_enum_draco_StatusCode_UNSUPPORTED_VERSION= |
|||
function(){return a.asm.emscripten_enum_draco_StatusCode_UNSUPPORTED_VERSION.apply(null,arguments)},$c=a._emscripten_enum_draco_StatusCode_UNKNOWN_VERSION=function(){return a.asm.emscripten_enum_draco_StatusCode_UNKNOWN_VERSION.apply(null,arguments)},ad=a._emscripten_enum_draco_DataType_DT_INVALID=function(){return a.asm.emscripten_enum_draco_DataType_DT_INVALID.apply(null,arguments)},bd=a._emscripten_enum_draco_DataType_DT_INT8=function(){return a.asm.emscripten_enum_draco_DataType_DT_INT8.apply(null, |
|||
arguments)},cd=a._emscripten_enum_draco_DataType_DT_UINT8=function(){return a.asm.emscripten_enum_draco_DataType_DT_UINT8.apply(null,arguments)},dd=a._emscripten_enum_draco_DataType_DT_INT16=function(){return a.asm.emscripten_enum_draco_DataType_DT_INT16.apply(null,arguments)},ed=a._emscripten_enum_draco_DataType_DT_UINT16=function(){return a.asm.emscripten_enum_draco_DataType_DT_UINT16.apply(null,arguments)},fd=a._emscripten_enum_draco_DataType_DT_INT32=function(){return a.asm.emscripten_enum_draco_DataType_DT_INT32.apply(null, |
|||
arguments)},gd=a._emscripten_enum_draco_DataType_DT_UINT32=function(){return a.asm.emscripten_enum_draco_DataType_DT_UINT32.apply(null,arguments)},hd=a._emscripten_enum_draco_DataType_DT_INT64=function(){return a.asm.emscripten_enum_draco_DataType_DT_INT64.apply(null,arguments)},id=a._emscripten_enum_draco_DataType_DT_UINT64=function(){return a.asm.emscripten_enum_draco_DataType_DT_UINT64.apply(null,arguments)},jd=a._emscripten_enum_draco_DataType_DT_FLOAT32=function(){return a.asm.emscripten_enum_draco_DataType_DT_FLOAT32.apply(null, |
|||
arguments)},kd=a._emscripten_enum_draco_DataType_DT_FLOAT64=function(){return a.asm.emscripten_enum_draco_DataType_DT_FLOAT64.apply(null,arguments)},ld=a._emscripten_enum_draco_DataType_DT_BOOL=function(){return a.asm.emscripten_enum_draco_DataType_DT_BOOL.apply(null,arguments)},md=a._emscripten_enum_draco_DataType_DT_TYPES_COUNT=function(){return a.asm.emscripten_enum_draco_DataType_DT_TYPES_COUNT.apply(null,arguments)},nd=a._emscripten_enum_draco_EncodedGeometryType_INVALID_GEOMETRY_TYPE=function(){return a.asm.emscripten_enum_draco_EncodedGeometryType_INVALID_GEOMETRY_TYPE.apply(null, |
|||
arguments)},od=a._emscripten_enum_draco_EncodedGeometryType_POINT_CLOUD=function(){return a.asm.emscripten_enum_draco_EncodedGeometryType_POINT_CLOUD.apply(null,arguments)},pd=a._emscripten_enum_draco_EncodedGeometryType_TRIANGULAR_MESH=function(){return a.asm.emscripten_enum_draco_EncodedGeometryType_TRIANGULAR_MESH.apply(null,arguments)},qd=a._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_INVALID_TRANSFORM=function(){return a.asm.emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_INVALID_TRANSFORM.apply(null, |
|||
arguments)},rd=a._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_NO_TRANSFORM=function(){return a.asm.emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_NO_TRANSFORM.apply(null,arguments)},sd=a._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_QUANTIZATION_TRANSFORM=function(){return a.asm.emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_QUANTIZATION_TRANSFORM.apply(null,arguments)},td=a._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_OCTAHEDRON_TRANSFORM=function(){return a.asm.emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_OCTAHEDRON_TRANSFORM.apply(null, |
|||
arguments)},ud=a._emscripten_enum_draco_GeometryAttribute_Type_INVALID=function(){return a.asm.emscripten_enum_draco_GeometryAttribute_Type_INVALID.apply(null,arguments)},vd=a._emscripten_enum_draco_GeometryAttribute_Type_POSITION=function(){return a.asm.emscripten_enum_draco_GeometryAttribute_Type_POSITION.apply(null,arguments)},wd=a._emscripten_enum_draco_GeometryAttribute_Type_NORMAL=function(){return a.asm.emscripten_enum_draco_GeometryAttribute_Type_NORMAL.apply(null,arguments)},xd=a._emscripten_enum_draco_GeometryAttribute_Type_COLOR= |
|||
function(){return a.asm.emscripten_enum_draco_GeometryAttribute_Type_COLOR.apply(null,arguments)},yd=a._emscripten_enum_draco_GeometryAttribute_Type_TEX_COORD=function(){return a.asm.emscripten_enum_draco_GeometryAttribute_Type_TEX_COORD.apply(null,arguments)},zd=a._emscripten_enum_draco_GeometryAttribute_Type_GENERIC=function(){return a.asm.emscripten_enum_draco_GeometryAttribute_Type_GENERIC.apply(null,arguments)};a._setThrew=function(){return a.asm.setThrew.apply(null,arguments)};var ta=a.__ZSt18uncaught_exceptionv= |
|||
function(){return a.asm._ZSt18uncaught_exceptionv.apply(null,arguments)};a._free=function(){return a.asm.free.apply(null,arguments)};var ib=a._malloc=function(){return a.asm.malloc.apply(null,arguments)};a.stackSave=function(){return a.asm.stackSave.apply(null,arguments)};a.stackAlloc=function(){return a.asm.stackAlloc.apply(null,arguments)};a.stackRestore=function(){return a.asm.stackRestore.apply(null,arguments)};a.__growWasmMemory=function(){return a.asm.__growWasmMemory.apply(null,arguments)}; |
|||
a.dynCall_ii=function(){return a.asm.dynCall_ii.apply(null,arguments)};a.dynCall_vi=function(){return a.asm.dynCall_vi.apply(null,arguments)};a.dynCall_iii=function(){return a.asm.dynCall_iii.apply(null,arguments)};a.dynCall_vii=function(){return a.asm.dynCall_vii.apply(null,arguments)};a.dynCall_iiii=function(){return a.asm.dynCall_iiii.apply(null,arguments)};a.dynCall_v=function(){return a.asm.dynCall_v.apply(null,arguments)};a.dynCall_viii=function(){return a.asm.dynCall_viii.apply(null,arguments)}; |
|||
a.dynCall_viiii=function(){return a.asm.dynCall_viiii.apply(null,arguments)};a.dynCall_iiiiiii=function(){return a.asm.dynCall_iiiiiii.apply(null,arguments)};a.dynCall_iidiiii=function(){return a.asm.dynCall_iidiiii.apply(null,arguments)};a.dynCall_jiji=function(){return a.asm.dynCall_jiji.apply(null,arguments)};a.dynCall_viiiiii=function(){return a.asm.dynCall_viiiiii.apply(null,arguments)};a.dynCall_viiiii=function(){return a.asm.dynCall_viiiii.apply(null,arguments)};a.asm=La;var fa;a.then=function(e){if(fa)e(a); |
|||
else{var c=a.onRuntimeInitialized;a.onRuntimeInitialized=function(){c&&c();e(a)}}return a};ja=function c(){fa||ma();fa||(ja=c)};a.run=ma;if(a.preInit)for("function"==typeof a.preInit&&(a.preInit=[a.preInit]);0<a.preInit.length;)a.preInit.pop()();ma();p.prototype=Object.create(p.prototype);p.prototype.constructor=p;p.prototype.__class__=p;p.__cache__={};a.WrapperObject=p;a.getCache=u;a.wrapPointer=N;a.castObject=function(a,b){return N(a.ptr,b)};a.NULL=N(0);a.destroy=function(a){if(!a.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)"; |
|||
a.__destroy__();delete u(a.__class__)[a.ptr]};a.compare=function(a,b){return a.ptr===b.ptr};a.getPointer=function(a){return a.ptr};a.getClass=function(a){return a.__class__};var n={buffer:0,size:0,pos:0,temps:[],needed:0,prepare:function(){if(n.needed){for(var c=0;c<n.temps.length;c++)a._free(n.temps[c]);n.temps.length=0;a._free(n.buffer);n.buffer=0;n.size+=n.needed;n.needed=0}n.buffer||(n.size+=128,n.buffer=a._malloc(n.size),t(n.buffer));n.pos=0},alloc:function(c,b){t(n.buffer);c=c.length*b.BYTES_PER_ELEMENT; |
|||
c=c+7&-8;n.pos+c>=n.size?(t(0<c),n.needed+=c,b=a._malloc(c),n.temps.push(b)):(b=n.buffer+n.pos,n.pos+=c);return b},copy:function(a,b,d){switch(b.BYTES_PER_ELEMENT){case 2:d>>=1;break;case 4:d>>=2;break;case 8:d>>=3}for(var c=0;c<a.length;c++)b[d+c]=a[c]}};x.prototype=Object.create(p.prototype);x.prototype.constructor=x;x.prototype.__class__=x;x.__cache__={};a.Status=x;x.prototype.code=x.prototype.code=function(){return jb(this.ptr)};x.prototype.ok=x.prototype.ok=function(){return!!kb(this.ptr)};x.prototype.error_msg= |
|||
x.prototype.error_msg=function(){return X(lb(this.ptr))};x.prototype.__destroy__=x.prototype.__destroy__=function(){mb(this.ptr)};A.prototype=Object.create(p.prototype);A.prototype.constructor=A;A.prototype.__class__=A;A.__cache__={};a.DracoUInt16Array=A;A.prototype.GetValue=A.prototype.GetValue=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return nb(c,a)};A.prototype.size=A.prototype.size=function(){return ob(this.ptr)};A.prototype.__destroy__=A.prototype.__destroy__=function(){pb(this.ptr)}; |
|||
B.prototype=Object.create(p.prototype);B.prototype.constructor=B;B.prototype.__class__=B;B.__cache__={};a.PointCloud=B;B.prototype.num_attributes=B.prototype.num_attributes=function(){return qb(this.ptr)};B.prototype.num_points=B.prototype.num_points=function(){return rb(this.ptr)};B.prototype.__destroy__=B.prototype.__destroy__=function(){sb(this.ptr)};C.prototype=Object.create(p.prototype);C.prototype.constructor=C;C.prototype.__class__=C;C.__cache__={};a.DracoUInt8Array=C;C.prototype.GetValue= |
|||
C.prototype.GetValue=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return tb(c,a)};C.prototype.size=C.prototype.size=function(){return ub(this.ptr)};C.prototype.__destroy__=C.prototype.__destroy__=function(){vb(this.ptr)};D.prototype=Object.create(p.prototype);D.prototype.constructor=D;D.prototype.__class__=D;D.__cache__={};a.DracoUInt32Array=D;D.prototype.GetValue=D.prototype.GetValue=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return wb(c,a)};D.prototype.size=D.prototype.size= |
|||
function(){return xb(this.ptr)};D.prototype.__destroy__=D.prototype.__destroy__=function(){yb(this.ptr)};E.prototype=Object.create(p.prototype);E.prototype.constructor=E;E.prototype.__class__=E;E.__cache__={};a.AttributeOctahedronTransform=E;E.prototype.InitFromAttribute=E.prototype.InitFromAttribute=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return!!zb(c,a)};E.prototype.quantization_bits=E.prototype.quantization_bits=function(){return Ab(this.ptr)};E.prototype.__destroy__=E.prototype.__destroy__= |
|||
function(){Bb(this.ptr)};q.prototype=Object.create(p.prototype);q.prototype.constructor=q;q.prototype.__class__=q;q.__cache__={};a.PointAttribute=q;q.prototype.size=q.prototype.size=function(){return Cb(this.ptr)};q.prototype.GetAttributeTransformData=q.prototype.GetAttributeTransformData=function(){return N(Db(this.ptr),J)};q.prototype.attribute_type=q.prototype.attribute_type=function(){return Eb(this.ptr)};q.prototype.data_type=q.prototype.data_type=function(){return Fb(this.ptr)};q.prototype.num_components= |
|||
q.prototype.num_components=function(){return Gb(this.ptr)};q.prototype.normalized=q.prototype.normalized=function(){return!!Hb(this.ptr)};q.prototype.byte_stride=q.prototype.byte_stride=function(){return Ib(this.ptr)};q.prototype.byte_offset=q.prototype.byte_offset=function(){return Jb(this.ptr)};q.prototype.unique_id=q.prototype.unique_id=function(){return Kb(this.ptr)};q.prototype.__destroy__=q.prototype.__destroy__=function(){Lb(this.ptr)};J.prototype=Object.create(p.prototype);J.prototype.constructor= |
|||
J;J.prototype.__class__=J;J.__cache__={};a.AttributeTransformData=J;J.prototype.transform_type=J.prototype.transform_type=function(){return Mb(this.ptr)};J.prototype.__destroy__=J.prototype.__destroy__=function(){Nb(this.ptr)};w.prototype=Object.create(p.prototype);w.prototype.constructor=w;w.prototype.__class__=w;w.__cache__={};a.AttributeQuantizationTransform=w;w.prototype.InitFromAttribute=w.prototype.InitFromAttribute=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return!!Ob(c,a)}; |
|||
w.prototype.quantization_bits=w.prototype.quantization_bits=function(){return Pb(this.ptr)};w.prototype.min_value=w.prototype.min_value=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return Qb(c,a)};w.prototype.range=w.prototype.range=function(){return Rb(this.ptr)};w.prototype.__destroy__=w.prototype.__destroy__=function(){Sb(this.ptr)};F.prototype=Object.create(p.prototype);F.prototype.constructor=F;F.prototype.__class__=F;F.__cache__={};a.DracoInt8Array=F;F.prototype.GetValue=F.prototype.GetValue= |
|||
function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return Tb(c,a)};F.prototype.size=F.prototype.size=function(){return Ub(this.ptr)};F.prototype.__destroy__=F.prototype.__destroy__=function(){Vb(this.ptr)};r.prototype=Object.create(p.prototype);r.prototype.constructor=r;r.prototype.__class__=r;r.__cache__={};a.MetadataQuerier=r;r.prototype.HasEntry=r.prototype.HasEntry=function(a,b){var c=this.ptr;n.prepare();a&&"object"===typeof a&&(a=a.ptr);b=b&&"object"===typeof b?b.ptr:V(b);return!!Wb(c, |
|||
a,b)};r.prototype.GetIntEntry=r.prototype.GetIntEntry=function(a,b){var c=this.ptr;n.prepare();a&&"object"===typeof a&&(a=a.ptr);b=b&&"object"===typeof b?b.ptr:V(b);return Xb(c,a,b)};r.prototype.GetIntEntryArray=r.prototype.GetIntEntryArray=function(a,b,d){var c=this.ptr;n.prepare();a&&"object"===typeof a&&(a=a.ptr);b=b&&"object"===typeof b?b.ptr:V(b);d&&"object"===typeof d&&(d=d.ptr);Yb(c,a,b,d)};r.prototype.GetDoubleEntry=r.prototype.GetDoubleEntry=function(a,b){var c=this.ptr;n.prepare();a&&"object"=== |
|||
typeof a&&(a=a.ptr);b=b&&"object"===typeof b?b.ptr:V(b);return Zb(c,a,b)};r.prototype.GetStringEntry=r.prototype.GetStringEntry=function(a,b){var c=this.ptr;n.prepare();a&&"object"===typeof a&&(a=a.ptr);b=b&&"object"===typeof b?b.ptr:V(b);return X($b(c,a,b))};r.prototype.NumEntries=r.prototype.NumEntries=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return ac(c,a)};r.prototype.GetEntryName=r.prototype.GetEntryName=function(a,b){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"=== |
|||
typeof b&&(b=b.ptr);return X(bc(c,a,b))};r.prototype.__destroy__=r.prototype.__destroy__=function(){cc(this.ptr)};G.prototype=Object.create(p.prototype);G.prototype.constructor=G;G.prototype.__class__=G;G.__cache__={};a.DracoInt16Array=G;G.prototype.GetValue=G.prototype.GetValue=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return dc(c,a)};G.prototype.size=G.prototype.size=function(){return ec(this.ptr)};G.prototype.__destroy__=G.prototype.__destroy__=function(){fc(this.ptr)};H.prototype= |
|||
Object.create(p.prototype);H.prototype.constructor=H;H.prototype.__class__=H;H.__cache__={};a.DracoFloat32Array=H;H.prototype.GetValue=H.prototype.GetValue=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return gc(c,a)};H.prototype.size=H.prototype.size=function(){return hc(this.ptr)};H.prototype.__destroy__=H.prototype.__destroy__=function(){ic(this.ptr)};O.prototype=Object.create(p.prototype);O.prototype.constructor=O;O.prototype.__class__=O;O.__cache__={};a.GeometryAttribute=O;O.prototype.__destroy__= |
|||
O.prototype.__destroy__=function(){jc(this.ptr)};K.prototype=Object.create(p.prototype);K.prototype.constructor=K;K.prototype.__class__=K;K.__cache__={};a.DecoderBuffer=K;K.prototype.Init=K.prototype.Init=function(a,b){var c=this.ptr;n.prepare();if("object"==typeof a&&"object"===typeof a){var e=n.alloc(a,T);n.copy(a,T,e);a=e}b&&"object"===typeof b&&(b=b.ptr);kc(c,a,b)};K.prototype.__destroy__=K.prototype.__destroy__=function(){lc(this.ptr)};g.prototype=Object.create(p.prototype);g.prototype.constructor= |
|||
g;g.prototype.__class__=g;g.__cache__={};a.Decoder=g;g.prototype.GetEncodedGeometryType=g.prototype.GetEncodedGeometryType=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return mc(c,a)};g.prototype.DecodeBufferToPointCloud=g.prototype.DecodeBufferToPointCloud=function(a,b){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);return N(nc(c,a,b),x)};g.prototype.DecodeBufferToMesh=g.prototype.DecodeBufferToMesh=function(a,b){var c=this.ptr;a&&"object"===typeof a&& |
|||
(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);return N(oc(c,a,b),x)};g.prototype.GetAttributeId=g.prototype.GetAttributeId=function(a,b){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);return pc(c,a,b)};g.prototype.GetAttributeIdByName=g.prototype.GetAttributeIdByName=function(a,b){var c=this.ptr;n.prepare();a&&"object"===typeof a&&(a=a.ptr);b=b&&"object"===typeof b?b.ptr:V(b);return qc(c,a,b)};g.prototype.GetAttributeIdByMetadataEntry=g.prototype.GetAttributeIdByMetadataEntry= |
|||
function(a,b,d){var c=this.ptr;n.prepare();a&&"object"===typeof a&&(a=a.ptr);b=b&&"object"===typeof b?b.ptr:V(b);d=d&&"object"===typeof d?d.ptr:V(d);return rc(c,a,b,d)};g.prototype.GetAttribute=g.prototype.GetAttribute=function(a,b){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);return N(sc(c,a,b),q)};g.prototype.GetAttributeByUniqueId=g.prototype.GetAttributeByUniqueId=function(a,b){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr); |
|||
return N(tc(c,a,b),q)};g.prototype.GetMetadata=g.prototype.GetMetadata=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return N(uc(c,a),L)};g.prototype.GetAttributeMetadata=g.prototype.GetAttributeMetadata=function(a,b){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);return N(vc(c,a,b),L)};g.prototype.GetFaceFromMesh=g.prototype.GetFaceFromMesh=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"=== |
|||
typeof d&&(d=d.ptr);return!!wc(c,a,b,d)};g.prototype.GetTriangleStripsFromMesh=g.prototype.GetTriangleStripsFromMesh=function(a,b){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);return xc(c,a,b)};g.prototype.GetTrianglesUInt16Array=g.prototype.GetTrianglesUInt16Array=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!yc(c,a,b,d)};g.prototype.GetTrianglesUInt32Array=g.prototype.GetTrianglesUInt32Array= |
|||
function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!zc(c,a,b,d)};g.prototype.GetAttributeFloat=g.prototype.GetAttributeFloat=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Ac(c,a,b,d)};g.prototype.GetAttributeFloatForAllPoints=g.prototype.GetAttributeFloatForAllPoints=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&& |
|||
(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Bc(c,a,b,d)};g.prototype.GetAttributeIntForAllPoints=g.prototype.GetAttributeIntForAllPoints=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Cc(c,a,b,d)};g.prototype.GetAttributeInt8ForAllPoints=g.prototype.GetAttributeInt8ForAllPoints=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&& |
|||
(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Dc(c,a,b,d)};g.prototype.GetAttributeUInt8ForAllPoints=g.prototype.GetAttributeUInt8ForAllPoints=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Ec(c,a,b,d)};g.prototype.GetAttributeInt16ForAllPoints=g.prototype.GetAttributeInt16ForAllPoints=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&& |
|||
(d=d.ptr);return!!Fc(c,a,b,d)};g.prototype.GetAttributeUInt16ForAllPoints=g.prototype.GetAttributeUInt16ForAllPoints=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Gc(c,a,b,d)};g.prototype.GetAttributeInt32ForAllPoints=g.prototype.GetAttributeInt32ForAllPoints=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Hc(c, |
|||
a,b,d)};g.prototype.GetAttributeUInt32ForAllPoints=g.prototype.GetAttributeUInt32ForAllPoints=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Ic(c,a,b,d)};g.prototype.GetAttributeDataArrayForAllPoints=g.prototype.GetAttributeDataArrayForAllPoints=function(a,b,d,e,f){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);e&&"object"===typeof e&& |
|||
(e=e.ptr);f&&"object"===typeof f&&(f=f.ptr);return!!Jc(c,a,b,d,e,f)};g.prototype.SkipAttributeTransform=g.prototype.SkipAttributeTransform=function(a){var b=this.ptr;a&&"object"===typeof a&&(a=a.ptr);Kc(b,a)};g.prototype.__destroy__=g.prototype.__destroy__=function(){Lc(this.ptr)};y.prototype=Object.create(p.prototype);y.prototype.constructor=y;y.prototype.__class__=y;y.__cache__={};a.Mesh=y;y.prototype.num_faces=y.prototype.num_faces=function(){return Mc(this.ptr)};y.prototype.num_attributes=y.prototype.num_attributes= |
|||
function(){return Nc(this.ptr)};y.prototype.num_points=y.prototype.num_points=function(){return Oc(this.ptr)};y.prototype.__destroy__=y.prototype.__destroy__=function(){Pc(this.ptr)};Q.prototype=Object.create(p.prototype);Q.prototype.constructor=Q;Q.prototype.__class__=Q;Q.__cache__={};a.VoidPtr=Q;Q.prototype.__destroy__=Q.prototype.__destroy__=function(){Qc(this.ptr)};I.prototype=Object.create(p.prototype);I.prototype.constructor=I;I.prototype.__class__=I;I.__cache__={};a.DracoInt32Array=I;I.prototype.GetValue= |
|||
I.prototype.GetValue=function(a){var b=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return Rc(b,a)};I.prototype.size=I.prototype.size=function(){return Sc(this.ptr)};I.prototype.__destroy__=I.prototype.__destroy__=function(){Tc(this.ptr)};L.prototype=Object.create(p.prototype);L.prototype.constructor=L;L.prototype.__class__=L;L.__cache__={};a.Metadata=L;L.prototype.__destroy__=L.prototype.__destroy__=function(){Uc(this.ptr)};(function(){function c(){a.OK=Vc();a.DRACO_ERROR=Wc();a.IO_ERROR=Xc();a.INVALID_PARAMETER= |
|||
Yc();a.UNSUPPORTED_VERSION=Zc();a.UNKNOWN_VERSION=$c();a.DT_INVALID=ad();a.DT_INT8=bd();a.DT_UINT8=cd();a.DT_INT16=dd();a.DT_UINT16=ed();a.DT_INT32=fd();a.DT_UINT32=gd();a.DT_INT64=hd();a.DT_UINT64=id();a.DT_FLOAT32=jd();a.DT_FLOAT64=kd();a.DT_BOOL=ld();a.DT_TYPES_COUNT=md();a.INVALID_GEOMETRY_TYPE=nd();a.POINT_CLOUD=od();a.TRIANGULAR_MESH=pd();a.ATTRIBUTE_INVALID_TRANSFORM=qd();a.ATTRIBUTE_NO_TRANSFORM=rd();a.ATTRIBUTE_QUANTIZATION_TRANSFORM=sd();a.ATTRIBUTE_OCTAHEDRON_TRANSFORM=td();a.INVALID=ud(); |
|||
a.POSITION=vd();a.NORMAL=wd();a.COLOR=xd();a.TEX_COORD=yd();a.GENERIC=zd()}Ba?c():Da.unshift(c)})();if("function"===typeof a.onModuleParsed)a.onModuleParsed();return m}}();"object"===typeof exports&&"object"===typeof module?module.exports=DracoDecoderModule:"function"===typeof define&&define.amd?define([],function(){return DracoDecoderModule}):"object"===typeof exports&&(exports.DracoDecoderModule=DracoDecoderModule); |
|||
@ -0,0 +1,104 @@ |
|||
var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.arrayIteratorImpl=function(f){var m=0;return function(){return m<f.length?{done:!1,value:f[m++]}:{done:!0}}};$jscomp.arrayIterator=function(f){return{next:$jscomp.arrayIteratorImpl(f)}};$jscomp.makeIterator=function(f){var m="undefined"!=typeof Symbol&&Symbol.iterator&&f[Symbol.iterator];return m?m.call(f):$jscomp.arrayIterator(f)}; |
|||
$jscomp.getGlobal=function(f){return"undefined"!=typeof window&&window===f?f:"undefined"!=typeof global&&null!=global?global:f};$jscomp.global=$jscomp.getGlobal(this);$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.SIMPLE_FROUND_POLYFILL=!1;$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(f,m,v){f!=Array.prototype&&f!=Object.prototype&&(f[m]=v.value)}; |
|||
$jscomp.polyfill=function(f,m,v,t){if(m){v=$jscomp.global;f=f.split(".");for(t=0;t<f.length-1;t++){var h=f[t];h in v||(v[h]={});v=v[h]}f=f[f.length-1];t=v[f];m=m(t);m!=t&&null!=m&&$jscomp.defineProperty(v,f,{configurable:!0,writable:!0,value:m})}};$jscomp.FORCE_POLYFILL_PROMISE=!1; |
|||
$jscomp.polyfill("Promise",function(f){function m(){this.batch_=null}function v(e){return e instanceof h?e:new h(function(l,f){l(e)})}if(f&&!$jscomp.FORCE_POLYFILL_PROMISE)return f;m.prototype.asyncExecute=function(e){if(null==this.batch_){this.batch_=[];var l=this;this.asyncExecuteFunction(function(){l.executeBatch_()})}this.batch_.push(e)};var t=$jscomp.global.setTimeout;m.prototype.asyncExecuteFunction=function(e){t(e,0)};m.prototype.executeBatch_=function(){for(;this.batch_&&this.batch_.length;){var e= |
|||
this.batch_;this.batch_=[];for(var l=0;l<e.length;++l){var f=e[l];e[l]=null;try{f()}catch(z){this.asyncThrow_(z)}}}this.batch_=null};m.prototype.asyncThrow_=function(e){this.asyncExecuteFunction(function(){throw e;})};var h=function(e){this.state_=0;this.result_=void 0;this.onSettledCallbacks_=[];var l=this.createResolveAndReject_();try{e(l.resolve,l.reject)}catch(S){l.reject(S)}};h.prototype.createResolveAndReject_=function(){function e(e){return function(h){f||(f=!0,e.call(l,h))}}var l=this,f=!1; |
|||
return{resolve:e(this.resolveTo_),reject:e(this.reject_)}};h.prototype.resolveTo_=function(e){if(e===this)this.reject_(new TypeError("A Promise cannot resolve to itself"));else if(e instanceof h)this.settleSameAsPromise_(e);else{a:switch(typeof e){case "object":var l=null!=e;break a;case "function":l=!0;break a;default:l=!1}l?this.resolveToNonPromiseObj_(e):this.fulfill_(e)}};h.prototype.resolveToNonPromiseObj_=function(e){var l=void 0;try{l=e.then}catch(S){this.reject_(S);return}"function"==typeof l? |
|||
this.settleSameAsThenable_(l,e):this.fulfill_(e)};h.prototype.reject_=function(e){this.settle_(2,e)};h.prototype.fulfill_=function(e){this.settle_(1,e)};h.prototype.settle_=function(e,l){if(0!=this.state_)throw Error("Cannot settle("+e+", "+l+"): Promise already settled in state"+this.state_);this.state_=e;this.result_=l;this.executeOnSettledCallbacks_()};h.prototype.executeOnSettledCallbacks_=function(){if(null!=this.onSettledCallbacks_){for(var e=0;e<this.onSettledCallbacks_.length;++e)X.asyncExecute(this.onSettledCallbacks_[e]); |
|||
this.onSettledCallbacks_=null}};var X=new m;h.prototype.settleSameAsPromise_=function(e){var l=this.createResolveAndReject_();e.callWhenSettled_(l.resolve,l.reject)};h.prototype.settleSameAsThenable_=function(e,l){var f=this.createResolveAndReject_();try{e.call(l,f.resolve,f.reject)}catch(z){f.reject(z)}};h.prototype.then=function(e,f){function l(e,f){return"function"==typeof e?function(f){try{m(e(f))}catch(p){v(p)}}:f}var m,v,t=new h(function(e,f){m=e;v=f});this.callWhenSettled_(l(e,m),l(f,v));return t}; |
|||
h.prototype.catch=function(e){return this.then(void 0,e)};h.prototype.callWhenSettled_=function(e,f){function l(){switch(h.state_){case 1:e(h.result_);break;case 2:f(h.result_);break;default:throw Error("Unexpected state: "+h.state_);}}var h=this;null==this.onSettledCallbacks_?X.asyncExecute(l):this.onSettledCallbacks_.push(l)};h.resolve=v;h.reject=function(e){return new h(function(f,h){h(e)})};h.race=function(e){return new h(function(f,h){for(var l=$jscomp.makeIterator(e),m=l.next();!m.done;m=l.next())v(m.value).callWhenSettled_(f, |
|||
h)})};h.all=function(e){var f=$jscomp.makeIterator(e),m=f.next();return m.done?v([]):new h(function(e,h){function l(f){return function(h){t[f]=h;z--;0==z&&e(t)}}var t=[],z=0;do t.push(void 0),z++,v(m.value).callWhenSettled_(l(t.length-1),h),m=f.next();while(!m.done)})};return h},"es6","es3"); |
|||
var DracoDecoderModule=function(){var f="undefined"!==typeof document&&document.currentScript?document.currentScript.src:void 0;"undefined"!==typeof __filename&&(f=f||__filename);return function(m){function v(k){return a.locateFile?a.locateFile(k,M):M+k}function t(a,c){a||z("Assertion failed: "+c)}function h(a,c,b){var d=c+b;for(b=c;a[b]&&!(b>=d);)++b;if(16<b-c&&a.subarray&&xa)return xa.decode(a.subarray(c,b));for(d="";c<b;){var k=a[c++];if(k&128){var e=a[c++]&63;if(192==(k&224))d+=String.fromCharCode((k& |
|||
31)<<6|e);else{var f=a[c++]&63;k=224==(k&240)?(k&15)<<12|e<<6|f:(k&7)<<18|e<<12|f<<6|a[c++]&63;65536>k?d+=String.fromCharCode(k):(k-=65536,d+=String.fromCharCode(55296|k>>10,56320|k&1023))}}else d+=String.fromCharCode(k)}return d}function X(a,c){return a?h(ca,a,c):""}function e(a,c){0<a%c&&(a+=c-a%c);return a}function l(k){ka=k;a.HEAP8=T=new Int8Array(k);a.HEAP16=new Int16Array(k);a.HEAP32=P=new Int32Array(k);a.HEAPU8=ca=new Uint8Array(k);a.HEAPU16=new Uint16Array(k);a.HEAPU32=new Uint32Array(k); |
|||
a.HEAPF32=new Float32Array(k);a.HEAPF64=new Float64Array(k)}function S(k){for(;0<k.length;){var c=k.shift();if("function"==typeof c)c();else{var b=c.func;"number"===typeof b?void 0===c.arg?a.dynCall_v(b):a.dynCall_vi(b,c.arg):b(void 0===c.arg?null:c.arg)}}}function z(k){if(a.onAbort)a.onAbort(k);k+="";ya(k);Y(k);za=!0;throw new WebAssembly.RuntimeError("abort("+k+"). Build with -s ASSERTIONS=1 for more info.");}function va(a){return String.prototype.startsWith?a.startsWith("data:application/octet-stream;base64,"): |
|||
0===a.indexOf("data:application/octet-stream;base64,")}function wa(){try{if(da)return new Uint8Array(da);if(la)return la(U);throw"both async and sync fetching of the wasm failed";}catch(k){z(k)}}function Ma(){return da||!ea&&!Z||"function"!==typeof fetch?new Promise(function(a,c){a(wa())}):fetch(U,{credentials:"same-origin"}).then(function(a){if(!a.ok)throw"failed to load wasm binary file at '"+U+"'";return a.arrayBuffer()}).catch(function(){return wa()})}function ba(){if(!ba.strings){var a={USER:"web_user", |
|||
LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:("object"===typeof navigator&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8",_:na},c;for(c in Aa)a[c]=Aa[c];var b=[];for(c in a)b.push(c+"="+a[c]);ba.strings=b}return ba.strings}function ma(k){function c(){if(!fa&&(fa=!0,!za)){Ba=!0;S(Ca);S(Da);if(a.onRuntimeInitialized)a.onRuntimeInitialized();if(a.postRun)for("function"==typeof a.postRun&&(a.postRun=[a.postRun]);a.postRun.length;)Ea.unshift(a.postRun.shift()); |
|||
S(Ea)}}if(!(0<aa)){if(a.preRun)for("function"==typeof a.preRun&&(a.preRun=[a.preRun]);a.preRun.length;)Fa.unshift(a.preRun.shift());S(Fa);0<aa||(a.setStatus?(a.setStatus("Running..."),setTimeout(function(){setTimeout(function(){a.setStatus("")},1);c()},1)):c())}}function p(){}function u(a){return(a||p).__cache__}function N(a,c){var b=u(c),d=b[a];if(d)return d;d=Object.create((c||p).prototype);d.ptr=a;return b[a]=d}function V(a){if("string"===typeof a){for(var c=0,b=0;b<a.length;++b){var d=a.charCodeAt(b); |
|||
55296<=d&&57343>=d&&(d=65536+((d&1023)<<10)|a.charCodeAt(++b)&1023);127>=d?++c:c=2047>=d?c+2:65535>=d?c+3:c+4}c=Array(c+1);b=0;d=c.length;if(0<d){d=b+d-1;for(var k=0;k<a.length;++k){var e=a.charCodeAt(k);if(55296<=e&&57343>=e){var f=a.charCodeAt(++k);e=65536+((e&1023)<<10)|f&1023}if(127>=e){if(b>=d)break;c[b++]=e}else{if(2047>=e){if(b+1>=d)break;c[b++]=192|e>>6}else{if(65535>=e){if(b+2>=d)break;c[b++]=224|e>>12}else{if(b+3>=d)break;c[b++]=240|e>>18;c[b++]=128|e>>12&63}c[b++]=128|e>>6&63}c[b++]=128| |
|||
e&63}}c[b]=0}a=n.alloc(c,T);n.copy(c,T,a)}return a}function x(){throw"cannot construct a Status, no constructor in IDL";}function A(){this.ptr=Oa();u(A)[this.ptr]=this}function B(){this.ptr=Pa();u(B)[this.ptr]=this}function C(){this.ptr=Qa();u(C)[this.ptr]=this}function D(){this.ptr=Ra();u(D)[this.ptr]=this}function E(){this.ptr=Sa();u(E)[this.ptr]=this}function q(){this.ptr=Ta();u(q)[this.ptr]=this}function J(){this.ptr=Ua();u(J)[this.ptr]=this}function w(){this.ptr=Va();u(w)[this.ptr]=this}function F(){this.ptr= |
|||
Wa();u(F)[this.ptr]=this}function r(){this.ptr=Xa();u(r)[this.ptr]=this}function G(){this.ptr=Ya();u(G)[this.ptr]=this}function H(){this.ptr=Za();u(H)[this.ptr]=this}function O(){this.ptr=$a();u(O)[this.ptr]=this}function K(){this.ptr=ab();u(K)[this.ptr]=this}function g(){this.ptr=bb();u(g)[this.ptr]=this}function y(){this.ptr=cb();u(y)[this.ptr]=this}function Q(){throw"cannot construct a VoidPtr, no constructor in IDL";}function I(){this.ptr=db();u(I)[this.ptr]=this}function L(){this.ptr=eb();u(L)[this.ptr]= |
|||
this}m=m||{};var a="undefined"!==typeof m?m:{},Ga=!1,Ha=!1;a.onRuntimeInitialized=function(){Ga=!0;if(Ha&&"function"===typeof a.onModuleLoaded)a.onModuleLoaded(a)};a.onModuleParsed=function(){Ha=!0;if(Ga&&"function"===typeof a.onModuleLoaded)a.onModuleLoaded(a)};a.isVersionSupported=function(a){if("string"!==typeof a)return!1;a=a.split(".");return 2>a.length||3<a.length?!1:1==a[0]&&0<=a[1]&&3>=a[1]?!0:0!=a[0]||10<a[1]?!1:!0};var ha={},W;for(W in a)a.hasOwnProperty(W)&&(ha[W]=a[W]);var na="./this.program", |
|||
ea=!1,Z=!1,oa=!1,fb=!1,Ia=!1;ea="object"===typeof window;Z="function"===typeof importScripts;oa=(fb="object"===typeof process&&"object"===typeof process.versions&&"string"===typeof process.versions.node)&&!ea&&!Z;Ia=!ea&&!oa&&!Z;var M="",pa,qa;if(oa){M=__dirname+"/";var ra=function(a,c){pa||(pa=require("fs"));qa||(qa=require("path"));a=qa.normalize(a);return pa.readFileSync(a,c?null:"utf8")};var la=function(a){a=ra(a,!0);a.buffer||(a=new Uint8Array(a));t(a.buffer);return a};1<process.argv.length&& |
|||
(na=process.argv[1].replace(/\\/g,"/"));process.argv.slice(2);process.on("uncaughtException",function(a){throw a;});process.on("unhandledRejection",z);a.inspect=function(){return"[Emscripten Module object]"}}else if(Ia)"undefined"!=typeof read&&(ra=function(a){return read(a)}),la=function(a){if("function"===typeof readbuffer)return new Uint8Array(readbuffer(a));a=read(a,"binary");t("object"===typeof a);return a},"undefined"!==typeof print&&("undefined"===typeof console&&(console={}),console.log=print, |
|||
console.warn=console.error="undefined"!==typeof printErr?printErr:print);else if(ea||Z)Z?M=self.location.href:document.currentScript&&(M=document.currentScript.src),f&&(M=f),M=0!==M.indexOf("blob:")?M.substr(0,M.lastIndexOf("/")+1):"",ra=function(a){var c=new XMLHttpRequest;c.open("GET",a,!1);c.send(null);return c.responseText},Z&&(la=function(a){var c=new XMLHttpRequest;c.open("GET",a,!1);c.responseType="arraybuffer";c.send(null);return new Uint8Array(c.response)});var ya=a.print||console.log.bind(console), |
|||
Y=a.printErr||console.warn.bind(console);for(W in ha)ha.hasOwnProperty(W)&&(a[W]=ha[W]);ha=null;a.thisProgram&&(na=a.thisProgram);var da;a.wasmBinary&&(da=a.wasmBinary);"object"!==typeof WebAssembly&&Y("no native wasm support detected");var ia,gb=new WebAssembly.Table({initial:293,maximum:293,element:"anyfunc"}),za=!1,xa="undefined"!==typeof TextDecoder?new TextDecoder("utf8"):void 0;"undefined"!==typeof TextDecoder&&new TextDecoder("utf-16le");var T,ca,P,Ja=a.TOTAL_MEMORY||16777216;if(ia=a.wasmMemory? |
|||
a.wasmMemory:new WebAssembly.Memory({initial:Ja/65536}))var ka=ia.buffer;Ja=ka.byteLength;l(ka);P[3416]=5256704;var Fa=[],Ca=[],Da=[],Ea=[],Ba=!1,aa=0,sa=null,ja=null;a.preloadedImages={};a.preloadedAudios={};var U="draco_decoder.wasm";va(U)||(U=v(U));Ca.push({func:function(){hb()}});var Aa={},R={buffers:[null,[],[]],printChar:function(a,c){var b=R.buffers[a];0===c||10===c?((1===a?ya:Y)(h(b,0)),b.length=0):b.push(c)},varargs:0,get:function(a){R.varargs+=4;return P[R.varargs-4>>2]},getStr:function(){return X(R.get())}, |
|||
get64:function(){var a=R.get();R.get();return a},getZero:function(){R.get()}},Ka={__cxa_allocate_exception:function(a){return ib(a)},__cxa_throw:function(a,c,b){"uncaught_exception"in ta?ta.uncaught_exceptions++:ta.uncaught_exceptions=1;throw a;},abort:function(){z()},emscripten_get_sbrk_ptr:function(){return 13664},emscripten_memcpy_big:function(a,c,b){ca.set(ca.subarray(c,c+b),a)},emscripten_resize_heap:function(a){if(2147418112<a)return!1;for(var c=Math.max(T.length,16777216);c<a;)c=536870912>= |
|||
c?e(2*c,65536):Math.min(e((3*c+2147483648)/4,65536),2147418112);a:{try{ia.grow(c-ka.byteLength+65535>>16);l(ia.buffer);var b=1;break a}catch(d){}b=void 0}return b?!0:!1},environ_get:function(a,c){var b=0;ba().forEach(function(d,e){var f=c+b;e=P[a+4*e>>2]=f;for(f=0;f<d.length;++f)T[e++>>0]=d.charCodeAt(f);T[e>>0]=0;b+=d.length+1});return 0},environ_sizes_get:function(a,c){var b=ba();P[a>>2]=b.length;var d=0;b.forEach(function(a){d+=a.length+1});P[c>>2]=d;return 0},fd_close:function(a){return 0},fd_seek:function(a, |
|||
c,b,d,e){return 0},fd_write:function(a,c,b,d){try{for(var e=0,f=0;f<b;f++){for(var g=P[c+8*f>>2],k=P[c+(8*f+4)>>2],h=0;h<k;h++)R.printChar(a,ca[g+h]);e+=k}P[d>>2]=e;return 0}catch(ua){return"undefined"!==typeof FS&&ua instanceof FS.ErrnoError||z(ua),ua.errno}},memory:ia,setTempRet0:function(a){},table:gb},La=function(){function e(c,b){a.asm=c.exports;aa--;a.monitorRunDependencies&&a.monitorRunDependencies(aa);0==aa&&(null!==sa&&(clearInterval(sa),sa=null),ja&&(c=ja,ja=null,c()))}function c(a){e(a.instance)} |
|||
function b(a){return Ma().then(function(a){return WebAssembly.instantiate(a,d)}).then(a,function(a){Y("failed to asynchronously prepare wasm: "+a);z(a)})}var d={env:Ka,wasi_unstable:Ka};aa++;a.monitorRunDependencies&&a.monitorRunDependencies(aa);if(a.instantiateWasm)try{return a.instantiateWasm(d,e)}catch(Na){return Y("Module.instantiateWasm callback failed with error: "+Na),!1}(function(){if(da||"function"!==typeof WebAssembly.instantiateStreaming||va(U)||"function"!==typeof fetch)return b(c);fetch(U, |
|||
{credentials:"same-origin"}).then(function(a){return WebAssembly.instantiateStreaming(a,d).then(c,function(a){Y("wasm streaming compile failed: "+a);Y("falling back to ArrayBuffer instantiation");b(c)})})})();return{}}();a.asm=La;var hb=a.___wasm_call_ctors=function(){return a.asm.__wasm_call_ctors.apply(null,arguments)},jb=a._emscripten_bind_Status_code_0=function(){return a.asm.emscripten_bind_Status_code_0.apply(null,arguments)},kb=a._emscripten_bind_Status_ok_0=function(){return a.asm.emscripten_bind_Status_ok_0.apply(null, |
|||
arguments)},lb=a._emscripten_bind_Status_error_msg_0=function(){return a.asm.emscripten_bind_Status_error_msg_0.apply(null,arguments)},mb=a._emscripten_bind_Status___destroy___0=function(){return a.asm.emscripten_bind_Status___destroy___0.apply(null,arguments)},Oa=a._emscripten_bind_DracoUInt16Array_DracoUInt16Array_0=function(){return a.asm.emscripten_bind_DracoUInt16Array_DracoUInt16Array_0.apply(null,arguments)},nb=a._emscripten_bind_DracoUInt16Array_GetValue_1=function(){return a.asm.emscripten_bind_DracoUInt16Array_GetValue_1.apply(null, |
|||
arguments)},ob=a._emscripten_bind_DracoUInt16Array_size_0=function(){return a.asm.emscripten_bind_DracoUInt16Array_size_0.apply(null,arguments)},pb=a._emscripten_bind_DracoUInt16Array___destroy___0=function(){return a.asm.emscripten_bind_DracoUInt16Array___destroy___0.apply(null,arguments)},Pa=a._emscripten_bind_PointCloud_PointCloud_0=function(){return a.asm.emscripten_bind_PointCloud_PointCloud_0.apply(null,arguments)},qb=a._emscripten_bind_PointCloud_num_attributes_0=function(){return a.asm.emscripten_bind_PointCloud_num_attributes_0.apply(null, |
|||
arguments)},rb=a._emscripten_bind_PointCloud_num_points_0=function(){return a.asm.emscripten_bind_PointCloud_num_points_0.apply(null,arguments)},sb=a._emscripten_bind_PointCloud___destroy___0=function(){return a.asm.emscripten_bind_PointCloud___destroy___0.apply(null,arguments)},Qa=a._emscripten_bind_DracoUInt8Array_DracoUInt8Array_0=function(){return a.asm.emscripten_bind_DracoUInt8Array_DracoUInt8Array_0.apply(null,arguments)},tb=a._emscripten_bind_DracoUInt8Array_GetValue_1=function(){return a.asm.emscripten_bind_DracoUInt8Array_GetValue_1.apply(null, |
|||
arguments)},ub=a._emscripten_bind_DracoUInt8Array_size_0=function(){return a.asm.emscripten_bind_DracoUInt8Array_size_0.apply(null,arguments)},vb=a._emscripten_bind_DracoUInt8Array___destroy___0=function(){return a.asm.emscripten_bind_DracoUInt8Array___destroy___0.apply(null,arguments)},Ra=a._emscripten_bind_DracoUInt32Array_DracoUInt32Array_0=function(){return a.asm.emscripten_bind_DracoUInt32Array_DracoUInt32Array_0.apply(null,arguments)},wb=a._emscripten_bind_DracoUInt32Array_GetValue_1=function(){return a.asm.emscripten_bind_DracoUInt32Array_GetValue_1.apply(null, |
|||
arguments)},xb=a._emscripten_bind_DracoUInt32Array_size_0=function(){return a.asm.emscripten_bind_DracoUInt32Array_size_0.apply(null,arguments)},yb=a._emscripten_bind_DracoUInt32Array___destroy___0=function(){return a.asm.emscripten_bind_DracoUInt32Array___destroy___0.apply(null,arguments)},Sa=a._emscripten_bind_AttributeOctahedronTransform_AttributeOctahedronTransform_0=function(){return a.asm.emscripten_bind_AttributeOctahedronTransform_AttributeOctahedronTransform_0.apply(null,arguments)},zb=a._emscripten_bind_AttributeOctahedronTransform_InitFromAttribute_1= |
|||
function(){return a.asm.emscripten_bind_AttributeOctahedronTransform_InitFromAttribute_1.apply(null,arguments)},Ab=a._emscripten_bind_AttributeOctahedronTransform_quantization_bits_0=function(){return a.asm.emscripten_bind_AttributeOctahedronTransform_quantization_bits_0.apply(null,arguments)},Bb=a._emscripten_bind_AttributeOctahedronTransform___destroy___0=function(){return a.asm.emscripten_bind_AttributeOctahedronTransform___destroy___0.apply(null,arguments)},Ta=a._emscripten_bind_PointAttribute_PointAttribute_0= |
|||
function(){return a.asm.emscripten_bind_PointAttribute_PointAttribute_0.apply(null,arguments)},Cb=a._emscripten_bind_PointAttribute_size_0=function(){return a.asm.emscripten_bind_PointAttribute_size_0.apply(null,arguments)},Db=a._emscripten_bind_PointAttribute_GetAttributeTransformData_0=function(){return a.asm.emscripten_bind_PointAttribute_GetAttributeTransformData_0.apply(null,arguments)},Eb=a._emscripten_bind_PointAttribute_attribute_type_0=function(){return a.asm.emscripten_bind_PointAttribute_attribute_type_0.apply(null, |
|||
arguments)},Fb=a._emscripten_bind_PointAttribute_data_type_0=function(){return a.asm.emscripten_bind_PointAttribute_data_type_0.apply(null,arguments)},Gb=a._emscripten_bind_PointAttribute_num_components_0=function(){return a.asm.emscripten_bind_PointAttribute_num_components_0.apply(null,arguments)},Hb=a._emscripten_bind_PointAttribute_normalized_0=function(){return a.asm.emscripten_bind_PointAttribute_normalized_0.apply(null,arguments)},Ib=a._emscripten_bind_PointAttribute_byte_stride_0=function(){return a.asm.emscripten_bind_PointAttribute_byte_stride_0.apply(null, |
|||
arguments)},Jb=a._emscripten_bind_PointAttribute_byte_offset_0=function(){return a.asm.emscripten_bind_PointAttribute_byte_offset_0.apply(null,arguments)},Kb=a._emscripten_bind_PointAttribute_unique_id_0=function(){return a.asm.emscripten_bind_PointAttribute_unique_id_0.apply(null,arguments)},Lb=a._emscripten_bind_PointAttribute___destroy___0=function(){return a.asm.emscripten_bind_PointAttribute___destroy___0.apply(null,arguments)},Ua=a._emscripten_bind_AttributeTransformData_AttributeTransformData_0= |
|||
function(){return a.asm.emscripten_bind_AttributeTransformData_AttributeTransformData_0.apply(null,arguments)},Mb=a._emscripten_bind_AttributeTransformData_transform_type_0=function(){return a.asm.emscripten_bind_AttributeTransformData_transform_type_0.apply(null,arguments)},Nb=a._emscripten_bind_AttributeTransformData___destroy___0=function(){return a.asm.emscripten_bind_AttributeTransformData___destroy___0.apply(null,arguments)},Va=a._emscripten_bind_AttributeQuantizationTransform_AttributeQuantizationTransform_0= |
|||
function(){return a.asm.emscripten_bind_AttributeQuantizationTransform_AttributeQuantizationTransform_0.apply(null,arguments)},Ob=a._emscripten_bind_AttributeQuantizationTransform_InitFromAttribute_1=function(){return a.asm.emscripten_bind_AttributeQuantizationTransform_InitFromAttribute_1.apply(null,arguments)},Pb=a._emscripten_bind_AttributeQuantizationTransform_quantization_bits_0=function(){return a.asm.emscripten_bind_AttributeQuantizationTransform_quantization_bits_0.apply(null,arguments)}, |
|||
Qb=a._emscripten_bind_AttributeQuantizationTransform_min_value_1=function(){return a.asm.emscripten_bind_AttributeQuantizationTransform_min_value_1.apply(null,arguments)},Rb=a._emscripten_bind_AttributeQuantizationTransform_range_0=function(){return a.asm.emscripten_bind_AttributeQuantizationTransform_range_0.apply(null,arguments)},Sb=a._emscripten_bind_AttributeQuantizationTransform___destroy___0=function(){return a.asm.emscripten_bind_AttributeQuantizationTransform___destroy___0.apply(null,arguments)}, |
|||
Wa=a._emscripten_bind_DracoInt8Array_DracoInt8Array_0=function(){return a.asm.emscripten_bind_DracoInt8Array_DracoInt8Array_0.apply(null,arguments)},Tb=a._emscripten_bind_DracoInt8Array_GetValue_1=function(){return a.asm.emscripten_bind_DracoInt8Array_GetValue_1.apply(null,arguments)},Ub=a._emscripten_bind_DracoInt8Array_size_0=function(){return a.asm.emscripten_bind_DracoInt8Array_size_0.apply(null,arguments)},Vb=a._emscripten_bind_DracoInt8Array___destroy___0=function(){return a.asm.emscripten_bind_DracoInt8Array___destroy___0.apply(null, |
|||
arguments)},Xa=a._emscripten_bind_MetadataQuerier_MetadataQuerier_0=function(){return a.asm.emscripten_bind_MetadataQuerier_MetadataQuerier_0.apply(null,arguments)},Wb=a._emscripten_bind_MetadataQuerier_HasEntry_2=function(){return a.asm.emscripten_bind_MetadataQuerier_HasEntry_2.apply(null,arguments)},Xb=a._emscripten_bind_MetadataQuerier_GetIntEntry_2=function(){return a.asm.emscripten_bind_MetadataQuerier_GetIntEntry_2.apply(null,arguments)},Yb=a._emscripten_bind_MetadataQuerier_GetIntEntryArray_3= |
|||
function(){return a.asm.emscripten_bind_MetadataQuerier_GetIntEntryArray_3.apply(null,arguments)},Zb=a._emscripten_bind_MetadataQuerier_GetDoubleEntry_2=function(){return a.asm.emscripten_bind_MetadataQuerier_GetDoubleEntry_2.apply(null,arguments)},$b=a._emscripten_bind_MetadataQuerier_GetStringEntry_2=function(){return a.asm.emscripten_bind_MetadataQuerier_GetStringEntry_2.apply(null,arguments)},ac=a._emscripten_bind_MetadataQuerier_NumEntries_1=function(){return a.asm.emscripten_bind_MetadataQuerier_NumEntries_1.apply(null, |
|||
arguments)},bc=a._emscripten_bind_MetadataQuerier_GetEntryName_2=function(){return a.asm.emscripten_bind_MetadataQuerier_GetEntryName_2.apply(null,arguments)},cc=a._emscripten_bind_MetadataQuerier___destroy___0=function(){return a.asm.emscripten_bind_MetadataQuerier___destroy___0.apply(null,arguments)},Ya=a._emscripten_bind_DracoInt16Array_DracoInt16Array_0=function(){return a.asm.emscripten_bind_DracoInt16Array_DracoInt16Array_0.apply(null,arguments)},dc=a._emscripten_bind_DracoInt16Array_GetValue_1= |
|||
function(){return a.asm.emscripten_bind_DracoInt16Array_GetValue_1.apply(null,arguments)},ec=a._emscripten_bind_DracoInt16Array_size_0=function(){return a.asm.emscripten_bind_DracoInt16Array_size_0.apply(null,arguments)},fc=a._emscripten_bind_DracoInt16Array___destroy___0=function(){return a.asm.emscripten_bind_DracoInt16Array___destroy___0.apply(null,arguments)},Za=a._emscripten_bind_DracoFloat32Array_DracoFloat32Array_0=function(){return a.asm.emscripten_bind_DracoFloat32Array_DracoFloat32Array_0.apply(null, |
|||
arguments)},gc=a._emscripten_bind_DracoFloat32Array_GetValue_1=function(){return a.asm.emscripten_bind_DracoFloat32Array_GetValue_1.apply(null,arguments)},hc=a._emscripten_bind_DracoFloat32Array_size_0=function(){return a.asm.emscripten_bind_DracoFloat32Array_size_0.apply(null,arguments)},ic=a._emscripten_bind_DracoFloat32Array___destroy___0=function(){return a.asm.emscripten_bind_DracoFloat32Array___destroy___0.apply(null,arguments)},$a=a._emscripten_bind_GeometryAttribute_GeometryAttribute_0=function(){return a.asm.emscripten_bind_GeometryAttribute_GeometryAttribute_0.apply(null, |
|||
arguments)},jc=a._emscripten_bind_GeometryAttribute___destroy___0=function(){return a.asm.emscripten_bind_GeometryAttribute___destroy___0.apply(null,arguments)},ab=a._emscripten_bind_DecoderBuffer_DecoderBuffer_0=function(){return a.asm.emscripten_bind_DecoderBuffer_DecoderBuffer_0.apply(null,arguments)},kc=a._emscripten_bind_DecoderBuffer_Init_2=function(){return a.asm.emscripten_bind_DecoderBuffer_Init_2.apply(null,arguments)},lc=a._emscripten_bind_DecoderBuffer___destroy___0=function(){return a.asm.emscripten_bind_DecoderBuffer___destroy___0.apply(null, |
|||
arguments)},bb=a._emscripten_bind_Decoder_Decoder_0=function(){return a.asm.emscripten_bind_Decoder_Decoder_0.apply(null,arguments)},mc=a._emscripten_bind_Decoder_GetEncodedGeometryType_1=function(){return a.asm.emscripten_bind_Decoder_GetEncodedGeometryType_1.apply(null,arguments)},nc=a._emscripten_bind_Decoder_DecodeBufferToPointCloud_2=function(){return a.asm.emscripten_bind_Decoder_DecodeBufferToPointCloud_2.apply(null,arguments)},oc=a._emscripten_bind_Decoder_DecodeBufferToMesh_2=function(){return a.asm.emscripten_bind_Decoder_DecodeBufferToMesh_2.apply(null, |
|||
arguments)},pc=a._emscripten_bind_Decoder_GetAttributeId_2=function(){return a.asm.emscripten_bind_Decoder_GetAttributeId_2.apply(null,arguments)},qc=a._emscripten_bind_Decoder_GetAttributeIdByName_2=function(){return a.asm.emscripten_bind_Decoder_GetAttributeIdByName_2.apply(null,arguments)},rc=a._emscripten_bind_Decoder_GetAttributeIdByMetadataEntry_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeIdByMetadataEntry_3.apply(null,arguments)},sc=a._emscripten_bind_Decoder_GetAttribute_2= |
|||
function(){return a.asm.emscripten_bind_Decoder_GetAttribute_2.apply(null,arguments)},tc=a._emscripten_bind_Decoder_GetAttributeByUniqueId_2=function(){return a.asm.emscripten_bind_Decoder_GetAttributeByUniqueId_2.apply(null,arguments)},uc=a._emscripten_bind_Decoder_GetMetadata_1=function(){return a.asm.emscripten_bind_Decoder_GetMetadata_1.apply(null,arguments)},vc=a._emscripten_bind_Decoder_GetAttributeMetadata_2=function(){return a.asm.emscripten_bind_Decoder_GetAttributeMetadata_2.apply(null, |
|||
arguments)},wc=a._emscripten_bind_Decoder_GetFaceFromMesh_3=function(){return a.asm.emscripten_bind_Decoder_GetFaceFromMesh_3.apply(null,arguments)},xc=a._emscripten_bind_Decoder_GetTriangleStripsFromMesh_2=function(){return a.asm.emscripten_bind_Decoder_GetTriangleStripsFromMesh_2.apply(null,arguments)},yc=a._emscripten_bind_Decoder_GetTrianglesUInt16Array_3=function(){return a.asm.emscripten_bind_Decoder_GetTrianglesUInt16Array_3.apply(null,arguments)},zc=a._emscripten_bind_Decoder_GetTrianglesUInt32Array_3= |
|||
function(){return a.asm.emscripten_bind_Decoder_GetTrianglesUInt32Array_3.apply(null,arguments)},Ac=a._emscripten_bind_Decoder_GetAttributeFloat_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeFloat_3.apply(null,arguments)},Bc=a._emscripten_bind_Decoder_GetAttributeFloatForAllPoints_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeFloatForAllPoints_3.apply(null,arguments)},Cc=a._emscripten_bind_Decoder_GetAttributeIntForAllPoints_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeIntForAllPoints_3.apply(null, |
|||
arguments)},Dc=a._emscripten_bind_Decoder_GetAttributeInt8ForAllPoints_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeInt8ForAllPoints_3.apply(null,arguments)},Ec=a._emscripten_bind_Decoder_GetAttributeUInt8ForAllPoints_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeUInt8ForAllPoints_3.apply(null,arguments)},Fc=a._emscripten_bind_Decoder_GetAttributeInt16ForAllPoints_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeInt16ForAllPoints_3.apply(null,arguments)}, |
|||
Gc=a._emscripten_bind_Decoder_GetAttributeUInt16ForAllPoints_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeUInt16ForAllPoints_3.apply(null,arguments)},Hc=a._emscripten_bind_Decoder_GetAttributeInt32ForAllPoints_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeInt32ForAllPoints_3.apply(null,arguments)},Ic=a._emscripten_bind_Decoder_GetAttributeUInt32ForAllPoints_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeUInt32ForAllPoints_3.apply(null,arguments)},Jc= |
|||
a._emscripten_bind_Decoder_GetAttributeDataArrayForAllPoints_5=function(){return a.asm.emscripten_bind_Decoder_GetAttributeDataArrayForAllPoints_5.apply(null,arguments)},Kc=a._emscripten_bind_Decoder_SkipAttributeTransform_1=function(){return a.asm.emscripten_bind_Decoder_SkipAttributeTransform_1.apply(null,arguments)},Lc=a._emscripten_bind_Decoder___destroy___0=function(){return a.asm.emscripten_bind_Decoder___destroy___0.apply(null,arguments)},cb=a._emscripten_bind_Mesh_Mesh_0=function(){return a.asm.emscripten_bind_Mesh_Mesh_0.apply(null, |
|||
arguments)},Mc=a._emscripten_bind_Mesh_num_faces_0=function(){return a.asm.emscripten_bind_Mesh_num_faces_0.apply(null,arguments)},Nc=a._emscripten_bind_Mesh_num_attributes_0=function(){return a.asm.emscripten_bind_Mesh_num_attributes_0.apply(null,arguments)},Oc=a._emscripten_bind_Mesh_num_points_0=function(){return a.asm.emscripten_bind_Mesh_num_points_0.apply(null,arguments)},Pc=a._emscripten_bind_Mesh___destroy___0=function(){return a.asm.emscripten_bind_Mesh___destroy___0.apply(null,arguments)}, |
|||
Qc=a._emscripten_bind_VoidPtr___destroy___0=function(){return a.asm.emscripten_bind_VoidPtr___destroy___0.apply(null,arguments)},db=a._emscripten_bind_DracoInt32Array_DracoInt32Array_0=function(){return a.asm.emscripten_bind_DracoInt32Array_DracoInt32Array_0.apply(null,arguments)},Rc=a._emscripten_bind_DracoInt32Array_GetValue_1=function(){return a.asm.emscripten_bind_DracoInt32Array_GetValue_1.apply(null,arguments)},Sc=a._emscripten_bind_DracoInt32Array_size_0=function(){return a.asm.emscripten_bind_DracoInt32Array_size_0.apply(null, |
|||
arguments)},Tc=a._emscripten_bind_DracoInt32Array___destroy___0=function(){return a.asm.emscripten_bind_DracoInt32Array___destroy___0.apply(null,arguments)},eb=a._emscripten_bind_Metadata_Metadata_0=function(){return a.asm.emscripten_bind_Metadata_Metadata_0.apply(null,arguments)},Uc=a._emscripten_bind_Metadata___destroy___0=function(){return a.asm.emscripten_bind_Metadata___destroy___0.apply(null,arguments)},Vc=a._emscripten_enum_draco_StatusCode_OK=function(){return a.asm.emscripten_enum_draco_StatusCode_OK.apply(null, |
|||
arguments)},Wc=a._emscripten_enum_draco_StatusCode_DRACO_ERROR=function(){return a.asm.emscripten_enum_draco_StatusCode_DRACO_ERROR.apply(null,arguments)},Xc=a._emscripten_enum_draco_StatusCode_IO_ERROR=function(){return a.asm.emscripten_enum_draco_StatusCode_IO_ERROR.apply(null,arguments)},Yc=a._emscripten_enum_draco_StatusCode_INVALID_PARAMETER=function(){return a.asm.emscripten_enum_draco_StatusCode_INVALID_PARAMETER.apply(null,arguments)},Zc=a._emscripten_enum_draco_StatusCode_UNSUPPORTED_VERSION= |
|||
function(){return a.asm.emscripten_enum_draco_StatusCode_UNSUPPORTED_VERSION.apply(null,arguments)},$c=a._emscripten_enum_draco_StatusCode_UNKNOWN_VERSION=function(){return a.asm.emscripten_enum_draco_StatusCode_UNKNOWN_VERSION.apply(null,arguments)},ad=a._emscripten_enum_draco_DataType_DT_INVALID=function(){return a.asm.emscripten_enum_draco_DataType_DT_INVALID.apply(null,arguments)},bd=a._emscripten_enum_draco_DataType_DT_INT8=function(){return a.asm.emscripten_enum_draco_DataType_DT_INT8.apply(null, |
|||
arguments)},cd=a._emscripten_enum_draco_DataType_DT_UINT8=function(){return a.asm.emscripten_enum_draco_DataType_DT_UINT8.apply(null,arguments)},dd=a._emscripten_enum_draco_DataType_DT_INT16=function(){return a.asm.emscripten_enum_draco_DataType_DT_INT16.apply(null,arguments)},ed=a._emscripten_enum_draco_DataType_DT_UINT16=function(){return a.asm.emscripten_enum_draco_DataType_DT_UINT16.apply(null,arguments)},fd=a._emscripten_enum_draco_DataType_DT_INT32=function(){return a.asm.emscripten_enum_draco_DataType_DT_INT32.apply(null, |
|||
arguments)},gd=a._emscripten_enum_draco_DataType_DT_UINT32=function(){return a.asm.emscripten_enum_draco_DataType_DT_UINT32.apply(null,arguments)},hd=a._emscripten_enum_draco_DataType_DT_INT64=function(){return a.asm.emscripten_enum_draco_DataType_DT_INT64.apply(null,arguments)},id=a._emscripten_enum_draco_DataType_DT_UINT64=function(){return a.asm.emscripten_enum_draco_DataType_DT_UINT64.apply(null,arguments)},jd=a._emscripten_enum_draco_DataType_DT_FLOAT32=function(){return a.asm.emscripten_enum_draco_DataType_DT_FLOAT32.apply(null, |
|||
arguments)},kd=a._emscripten_enum_draco_DataType_DT_FLOAT64=function(){return a.asm.emscripten_enum_draco_DataType_DT_FLOAT64.apply(null,arguments)},ld=a._emscripten_enum_draco_DataType_DT_BOOL=function(){return a.asm.emscripten_enum_draco_DataType_DT_BOOL.apply(null,arguments)},md=a._emscripten_enum_draco_DataType_DT_TYPES_COUNT=function(){return a.asm.emscripten_enum_draco_DataType_DT_TYPES_COUNT.apply(null,arguments)},nd=a._emscripten_enum_draco_EncodedGeometryType_INVALID_GEOMETRY_TYPE=function(){return a.asm.emscripten_enum_draco_EncodedGeometryType_INVALID_GEOMETRY_TYPE.apply(null, |
|||
arguments)},od=a._emscripten_enum_draco_EncodedGeometryType_POINT_CLOUD=function(){return a.asm.emscripten_enum_draco_EncodedGeometryType_POINT_CLOUD.apply(null,arguments)},pd=a._emscripten_enum_draco_EncodedGeometryType_TRIANGULAR_MESH=function(){return a.asm.emscripten_enum_draco_EncodedGeometryType_TRIANGULAR_MESH.apply(null,arguments)},qd=a._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_INVALID_TRANSFORM=function(){return a.asm.emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_INVALID_TRANSFORM.apply(null, |
|||
arguments)},rd=a._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_NO_TRANSFORM=function(){return a.asm.emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_NO_TRANSFORM.apply(null,arguments)},sd=a._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_QUANTIZATION_TRANSFORM=function(){return a.asm.emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_QUANTIZATION_TRANSFORM.apply(null,arguments)},td=a._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_OCTAHEDRON_TRANSFORM=function(){return a.asm.emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_OCTAHEDRON_TRANSFORM.apply(null, |
|||
arguments)},ud=a._emscripten_enum_draco_GeometryAttribute_Type_INVALID=function(){return a.asm.emscripten_enum_draco_GeometryAttribute_Type_INVALID.apply(null,arguments)},vd=a._emscripten_enum_draco_GeometryAttribute_Type_POSITION=function(){return a.asm.emscripten_enum_draco_GeometryAttribute_Type_POSITION.apply(null,arguments)},wd=a._emscripten_enum_draco_GeometryAttribute_Type_NORMAL=function(){return a.asm.emscripten_enum_draco_GeometryAttribute_Type_NORMAL.apply(null,arguments)},xd=a._emscripten_enum_draco_GeometryAttribute_Type_COLOR= |
|||
function(){return a.asm.emscripten_enum_draco_GeometryAttribute_Type_COLOR.apply(null,arguments)},yd=a._emscripten_enum_draco_GeometryAttribute_Type_TEX_COORD=function(){return a.asm.emscripten_enum_draco_GeometryAttribute_Type_TEX_COORD.apply(null,arguments)},zd=a._emscripten_enum_draco_GeometryAttribute_Type_GENERIC=function(){return a.asm.emscripten_enum_draco_GeometryAttribute_Type_GENERIC.apply(null,arguments)};a._setThrew=function(){return a.asm.setThrew.apply(null,arguments)};var ta=a.__ZSt18uncaught_exceptionv= |
|||
function(){return a.asm._ZSt18uncaught_exceptionv.apply(null,arguments)};a._free=function(){return a.asm.free.apply(null,arguments)};var ib=a._malloc=function(){return a.asm.malloc.apply(null,arguments)};a.stackSave=function(){return a.asm.stackSave.apply(null,arguments)};a.stackAlloc=function(){return a.asm.stackAlloc.apply(null,arguments)};a.stackRestore=function(){return a.asm.stackRestore.apply(null,arguments)};a.__growWasmMemory=function(){return a.asm.__growWasmMemory.apply(null,arguments)}; |
|||
a.dynCall_ii=function(){return a.asm.dynCall_ii.apply(null,arguments)};a.dynCall_vi=function(){return a.asm.dynCall_vi.apply(null,arguments)};a.dynCall_iii=function(){return a.asm.dynCall_iii.apply(null,arguments)};a.dynCall_vii=function(){return a.asm.dynCall_vii.apply(null,arguments)};a.dynCall_iiii=function(){return a.asm.dynCall_iiii.apply(null,arguments)};a.dynCall_v=function(){return a.asm.dynCall_v.apply(null,arguments)};a.dynCall_viii=function(){return a.asm.dynCall_viii.apply(null,arguments)}; |
|||
a.dynCall_viiii=function(){return a.asm.dynCall_viiii.apply(null,arguments)};a.dynCall_iiiiiii=function(){return a.asm.dynCall_iiiiiii.apply(null,arguments)};a.dynCall_iidiiii=function(){return a.asm.dynCall_iidiiii.apply(null,arguments)};a.dynCall_jiji=function(){return a.asm.dynCall_jiji.apply(null,arguments)};a.dynCall_viiiiii=function(){return a.asm.dynCall_viiiiii.apply(null,arguments)};a.dynCall_viiiii=function(){return a.asm.dynCall_viiiii.apply(null,arguments)};a.asm=La;var fa;a.then=function(e){if(fa)e(a); |
|||
else{var c=a.onRuntimeInitialized;a.onRuntimeInitialized=function(){c&&c();e(a)}}return a};ja=function c(){fa||ma();fa||(ja=c)};a.run=ma;if(a.preInit)for("function"==typeof a.preInit&&(a.preInit=[a.preInit]);0<a.preInit.length;)a.preInit.pop()();ma();p.prototype=Object.create(p.prototype);p.prototype.constructor=p;p.prototype.__class__=p;p.__cache__={};a.WrapperObject=p;a.getCache=u;a.wrapPointer=N;a.castObject=function(a,b){return N(a.ptr,b)};a.NULL=N(0);a.destroy=function(a){if(!a.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)"; |
|||
a.__destroy__();delete u(a.__class__)[a.ptr]};a.compare=function(a,b){return a.ptr===b.ptr};a.getPointer=function(a){return a.ptr};a.getClass=function(a){return a.__class__};var n={buffer:0,size:0,pos:0,temps:[],needed:0,prepare:function(){if(n.needed){for(var c=0;c<n.temps.length;c++)a._free(n.temps[c]);n.temps.length=0;a._free(n.buffer);n.buffer=0;n.size+=n.needed;n.needed=0}n.buffer||(n.size+=128,n.buffer=a._malloc(n.size),t(n.buffer));n.pos=0},alloc:function(c,b){t(n.buffer);c=c.length*b.BYTES_PER_ELEMENT; |
|||
c=c+7&-8;n.pos+c>=n.size?(t(0<c),n.needed+=c,b=a._malloc(c),n.temps.push(b)):(b=n.buffer+n.pos,n.pos+=c);return b},copy:function(a,b,d){switch(b.BYTES_PER_ELEMENT){case 2:d>>=1;break;case 4:d>>=2;break;case 8:d>>=3}for(var c=0;c<a.length;c++)b[d+c]=a[c]}};x.prototype=Object.create(p.prototype);x.prototype.constructor=x;x.prototype.__class__=x;x.__cache__={};a.Status=x;x.prototype.code=x.prototype.code=function(){return jb(this.ptr)};x.prototype.ok=x.prototype.ok=function(){return!!kb(this.ptr)};x.prototype.error_msg= |
|||
x.prototype.error_msg=function(){return X(lb(this.ptr))};x.prototype.__destroy__=x.prototype.__destroy__=function(){mb(this.ptr)};A.prototype=Object.create(p.prototype);A.prototype.constructor=A;A.prototype.__class__=A;A.__cache__={};a.DracoUInt16Array=A;A.prototype.GetValue=A.prototype.GetValue=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return nb(c,a)};A.prototype.size=A.prototype.size=function(){return ob(this.ptr)};A.prototype.__destroy__=A.prototype.__destroy__=function(){pb(this.ptr)}; |
|||
B.prototype=Object.create(p.prototype);B.prototype.constructor=B;B.prototype.__class__=B;B.__cache__={};a.PointCloud=B;B.prototype.num_attributes=B.prototype.num_attributes=function(){return qb(this.ptr)};B.prototype.num_points=B.prototype.num_points=function(){return rb(this.ptr)};B.prototype.__destroy__=B.prototype.__destroy__=function(){sb(this.ptr)};C.prototype=Object.create(p.prototype);C.prototype.constructor=C;C.prototype.__class__=C;C.__cache__={};a.DracoUInt8Array=C;C.prototype.GetValue= |
|||
C.prototype.GetValue=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return tb(c,a)};C.prototype.size=C.prototype.size=function(){return ub(this.ptr)};C.prototype.__destroy__=C.prototype.__destroy__=function(){vb(this.ptr)};D.prototype=Object.create(p.prototype);D.prototype.constructor=D;D.prototype.__class__=D;D.__cache__={};a.DracoUInt32Array=D;D.prototype.GetValue=D.prototype.GetValue=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return wb(c,a)};D.prototype.size=D.prototype.size= |
|||
function(){return xb(this.ptr)};D.prototype.__destroy__=D.prototype.__destroy__=function(){yb(this.ptr)};E.prototype=Object.create(p.prototype);E.prototype.constructor=E;E.prototype.__class__=E;E.__cache__={};a.AttributeOctahedronTransform=E;E.prototype.InitFromAttribute=E.prototype.InitFromAttribute=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return!!zb(c,a)};E.prototype.quantization_bits=E.prototype.quantization_bits=function(){return Ab(this.ptr)};E.prototype.__destroy__=E.prototype.__destroy__= |
|||
function(){Bb(this.ptr)};q.prototype=Object.create(p.prototype);q.prototype.constructor=q;q.prototype.__class__=q;q.__cache__={};a.PointAttribute=q;q.prototype.size=q.prototype.size=function(){return Cb(this.ptr)};q.prototype.GetAttributeTransformData=q.prototype.GetAttributeTransformData=function(){return N(Db(this.ptr),J)};q.prototype.attribute_type=q.prototype.attribute_type=function(){return Eb(this.ptr)};q.prototype.data_type=q.prototype.data_type=function(){return Fb(this.ptr)};q.prototype.num_components= |
|||
q.prototype.num_components=function(){return Gb(this.ptr)};q.prototype.normalized=q.prototype.normalized=function(){return!!Hb(this.ptr)};q.prototype.byte_stride=q.prototype.byte_stride=function(){return Ib(this.ptr)};q.prototype.byte_offset=q.prototype.byte_offset=function(){return Jb(this.ptr)};q.prototype.unique_id=q.prototype.unique_id=function(){return Kb(this.ptr)};q.prototype.__destroy__=q.prototype.__destroy__=function(){Lb(this.ptr)};J.prototype=Object.create(p.prototype);J.prototype.constructor= |
|||
J;J.prototype.__class__=J;J.__cache__={};a.AttributeTransformData=J;J.prototype.transform_type=J.prototype.transform_type=function(){return Mb(this.ptr)};J.prototype.__destroy__=J.prototype.__destroy__=function(){Nb(this.ptr)};w.prototype=Object.create(p.prototype);w.prototype.constructor=w;w.prototype.__class__=w;w.__cache__={};a.AttributeQuantizationTransform=w;w.prototype.InitFromAttribute=w.prototype.InitFromAttribute=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return!!Ob(c,a)}; |
|||
w.prototype.quantization_bits=w.prototype.quantization_bits=function(){return Pb(this.ptr)};w.prototype.min_value=w.prototype.min_value=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return Qb(c,a)};w.prototype.range=w.prototype.range=function(){return Rb(this.ptr)};w.prototype.__destroy__=w.prototype.__destroy__=function(){Sb(this.ptr)};F.prototype=Object.create(p.prototype);F.prototype.constructor=F;F.prototype.__class__=F;F.__cache__={};a.DracoInt8Array=F;F.prototype.GetValue=F.prototype.GetValue= |
|||
function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return Tb(c,a)};F.prototype.size=F.prototype.size=function(){return Ub(this.ptr)};F.prototype.__destroy__=F.prototype.__destroy__=function(){Vb(this.ptr)};r.prototype=Object.create(p.prototype);r.prototype.constructor=r;r.prototype.__class__=r;r.__cache__={};a.MetadataQuerier=r;r.prototype.HasEntry=r.prototype.HasEntry=function(a,b){var c=this.ptr;n.prepare();a&&"object"===typeof a&&(a=a.ptr);b=b&&"object"===typeof b?b.ptr:V(b);return!!Wb(c, |
|||
a,b)};r.prototype.GetIntEntry=r.prototype.GetIntEntry=function(a,b){var c=this.ptr;n.prepare();a&&"object"===typeof a&&(a=a.ptr);b=b&&"object"===typeof b?b.ptr:V(b);return Xb(c,a,b)};r.prototype.GetIntEntryArray=r.prototype.GetIntEntryArray=function(a,b,d){var c=this.ptr;n.prepare();a&&"object"===typeof a&&(a=a.ptr);b=b&&"object"===typeof b?b.ptr:V(b);d&&"object"===typeof d&&(d=d.ptr);Yb(c,a,b,d)};r.prototype.GetDoubleEntry=r.prototype.GetDoubleEntry=function(a,b){var c=this.ptr;n.prepare();a&&"object"=== |
|||
typeof a&&(a=a.ptr);b=b&&"object"===typeof b?b.ptr:V(b);return Zb(c,a,b)};r.prototype.GetStringEntry=r.prototype.GetStringEntry=function(a,b){var c=this.ptr;n.prepare();a&&"object"===typeof a&&(a=a.ptr);b=b&&"object"===typeof b?b.ptr:V(b);return X($b(c,a,b))};r.prototype.NumEntries=r.prototype.NumEntries=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return ac(c,a)};r.prototype.GetEntryName=r.prototype.GetEntryName=function(a,b){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"=== |
|||
typeof b&&(b=b.ptr);return X(bc(c,a,b))};r.prototype.__destroy__=r.prototype.__destroy__=function(){cc(this.ptr)};G.prototype=Object.create(p.prototype);G.prototype.constructor=G;G.prototype.__class__=G;G.__cache__={};a.DracoInt16Array=G;G.prototype.GetValue=G.prototype.GetValue=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return dc(c,a)};G.prototype.size=G.prototype.size=function(){return ec(this.ptr)};G.prototype.__destroy__=G.prototype.__destroy__=function(){fc(this.ptr)};H.prototype= |
|||
Object.create(p.prototype);H.prototype.constructor=H;H.prototype.__class__=H;H.__cache__={};a.DracoFloat32Array=H;H.prototype.GetValue=H.prototype.GetValue=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return gc(c,a)};H.prototype.size=H.prototype.size=function(){return hc(this.ptr)};H.prototype.__destroy__=H.prototype.__destroy__=function(){ic(this.ptr)};O.prototype=Object.create(p.prototype);O.prototype.constructor=O;O.prototype.__class__=O;O.__cache__={};a.GeometryAttribute=O;O.prototype.__destroy__= |
|||
O.prototype.__destroy__=function(){jc(this.ptr)};K.prototype=Object.create(p.prototype);K.prototype.constructor=K;K.prototype.__class__=K;K.__cache__={};a.DecoderBuffer=K;K.prototype.Init=K.prototype.Init=function(a,b){var c=this.ptr;n.prepare();if("object"==typeof a&&"object"===typeof a){var e=n.alloc(a,T);n.copy(a,T,e);a=e}b&&"object"===typeof b&&(b=b.ptr);kc(c,a,b)};K.prototype.__destroy__=K.prototype.__destroy__=function(){lc(this.ptr)};g.prototype=Object.create(p.prototype);g.prototype.constructor= |
|||
g;g.prototype.__class__=g;g.__cache__={};a.Decoder=g;g.prototype.GetEncodedGeometryType=g.prototype.GetEncodedGeometryType=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return mc(c,a)};g.prototype.DecodeBufferToPointCloud=g.prototype.DecodeBufferToPointCloud=function(a,b){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);return N(nc(c,a,b),x)};g.prototype.DecodeBufferToMesh=g.prototype.DecodeBufferToMesh=function(a,b){var c=this.ptr;a&&"object"===typeof a&& |
|||
(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);return N(oc(c,a,b),x)};g.prototype.GetAttributeId=g.prototype.GetAttributeId=function(a,b){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);return pc(c,a,b)};g.prototype.GetAttributeIdByName=g.prototype.GetAttributeIdByName=function(a,b){var c=this.ptr;n.prepare();a&&"object"===typeof a&&(a=a.ptr);b=b&&"object"===typeof b?b.ptr:V(b);return qc(c,a,b)};g.prototype.GetAttributeIdByMetadataEntry=g.prototype.GetAttributeIdByMetadataEntry= |
|||
function(a,b,d){var c=this.ptr;n.prepare();a&&"object"===typeof a&&(a=a.ptr);b=b&&"object"===typeof b?b.ptr:V(b);d=d&&"object"===typeof d?d.ptr:V(d);return rc(c,a,b,d)};g.prototype.GetAttribute=g.prototype.GetAttribute=function(a,b){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);return N(sc(c,a,b),q)};g.prototype.GetAttributeByUniqueId=g.prototype.GetAttributeByUniqueId=function(a,b){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr); |
|||
return N(tc(c,a,b),q)};g.prototype.GetMetadata=g.prototype.GetMetadata=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return N(uc(c,a),L)};g.prototype.GetAttributeMetadata=g.prototype.GetAttributeMetadata=function(a,b){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);return N(vc(c,a,b),L)};g.prototype.GetFaceFromMesh=g.prototype.GetFaceFromMesh=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"=== |
|||
typeof d&&(d=d.ptr);return!!wc(c,a,b,d)};g.prototype.GetTriangleStripsFromMesh=g.prototype.GetTriangleStripsFromMesh=function(a,b){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);return xc(c,a,b)};g.prototype.GetTrianglesUInt16Array=g.prototype.GetTrianglesUInt16Array=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!yc(c,a,b,d)};g.prototype.GetTrianglesUInt32Array=g.prototype.GetTrianglesUInt32Array= |
|||
function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!zc(c,a,b,d)};g.prototype.GetAttributeFloat=g.prototype.GetAttributeFloat=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Ac(c,a,b,d)};g.prototype.GetAttributeFloatForAllPoints=g.prototype.GetAttributeFloatForAllPoints=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&& |
|||
(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Bc(c,a,b,d)};g.prototype.GetAttributeIntForAllPoints=g.prototype.GetAttributeIntForAllPoints=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Cc(c,a,b,d)};g.prototype.GetAttributeInt8ForAllPoints=g.prototype.GetAttributeInt8ForAllPoints=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&& |
|||
(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Dc(c,a,b,d)};g.prototype.GetAttributeUInt8ForAllPoints=g.prototype.GetAttributeUInt8ForAllPoints=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Ec(c,a,b,d)};g.prototype.GetAttributeInt16ForAllPoints=g.prototype.GetAttributeInt16ForAllPoints=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&& |
|||
(d=d.ptr);return!!Fc(c,a,b,d)};g.prototype.GetAttributeUInt16ForAllPoints=g.prototype.GetAttributeUInt16ForAllPoints=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Gc(c,a,b,d)};g.prototype.GetAttributeInt32ForAllPoints=g.prototype.GetAttributeInt32ForAllPoints=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Hc(c, |
|||
a,b,d)};g.prototype.GetAttributeUInt32ForAllPoints=g.prototype.GetAttributeUInt32ForAllPoints=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Ic(c,a,b,d)};g.prototype.GetAttributeDataArrayForAllPoints=g.prototype.GetAttributeDataArrayForAllPoints=function(a,b,d,e,f){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);e&&"object"===typeof e&& |
|||
(e=e.ptr);f&&"object"===typeof f&&(f=f.ptr);return!!Jc(c,a,b,d,e,f)};g.prototype.SkipAttributeTransform=g.prototype.SkipAttributeTransform=function(a){var b=this.ptr;a&&"object"===typeof a&&(a=a.ptr);Kc(b,a)};g.prototype.__destroy__=g.prototype.__destroy__=function(){Lc(this.ptr)};y.prototype=Object.create(p.prototype);y.prototype.constructor=y;y.prototype.__class__=y;y.__cache__={};a.Mesh=y;y.prototype.num_faces=y.prototype.num_faces=function(){return Mc(this.ptr)};y.prototype.num_attributes=y.prototype.num_attributes= |
|||
function(){return Nc(this.ptr)};y.prototype.num_points=y.prototype.num_points=function(){return Oc(this.ptr)};y.prototype.__destroy__=y.prototype.__destroy__=function(){Pc(this.ptr)};Q.prototype=Object.create(p.prototype);Q.prototype.constructor=Q;Q.prototype.__class__=Q;Q.__cache__={};a.VoidPtr=Q;Q.prototype.__destroy__=Q.prototype.__destroy__=function(){Qc(this.ptr)};I.prototype=Object.create(p.prototype);I.prototype.constructor=I;I.prototype.__class__=I;I.__cache__={};a.DracoInt32Array=I;I.prototype.GetValue= |
|||
I.prototype.GetValue=function(a){var b=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return Rc(b,a)};I.prototype.size=I.prototype.size=function(){return Sc(this.ptr)};I.prototype.__destroy__=I.prototype.__destroy__=function(){Tc(this.ptr)};L.prototype=Object.create(p.prototype);L.prototype.constructor=L;L.prototype.__class__=L;L.__cache__={};a.Metadata=L;L.prototype.__destroy__=L.prototype.__destroy__=function(){Uc(this.ptr)};(function(){function c(){a.OK=Vc();a.DRACO_ERROR=Wc();a.IO_ERROR=Xc();a.INVALID_PARAMETER= |
|||
Yc();a.UNSUPPORTED_VERSION=Zc();a.UNKNOWN_VERSION=$c();a.DT_INVALID=ad();a.DT_INT8=bd();a.DT_UINT8=cd();a.DT_INT16=dd();a.DT_UINT16=ed();a.DT_INT32=fd();a.DT_UINT32=gd();a.DT_INT64=hd();a.DT_UINT64=id();a.DT_FLOAT32=jd();a.DT_FLOAT64=kd();a.DT_BOOL=ld();a.DT_TYPES_COUNT=md();a.INVALID_GEOMETRY_TYPE=nd();a.POINT_CLOUD=od();a.TRIANGULAR_MESH=pd();a.ATTRIBUTE_INVALID_TRANSFORM=qd();a.ATTRIBUTE_NO_TRANSFORM=rd();a.ATTRIBUTE_QUANTIZATION_TRANSFORM=sd();a.ATTRIBUTE_OCTAHEDRON_TRANSFORM=td();a.INVALID=ud(); |
|||
a.POSITION=vd();a.NORMAL=wd();a.COLOR=xd();a.TEX_COORD=yd();a.GENERIC=zd()}Ba?c():Da.unshift(c)})();if("function"===typeof a.onModuleParsed)a.onModuleParsed();return m}}();"object"===typeof exports&&"object"===typeof module?module.exports=DracoDecoderModule:"function"===typeof define&&define.amd?define([],function(){return DracoDecoderModule}):"object"===typeof exports&&(exports.DracoDecoderModule=DracoDecoderModule); |
|||
2
public/web3D/js/jquery-3.5.1.min.js
File diff suppressed because it is too large
View File
1473
public/web3D/js/pep.js
File diff suppressed because it is too large
View File
1
public/web3D/js/qrcode.min.js
File diff suppressed because it is too large
View File
|
After Width: 1024 | Height: 1024 | Size: 1.3 MiB |
|
After Width: 1560 | Height: 968 | Size: 103 KiB |
@ -0,0 +1,30 @@ |
|||
<template> |
|||
<div id="app"> |
|||
<router-view v-if="isRouterAlive" /> |
|||
</div> |
|||
</template> |
|||
|
|||
<script> |
|||
export default { |
|||
name: 'App', |
|||
// 实现页面强刷新 |
|||
provide() { |
|||
return { |
|||
reload: this.reload |
|||
} |
|||
}, |
|||
data() { |
|||
return { |
|||
isRouterAlive: true |
|||
} |
|||
}, |
|||
methods: { |
|||
reload() { |
|||
this.isRouterAlive = false |
|||
this.$nextTick(() => { |
|||
this.isRouterAlive = true |
|||
}) |
|||
} |
|||
} |
|||
} |
|||
</script> |
|||
@ -0,0 +1,53 @@ |
|||
import request from '@/utils/request' |
|||
import qs from 'qs' |
|||
|
|||
export function checkStatus(params) { |
|||
return request({ |
|||
url: 'api/RFID/CheckStatus', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
export function readEpc(params) { |
|||
return request({ |
|||
url: 'api/RFID/ReadEpc', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
export function writeEPC(params) { |
|||
return request({ |
|||
url: 'api/RFID/WriteEPC', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
export function getDeviceMac() { |
|||
return request({ |
|||
// url: 'api/RFID/getDeviceMac',
|
|||
url: 'api/RFID/getDeviceMacLinux', |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function getDeviceIdByMac(mac) { |
|||
const params = { mac: mac } |
|||
return request({ |
|||
url: 'api/RFID/getDeviceIdByMac', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
// 设备id配置,直接读取标签
|
|||
export function FetchReadGW(params) { |
|||
return request({ |
|||
url: 'api/RFID/GW_ReadGW' + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export default { checkStatus, readEpc, writeEPC, getDeviceMac, getDeviceIdByMac, FetchReadGW } |
|||
@ -0,0 +1,37 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function getDicts() { |
|||
return request({ |
|||
url: 'api/dictrionary/menu', |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function add(data) { |
|||
return request({ |
|||
url: 'api/dictrionary/edit', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function del(ids) { |
|||
const data = { |
|||
id: ids[0] |
|||
} |
|||
return request({ |
|||
url: 'api/dictrionary/delete', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function edit(data) { |
|||
return request({ |
|||
url: 'api/dictrionary/edit', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export default { add, edit, del, getDicts } |
|||
@ -0,0 +1,78 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function get(dictName) { |
|||
const params = { |
|||
dictName, |
|||
page: 0, |
|||
size: 9999 |
|||
} |
|||
return request({ |
|||
url: 'api/dictDetail', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
export function findSubsetById(id) { |
|||
const params = { |
|||
id, |
|||
page: 0, |
|||
size: 9999 |
|||
} |
|||
return request({ |
|||
url: 'api/dictrionary/findSubsetById', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
// 根据字典id查询子集
|
|||
export function FetchFindAllSubsetById(parameter) { |
|||
return request({ |
|||
url: 'api/dictrionary/findAllSubsetById', |
|||
method: 'get', |
|||
params: parameter |
|||
}) |
|||
} |
|||
|
|||
export function getDictMap(dictName) { |
|||
const params = { |
|||
dictName, |
|||
page: 0, |
|||
size: 9999 |
|||
} |
|||
return request({ |
|||
url: 'api/dictDetail/map', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
export function add(data) { |
|||
return request({ |
|||
url: 'api/dictrionary/edit', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function del(ids) { |
|||
const data = { |
|||
id: ids[0] |
|||
} |
|||
return request({ |
|||
url: 'api/dictrionary/delete', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function edit(data) { |
|||
return request({ |
|||
url: 'api/dictrionary/edit', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export default { add, edit, del } |
|||
@ -0,0 +1,36 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function getDicts() { |
|||
return request({ |
|||
url: 'api/dict/all', |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function add(data) { |
|||
return request({ |
|||
url: 'api/field/edit', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function edit(data) { |
|||
return request({ |
|||
url: 'api/field/edit', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function verifyMaintenance(passWord) { |
|||
const params = { |
|||
passWord |
|||
} |
|||
return request({ |
|||
url: 'api/field/verifyMaintenance', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
export default { add, edit, verifyMaintenance } |
|||
@ -0,0 +1,72 @@ |
|||
import request from '@/utils/request' |
|||
import qs from 'qs' |
|||
// import axios from 'axios'
|
|||
// 详情
|
|||
export function getArrange(params) { |
|||
return request({ |
|||
url: 'api/arrange/getArrange' + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
// 盘点单详情
|
|||
export function getArrangeDetailes(params) { |
|||
return request({ |
|||
url: 'api/arrange/getArrangeDetailes' + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
// 预新增盘点
|
|||
export function previewArrange(params) { |
|||
return request({ |
|||
url: 'api/arrange/previewArrange' + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
// 新增盘点
|
|||
export function addArrange(parameter) { |
|||
return request({ |
|||
url: 'api/arrange/addArrange', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 删除
|
|||
export function checkDel(parameter) { |
|||
return request({ |
|||
url: 'api/arrange/del', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 结算
|
|||
export function settlement(parameter) { |
|||
return request({ |
|||
url: 'api/arrange/settlement', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 清空缓存
|
|||
export function arrangeClean(parameter) { |
|||
return request({ |
|||
url: 'api/arrange/clean', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
export default { |
|||
getArrange, |
|||
getArrangeDetailes, |
|||
addArrange, |
|||
checkDel, |
|||
previewArrange, |
|||
settlement, |
|||
arrangeClean |
|||
} |
|||
@ -0,0 +1,189 @@ |
|||
import request from '@/utils/request' |
|||
import qs from 'qs' |
|||
// import { form } from '../../components/Crud/crud'
|
|||
|
|||
// 档案列表获取显示列
|
|||
export function FetchTableDisplayFields(params) { |
|||
return request({ |
|||
url: 'api/archives/initArchivesViewTable' + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
// 档案预编辑
|
|||
export function FetchFormDisplayFields(params) { |
|||
return request({ |
|||
url: 'api/archives/doedit' + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function add(form) { |
|||
return edit(form) |
|||
} |
|||
|
|||
// 档案编辑
|
|||
export function edit(parameter) { |
|||
return request({ |
|||
url: 'api/archives/edit', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 档案删除
|
|||
export function del(parameter) { |
|||
return request({ |
|||
url: 'api/archives/delete', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 档案回收站删除
|
|||
export function FetchCompletelyDelete(parameter) { |
|||
return request({ |
|||
url: 'api/archives/completelyDelete', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 档案列表
|
|||
export function FetchInitArchivesView(params) { |
|||
return request({ |
|||
url: 'api/archives/initArchivesView' + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
// 档案判断值是否重复
|
|||
export function FetchDoeditIsRepeat(parameter) { |
|||
return request({ |
|||
url: 'api/archives/doeditIsRepeat', |
|||
method: 'get', |
|||
params: parameter |
|||
}) |
|||
} |
|||
|
|||
// 档案详情
|
|||
export function FetchArchivesDetails(params) { |
|||
return request({ |
|||
url: 'api/archives/archivesDetails' + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
// 档案元数据
|
|||
export function FetchArchivesMetadata(params) { |
|||
return request({ |
|||
url: 'api/archives/archivesMetadata' + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
// 初始化档案附件列表
|
|||
export function FetchInitArchiveFilesView(params) { |
|||
return request({ |
|||
url: 'api/archives/initArchiveFilesView' + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
// 上传档案附件
|
|||
export function FetchUploadFile(parameter) { |
|||
return request({ |
|||
url: 'api/archives/uploadFile', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 编辑附件
|
|||
export function FetchEditFile(parameter) { |
|||
return request({ |
|||
url: 'api/archives/editFile', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 删除附件
|
|||
export function FetchDeleteFile(parameter) { |
|||
return request({ |
|||
url: 'api/archives/deleteFile', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 附件排序
|
|||
export function FetchFileSort(parameter) { |
|||
return request({ |
|||
url: 'api/archives/fileSort', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 档案还原
|
|||
export function FetchReduction(parameter) { |
|||
return request({ |
|||
url: 'api/archives/reduction', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 模糊查询
|
|||
export function queryVagueArchives(params) { |
|||
return request({ |
|||
url: 'api/archives/queryVagueArchives' + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
// 模糊查询 - 2023-06-19
|
|||
export function querySeniorArchives(params) { |
|||
return request({ |
|||
url: 'api/archives/querySeniorArchives' + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
// 移交档案馆
|
|||
export function FetchTransferMainLibrary(parameter) { |
|||
return request({ |
|||
url: 'api/archives/transferMainLibrary', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 打印条形码
|
|||
export function FetchPrintArchivesBarcode(parameter) { |
|||
return request({ |
|||
url: 'api/archives/printArchivesBarcode', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 批量删除
|
|||
export function FetchBatchTransferMainLibrary(data) { |
|||
return request({ |
|||
url: 'api/archives/batchTransferMainLibrary', |
|||
method: 'post', |
|||
data: data |
|||
}) |
|||
} |
|||
|
|||
export function FetchArchivesToBorrowByTid(params) { |
|||
return request({ |
|||
url: 'api/archives/getArchivesToBorrowByTid' + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export default { add, edit, del, FetchInitArchivesView, FetchTableDisplayFields, FetchFormDisplayFields, FetchDoeditIsRepeat, queryVagueArchives, querySeniorArchives, FetchPrintArchivesBarcode, FetchBatchTransferMainLibrary, FetchArchivesToBorrowByTid } |
|||
|
|||
@ -0,0 +1,91 @@ |
|||
import request from '@/utils/request' |
|||
import qs from 'qs' |
|||
|
|||
export function add(form) { |
|||
return edit(form) |
|||
} |
|||
|
|||
export function edit(parameter) { |
|||
return request({ |
|||
url: 'api/case/edit', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
// 删除档案盒
|
|||
export function del(data) { |
|||
return request({ |
|||
url: 'api/case/del', |
|||
method: 'post', |
|||
data: data |
|||
}) |
|||
} |
|||
|
|||
// 判断盒名称是否重复
|
|||
export function caseNameIsRepeat(parameter) { |
|||
return request({ |
|||
url: 'api/case/caseNameIsRepeat', |
|||
method: 'get', |
|||
params: parameter |
|||
}) |
|||
} |
|||
// 判断条形码值是否重复
|
|||
export function barcodeIsRepeat(parameter) { |
|||
return request({ |
|||
url: 'api/case/barcodeIsRepeat', |
|||
method: 'get', |
|||
params: parameter |
|||
}) |
|||
} |
|||
|
|||
// 档案盒列表
|
|||
export function FetchInitCaseList(parameter) { |
|||
return request({ |
|||
url: 'api/case/initCaseList', |
|||
method: 'get', |
|||
params: parameter |
|||
}) |
|||
} |
|||
|
|||
// 档案盒装盒列表
|
|||
export function FetchInitCartoningList(parameter) { |
|||
return request({ |
|||
url: 'api/case/initCartoningList', |
|||
method: 'get', |
|||
params: parameter |
|||
}) |
|||
} |
|||
|
|||
// 装盒
|
|||
export function FetchCartoning(data) { |
|||
return request({ |
|||
url: 'api/case/cartoning', |
|||
method: 'post', |
|||
data: data |
|||
}) |
|||
} |
|||
// 拆盒
|
|||
export function unpacking(data) { |
|||
return request({ |
|||
url: 'api/case/unpacking', |
|||
method: 'post', |
|||
data: data |
|||
}) |
|||
} |
|||
// 盒详情
|
|||
export function findInCase(params) { |
|||
return request({ |
|||
url: 'api/case/findInCase' + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
// 批量打印盒数据
|
|||
export function printCaseBarcode(data) { |
|||
return request({ |
|||
url: 'api/case/printCaseBarcode', |
|||
method: 'post', |
|||
data: data |
|||
}) |
|||
} |
|||
export default { add, edit, del, unpacking, findInCase, printCaseBarcode } |
|||
@ -0,0 +1,55 @@ |
|||
import request from '@/utils/request' |
|||
import qs from 'qs' |
|||
import axios from 'axios' |
|||
import { getToken } from '@/utils/auth' |
|||
|
|||
// 预览上传zip信息
|
|||
export function zipUpload(api, file) { |
|||
var data = new FormData() |
|||
data.append('multipartFile', file) |
|||
const config = { |
|||
headers: { 'Authorization': getToken() } |
|||
} |
|||
return axios.post(api, data, config) |
|||
} |
|||
|
|||
// 导入预览
|
|||
export function FetchInitImportPreview(params) { |
|||
return request({ |
|||
url: 'api/unzip/initImportPreview' + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
// 导入
|
|||
export function FetchImportZip(parameter) { |
|||
return request({ |
|||
url: 'api/unzip/importZip', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 导入日志
|
|||
export function FetchInitImportLog(params) { |
|||
return request({ |
|||
url: 'api/unzip/initImportLog' + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
// 导入日志详情
|
|||
export function FetchInitImportLogDetail(params) { |
|||
return request({ |
|||
url: 'api/unzip/initImportLogDetail' + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export default { |
|||
zipUpload, |
|||
FetchInitImportPreview, |
|||
FetchImportZip, |
|||
FetchInitImportLog, |
|||
FetchInitImportLogDetail |
|||
} |
|||
@ -0,0 +1,217 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
// 判断档案是否可以借阅
|
|||
export function FetchIsExistBorrow(parameter) { |
|||
return request({ |
|||
url: 'api/borrow/isExistBorrow', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 添加档案到待借阅列表
|
|||
export function FetchAddArchivesWaitRegister(parameter) { |
|||
return request({ |
|||
url: 'api/borrow/addArchivesWaitRegister', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 待登记列表
|
|||
export function FetchInitWaitRegisterList(parameter) { |
|||
return request({ |
|||
url: 'api/borrow/initWaitRegisterList', |
|||
method: 'get', |
|||
params: parameter |
|||
}) |
|||
} |
|||
|
|||
// 根据姓名手机号检索借阅人
|
|||
export function FetchFindBorrowerByQuery(parameter) { |
|||
return request({ |
|||
url: 'api/borrow/findBorrowerByQuery', |
|||
method: 'get', |
|||
params: parameter |
|||
}) |
|||
} |
|||
|
|||
// 登记借出
|
|||
export function FetchRegisterBorrow(parameter) { |
|||
return request({ |
|||
url: 'api/borrow/registerBorrow', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 移出待登记档案
|
|||
export function FetchDelWaitBorrow(parameter) { |
|||
return request({ |
|||
url: 'api/borrow/delWaitBorrow', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 根据单据查看详情
|
|||
export function FetchInitBillDetails(parameter) { |
|||
return request({ |
|||
url: 'api/borrow/initBillDetailsByOrderNo', |
|||
method: 'get', |
|||
params: parameter |
|||
}) |
|||
} |
|||
|
|||
// 借出确认列表
|
|||
export function FetchInitWaitBorrowList(parameter) { |
|||
return request({ |
|||
url: 'api/borrow/initWaitBorrowList', |
|||
method: 'get', |
|||
params: parameter |
|||
}) |
|||
} |
|||
|
|||
// 根据单据号获取单据下档案
|
|||
export function FetchInitArchivesByOrderNo(parameter) { |
|||
return request({ |
|||
url: 'api/borrow/initArchivesByOrderNo', |
|||
method: 'get', |
|||
params: parameter |
|||
}) |
|||
} |
|||
|
|||
// 重新登记
|
|||
export function FetchReRegister(parameter) { |
|||
return request({ |
|||
url: 'api/borrow/reRegister', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 移出待借阅清单
|
|||
export function FetchRemoveWaitBorrow(parameter) { |
|||
return request({ |
|||
url: 'api/borrow/removeWaitBorrow', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 判断借阅流程管理在线离线
|
|||
export function FetchInitBorrowRule(parameter) { |
|||
return request({ |
|||
url: 'api/borrow/initBorrowRule', |
|||
method: 'get', |
|||
params: parameter |
|||
}) |
|||
} |
|||
|
|||
// 更改借阅流程管理在线离线
|
|||
export function FetchUpdateBorrowRule(parameter) { |
|||
return request({ |
|||
url: 'api/borrow/updateBorrowRule', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 根据单据号显示标签 - 借出
|
|||
export function FetchReadyBorrowShowTid(parameter) { |
|||
return request({ |
|||
url: 'api/borrow/readyBorrowShowTid', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 根据借阅档案id显示标签 - 归还
|
|||
export function FetchReadyReturnShowTid(parameter) { |
|||
return request({ |
|||
url: 'api/borrow/readyReturnShowTid', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 借阅档案异常处理
|
|||
export function FetchBorrowException(parameter) { |
|||
return request({ |
|||
url: 'api/borrow/borrowException', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 借出确认
|
|||
export function FetchBillBorrowConfirm(parameter) { |
|||
return request({ |
|||
url: 'api/borrow/billBorrowConfirm', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 归还确认
|
|||
export function FetchArchivesReturnConfirm(parameter) { |
|||
return request({ |
|||
url: 'api/borrow/archivesReturnConfirm', |
|||
method: 'post', |
|||
data: parameter |
|||
}) |
|||
} |
|||
|
|||
// 借阅者管理
|
|||
export function add(data) { |
|||
return request({ |
|||
url: 'api/borrow/editBorrower', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function del(data) { |
|||
return request({ |
|||
url: 'api/borrow/deleteBorrower', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function edit(data) { |
|||
return request({ |
|||
url: 'api/borrow/editBorrower', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
// 待办事项
|
|||
export function FetchWaitBorrower(parameter) { |
|||
return request({ |
|||
url: 'api/borrow/waitBorrower', |
|||
method: 'get', |
|||
params: parameter |
|||
}) |
|||
} |
|||
|
|||
// 当天当月借还数
|
|||
export function getDayYearBorrowNum() { |
|||
return request({ |
|||
url: 'api/borrow/thisDayYearBorrowNum', |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
// borrowByTid
|
|||
export function FetchBorrowByTid(data) { |
|||
return request({ |
|||
url: 'api/borrow/borrowByTid', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export default { add, edit, del, FetchBorrowByTid } |
|||
|
|||
@ -0,0 +1,108 @@ |
|||
import request from '@/utils/request' |
|||
import qs from 'qs' |
|||
|
|||
// 入库 初始化档案盒装盒信息
|
|||
export function initCasesByArchives(params) { |
|||
return request({ |
|||
url: 'api/storage/initCasesByArchives' + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
// 入库 判断位置是否被占用
|
|||
export function isOccupy(params) { |
|||
return request({ |
|||
url: 'api/storage/isOccupy' + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
// 入库
|
|||
export function collect(params) { |
|||
return request({ |
|||
url: 'api/storage/collect', |
|||
method: 'post', |
|||
data: params |
|||
}) |
|||
} |
|||
|
|||
// 入库 预人工确认
|
|||
export function readyCollectConfirm(params) { |
|||
return request({ |
|||
url: 'api/storage/readyCollectConfirm', |
|||
method: 'post', |
|||
data: params |
|||
}) |
|||
} |
|||
|
|||
// 入库 人工确认
|
|||
export function collectConfirm(params) { |
|||
return request({ |
|||
url: 'api/storage/collectConfirm', |
|||
method: 'post', |
|||
data: params |
|||
}) |
|||
} |
|||
|
|||
// 出库
|
|||
export function grant(params) { |
|||
return request({ |
|||
url: 'api/storage/grant', |
|||
method: 'post', |
|||
data: params |
|||
}) |
|||
} |
|||
|
|||
// 出库 人工确认
|
|||
export function grantConfirm(params) { |
|||
return request({ |
|||
url: 'api/storage/grantConfirm', |
|||
method: 'post', |
|||
data: params |
|||
}) |
|||
} |
|||
|
|||
// 出入库详情
|
|||
export function initStorageLogDetailes(params) { |
|||
return request({ |
|||
url: 'api/storage/initStorageLogDetailes' + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
// 出入库记录列表
|
|||
export function initStorageLogList(data) { |
|||
return request({ |
|||
url: 'api/storage/initStorageLogList', |
|||
method: 'get', |
|||
data |
|||
}) |
|||
} |
|||
// 出入库记录 导出
|
|||
export function exportStorageLogList(params) { |
|||
return request({ |
|||
url: 'api/storage/exportStorageLogList' + '?' + qs.stringify(params, { responseType: 'blob' }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
// 出入库记录 导出
|
|||
export function initStorageDetailes(params) { |
|||
return request({ |
|||
url: 'api/storage/initStorageDetailes' + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export default { |
|||
initCasesByArchives, |
|||
isOccupy, |
|||
collect, |
|||
grant, |
|||
exportStorageLogList, |
|||
readyCollectConfirm, |
|||
collectConfirm, |
|||
initStorageLogDetailes, |
|||
initStorageLogList, |
|||
grantConfirm, |
|||
initStorageDetailes |
|||
} |
|||
@ -0,0 +1,73 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
// 获取档案总数
|
|||
export function FetchGetArchivesNum(parameter) { |
|||
return request({ |
|||
url: 'api/archives/getArchivesNum', |
|||
method: 'get', |
|||
params: parameter |
|||
}) |
|||
} |
|||
|
|||
// 获取档案盒总数
|
|||
export function FetchGetCaseNum(parameter) { |
|||
return request({ |
|||
url: 'api/case/getCaseNum', |
|||
method: 'get', |
|||
params: parameter |
|||
}) |
|||
} |
|||
|
|||
// 档案借阅数量统计
|
|||
export function FetchInitBorrowerNumStatistics(parameter) { |
|||
return request({ |
|||
url: 'api/borrow/initBorrowerNumStatistics', |
|||
method: 'get', |
|||
params: parameter |
|||
}) |
|||
} |
|||
|
|||
// 档案类别数量统计
|
|||
export function FetchInitArchivesTypeNum(parameter) { |
|||
return request({ |
|||
url: 'api/archives/initArchivesTypeNum', |
|||
method: 'get', |
|||
params: parameter |
|||
}) |
|||
} |
|||
|
|||
// 档案类型统计
|
|||
export function FetchInitArchivesTypeStatistics(parameter) { |
|||
return request({ |
|||
url: 'api/archives/initArchivesTypeStatistics', |
|||
method: 'get', |
|||
params: parameter |
|||
}) |
|||
} |
|||
|
|||
// 出入库月份统计
|
|||
export function FetchStorageStatistics(parameter) { |
|||
return request({ |
|||
url: 'api/storage/storageStatistics', |
|||
method: 'get', |
|||
params: parameter |
|||
}) |
|||
} |
|||
|
|||
// 档案检索排名
|
|||
export function FetchInitArchivesSearchRanking(parameter) { |
|||
return request({ |
|||
url: 'api/archives/initArchivesSearchRanking', |
|||
method: 'get', |
|||
params: parameter |
|||
}) |
|||
} |
|||
|
|||
// 档案实际情况
|
|||
export function FetchInitAddArchivesStatistics(parameter) { |
|||
return request({ |
|||
url: 'api/archives/initAddArchivesStatistics', |
|||
method: 'get', |
|||
params: parameter |
|||
}) |
|||
} |
|||
@ -0,0 +1,60 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function getCategoryTree() { |
|||
return request({ |
|||
url: 'api/archives-type/menu', |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function getCategoryType() { |
|||
return request({ |
|||
url: 'api/archives-type/dropdown-list', |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function FetchArchivesTypeManage(params) { |
|||
return request({ |
|||
url: 'api/arc-dic/manage', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
// 点击排序对话框保存按钮,保存顺序
|
|||
export function sort(data) { |
|||
return request({ |
|||
url: 'api/archives-type/sort', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function add(data) { |
|||
data = Object.assign({ isTypeMetic: data.isType === 6 }, data) |
|||
return request({ |
|||
url: 'api/archives-type/create', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function del(ids) { |
|||
const params = { id: ids[0] } |
|||
return request({ |
|||
url: 'api/archives-type/delete', |
|||
method: 'delete', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
export function edit(data) { |
|||
return request({ |
|||
url: 'api/archives-type/update', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export default { add, edit, del } |
|||
@ -0,0 +1,39 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function add(data) { |
|||
data.isSystem = false |
|||
if (data.isDataType === 1) { |
|||
data.isDataTypeDetails = 'varchar' |
|||
} else if (data.isDataType === 2) { |
|||
data.isDataTypeDetails = 'int' |
|||
} |
|||
return request({ |
|||
url: 'api/arc-dic/create', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function del(ids) { |
|||
const params = { id: ids[0] } |
|||
return request({ |
|||
url: 'api/arc-dic/delete', |
|||
method: 'delete', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
export function edit(data) { |
|||
if (data.isDataType === 1) { |
|||
data.isDataTypeDetails = 'varchar' |
|||
} else if (data.isDataType === 2) { |
|||
data.isDataTypeDetails = 'int' |
|||
} |
|||
return request({ |
|||
url: 'api/arc-dic/update', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export default { add, edit, del } |
|||
@ -0,0 +1,42 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function getNoFormatField(params) { |
|||
return request({ |
|||
url: 'api/dic-setting/list', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
export function edit(data) { |
|||
return request({ |
|||
url: 'api/dic-setting/update', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function add(data) { |
|||
return request({ |
|||
url: 'api/dic-setting/create', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function order(data) { |
|||
return request({ |
|||
url: 'api/dic-setting/squence', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function del(data) { |
|||
return request({ |
|||
url: 'api/dic-setting/delete', |
|||
method: 'delete', |
|||
data |
|||
}) |
|||
} |
|||
export default { edit } |
|||
@ -0,0 +1,35 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function add(data) { |
|||
return request({ |
|||
url: 'api/arc-list/create', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function edit(data) { |
|||
return request({ |
|||
url: 'api/arc-display/state', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function previewFormOrder(data) { |
|||
return request({ |
|||
url: 'api/arc-display/sort', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function order(data) { |
|||
return request({ |
|||
url: 'api/arc-list/display-order', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export default { add } |
|||
@ -0,0 +1,26 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function getDisplayField(params) { |
|||
return request({ |
|||
url: 'api/arc-dic/is-display', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
export function edit(data) { |
|||
return request({ |
|||
url: 'api/arc-list-sort/orderby', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function order(data) { |
|||
return request({ |
|||
url: 'api/arc-list-sort/update-queue', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
export default { edit } |
|||
@ -0,0 +1,17 @@ |
|||
import request from '@/utils/request' |
|||
import qs from 'qs' |
|||
|
|||
export function initData(url, params) { |
|||
return request({ |
|||
url: url + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function download(url, params) { |
|||
return request({ |
|||
url: url + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get', |
|||
responseType: 'blob' |
|||
}) |
|||
} |
|||
@ -0,0 +1,16 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function get(tableName) { |
|||
return request({ |
|||
url: 'api/genConfig/' + tableName, |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function update(data) { |
|||
return request({ |
|||
url: 'api/genConfig', |
|||
data, |
|||
method: 'put' |
|||
}) |
|||
} |
|||
@ -0,0 +1,33 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function getAllTable() { |
|||
return request({ |
|||
url: 'api/generator/tables/all', |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function generator(tableName, type) { |
|||
return request({ |
|||
url: 'api/generator/' + tableName + '/' + type, |
|||
method: 'post', |
|||
responseType: type === 2 ? 'blob' : '' |
|||
}) |
|||
} |
|||
|
|||
export function save(data) { |
|||
return request({ |
|||
url: 'api/generator', |
|||
data, |
|||
method: 'put' |
|||
}) |
|||
} |
|||
|
|||
export function sync(tables) { |
|||
return request({ |
|||
url: 'api/generator/sync', |
|||
method: 'post', |
|||
data: tables |
|||
}) |
|||
} |
|||
|
|||
@ -0,0 +1,10 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function accessDoor(params) { |
|||
return request({ |
|||
url: 'api/securitydoor/initSecurityDoorLog', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
export default { accessDoor } |
|||
@ -0,0 +1,10 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function info(params) { |
|||
return request({ |
|||
url: 'api/alarm/info', |
|||
params, |
|||
method: 'get' |
|||
}) |
|||
} |
|||
export default { info } |
|||
@ -0,0 +1,16 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function getOnlineDevice() { |
|||
return request({ |
|||
url: 'api/device/num', |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function getDeviceOnoff() { |
|||
return request({ |
|||
url: 'api/device/onoff', |
|||
method: 'get' |
|||
}) |
|||
} |
|||
export default { getOnlineDevice, getDeviceOnoff } |
|||
@ -0,0 +1,10 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function securitydoor(params) { |
|||
return request({ |
|||
url: 'api/securitydoor/initSecurityDoorLog1', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
export default { securitydoor } |
|||
@ -0,0 +1,35 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function login(username, password, code, uuid) { |
|||
return request({ |
|||
url: 'auth/login', |
|||
method: 'post', |
|||
data: { |
|||
username, |
|||
password, |
|||
code, |
|||
uuid |
|||
} |
|||
}) |
|||
} |
|||
|
|||
export function getInfo() { |
|||
return request({ |
|||
url: 'auth/info', |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function getCodeImg() { |
|||
return request({ |
|||
url: 'auth/code', |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function logout() { |
|||
return request({ |
|||
url: 'auth/logout', |
|||
method: 'delete' |
|||
}) |
|||
} |
|||
@ -0,0 +1,27 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function add(data) { |
|||
return request({ |
|||
url: 'api/app', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function del(ids) { |
|||
return request({ |
|||
url: 'api/app', |
|||
method: 'delete', |
|||
data: ids |
|||
}) |
|||
} |
|||
|
|||
export function edit(data) { |
|||
return request({ |
|||
url: 'api/app', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export default { add, edit, del } |
|||
@ -0,0 +1,17 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function testDbConnect(data) { |
|||
return request({ |
|||
url: 'api/database/testConnect', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function testServerConnect(data) { |
|||
return request({ |
|||
url: 'api/serverDeploy/testConnect', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
@ -0,0 +1,35 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function add(data) { |
|||
return request({ |
|||
url: 'api/database', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function del(ids) { |
|||
return request({ |
|||
url: 'api/database', |
|||
method: 'delete', |
|||
data: ids |
|||
}) |
|||
} |
|||
|
|||
export function edit(data) { |
|||
return request({ |
|||
url: 'api/database', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function testDbConnection(data) { |
|||
return request({ |
|||
url: 'api/database/testConnect', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export default { add, edit, del, testDbConnection } |
|||
@ -0,0 +1,77 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function add(data) { |
|||
return request({ |
|||
url: 'api/deploy', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function del(ids) { |
|||
return request({ |
|||
url: 'api/deploy', |
|||
method: 'delete', |
|||
data: ids |
|||
}) |
|||
} |
|||
|
|||
export function edit(data) { |
|||
return request({ |
|||
url: 'api/deploy', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function getApps() { |
|||
return request({ |
|||
url: 'api/app', |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function getServers() { |
|||
return request({ |
|||
url: 'api/serverDeploy', |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
/** |
|||
* 启动服务 |
|||
* @param data 选中行 |
|||
*/ |
|||
export function startServer(data) { |
|||
return request({ |
|||
url: 'api/deploy/startServer', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
/** |
|||
* 停止服务 |
|||
* @param data 选中行 |
|||
*/ |
|||
export function stopServer(data) { |
|||
return request({ |
|||
url: 'api/deploy/stopServer', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
/** |
|||
* 停止服务 |
|||
* @param data 选中行 |
|||
*/ |
|||
export function serverStatus(data) { |
|||
return request({ |
|||
url: 'api/deploy/serverStatus', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export default { add, edit, del, stopServer, serverStatus, startServer, getServers, getApps } |
|||
@ -0,0 +1,21 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function del(ids) { |
|||
return request({ |
|||
url: 'api/deployHistory', |
|||
method: 'delete', |
|||
data: ids |
|||
}) |
|||
} |
|||
|
|||
/** |
|||
* 版本回退 |
|||
* @param data 选中行 |
|||
*/ |
|||
export function reducte(data) { |
|||
return request({ |
|||
url: 'api/deploy/serverReduction', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
@ -0,0 +1,27 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function add(data) { |
|||
return request({ |
|||
url: 'api/serverDeploy', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function del(ids) { |
|||
return request({ |
|||
url: 'api/serverDeploy', |
|||
method: 'delete', |
|||
data: ids |
|||
}) |
|||
} |
|||
|
|||
export function edit(data) { |
|||
return request({ |
|||
url: 'api/serverDeploy', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export default { add, edit, del } |
|||
@ -0,0 +1,22 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function getErrDetail(id) { |
|||
return request({ |
|||
url: 'api/logs/error/' + id, |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function delAllError() { |
|||
return request({ |
|||
url: 'api/logs/del/error', |
|||
method: 'delete' |
|||
}) |
|||
} |
|||
|
|||
export function delAllInfo() { |
|||
return request({ |
|||
url: 'api/logs/del/info', |
|||
method: 'delete' |
|||
}) |
|||
} |
|||
@ -0,0 +1,9 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function del(keys) { |
|||
return request({ |
|||
url: 'auth/online', |
|||
method: 'delete', |
|||
data: keys |
|||
}) |
|||
} |
|||
@ -0,0 +1,158 @@ |
|||
import request from '@/utils/request' |
|||
import qs from 'qs' |
|||
|
|||
export function getSupplier() { |
|||
return request({ |
|||
url: 'api/supplier/dropdown-list', |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function add(data) { |
|||
const url = getUrl(data, 'add') |
|||
return request({ |
|||
url: url, |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function del(data) { |
|||
return request({ |
|||
url: '/api/device/delete', |
|||
method: 'delete', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function edit(data) { |
|||
const url = getUrl(data, 'edit') |
|||
return request({ |
|||
url: url, |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function getDeviceType() { |
|||
return request({ |
|||
url: 'api/device/type', |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function getDeviceById(params) { |
|||
return request({ |
|||
url: 'api/device/state', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
export function getDesecabinetById(params) { |
|||
return request({ |
|||
url: 'api/desecabinet/query', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
export function getRotarycabinetById(params) { |
|||
return request({ |
|||
url: 'api/rotarycabinet/query', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
function getUrl(data, optTYpe) { |
|||
let url = 'api/desecabinet/' |
|||
if (data.deviceTypeId.name === '密集架') { |
|||
url = 'api/desecabinet/' |
|||
} else if (data.deviceTypeId.name === '回转柜') { |
|||
url = 'api/rotarycabinet/' |
|||
} else if (data.deviceTypeId.name === '摄像头') { |
|||
url = 'api/camera/' |
|||
} else if (data.deviceTypeId.name === '空调' || data.deviceTypeId.name === '桌面式RFID读写器' || data.deviceTypeId.name === '盘点机' || data.deviceTypeId.name === '恒湿机' || data.deviceTypeId.name === '漏水传感器' || data.deviceTypeId.name === '温湿度感应器' || data.deviceTypeId.name === '空气质量检测设备' || data.deviceTypeId.name === '漏水传感器') { |
|||
url = 'api/insidedevices/' |
|||
} else if (data.deviceTypeId.name === '通道门' || data.deviceTypeId.name === '手持式RFID读写器') { |
|||
url = 'api/outsidedevices/' |
|||
} else if (data.deviceTypeId.name === '条码打印机') { |
|||
url = 'api/device/' |
|||
} |
|||
if (optTYpe === 'add') { |
|||
url += 'create' |
|||
} else if (optTYpe === 'edit') { |
|||
url += 'update' |
|||
} |
|||
return url |
|||
} |
|||
export function getDeviceList(params) { |
|||
return request({ |
|||
url: 'api/device/list', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
// 根据设备id查看设备是否在线
|
|||
export function FetchIsOnline(params) { |
|||
return request({ |
|||
url: 'api/device/isOnline' + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
// 根据区列获取在库已借数
|
|||
export function FetchInBorrowByQuCol(params) { |
|||
return request({ |
|||
url: 'api/tag/getInBorrowByQuCol', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
export function unbind(data) { |
|||
return request({ |
|||
url: 'api/displayconfig/unbind', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
// 打开架体具体某一列
|
|||
export function FetchCallExternalOpenCol(params) { |
|||
return request({ |
|||
url: 'api/callExternal/openCol', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
// 密集架合架
|
|||
export function FetchCallExternalResetCol(params) { |
|||
return request({ |
|||
url: 'api/callExternal/reset', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
// 密集架通风
|
|||
export function FetchCallExternalVent(params) { |
|||
return request({ |
|||
url: 'api/callExternal/vent', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
// 停止移动
|
|||
export function FetchCallExternalStopMove(params) { |
|||
return request({ |
|||
url: 'api/callExternal/stopMove', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
export default { add, edit, del, getSupplier, getDeviceType, getDeviceById, getDesecabinetById, getRotarycabinetById, getDeviceList, FetchIsOnline, FetchInBorrowByQuCol, unbind, FetchCallExternalOpenCol, FetchCallExternalResetCol, FetchCallExternalVent, FetchCallExternalStopMove } |
|||
@ -0,0 +1,19 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function getMac() { |
|||
return request({ |
|||
// url: 'api/RFID/getDeviceMac',
|
|||
url: 'api/RFID/getDeviceMacLinux', |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function bindMac(data) { |
|||
return request({ |
|||
url: 'api/mac/bind', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export default { getMac, bindMac } |
|||
@ -0,0 +1,30 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function getParams(params) { |
|||
return request({ |
|||
url: 'api/spec/list', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
export function del(id) { |
|||
const params = { |
|||
id: id |
|||
} |
|||
return request({ |
|||
url: 'api/spec/delete', |
|||
method: 'delete', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
export function add(data) { |
|||
return request({ |
|||
url: 'api/spec/bind', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export default { getParams, add, del } |
|||
@ -0,0 +1,37 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function add(data) { |
|||
return request({ |
|||
url: 'api/storeroom/create', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function del(ids) { |
|||
const params = { |
|||
id: ids[0] |
|||
} |
|||
return request({ |
|||
url: 'api/storeroom/delete', |
|||
method: 'delete', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
export function edit(data) { |
|||
return request({ |
|||
url: 'api/storeroom/update', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function getRooms(data) { |
|||
return request({ |
|||
url: 'api/storeroom/tree', |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export default { add, edit, del, getRooms } |
|||
@ -0,0 +1,19 @@ |
|||
import request from '@/utils/request' |
|||
import qs from 'qs' |
|||
|
|||
export function list(params) { |
|||
return request({ |
|||
url: 'api/displayconfig/list' + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function bind(data) { |
|||
return request({ |
|||
url: 'api/displayconfig/bind', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export default { list, bind } |
|||
@ -0,0 +1,33 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function menu() { |
|||
return request({ |
|||
url: 'api/tag/menu', |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function bingdingLabel(data) { |
|||
return request({ |
|||
url: 'api/tag/bingdingLabel', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function unbindTag(data) { |
|||
return request({ |
|||
url: 'api/tag/unbindTag', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function initTagLogList(parameter) { |
|||
return request({ |
|||
url: 'api/tag/initTagLogList', |
|||
method: 'get', |
|||
params: parameter |
|||
}) |
|||
} |
|||
export default { menu, bingdingLabel, unbindTag, initTagLogList } |
|||
@ -0,0 +1,35 @@ |
|||
import request from '@/utils/request' |
|||
import qs from 'qs' |
|||
|
|||
export function bind(data) { |
|||
return request({ |
|||
url: 'api/camera/bind', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function getDevice() { |
|||
return request({ |
|||
url: 'api/camera/device', |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function cameraDownload(params) { |
|||
return request({ |
|||
url: 'api/camera/download' + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get', |
|||
responseType: 'blob' |
|||
}) |
|||
} |
|||
|
|||
export function cameraDelete(data) { |
|||
return request({ |
|||
url: 'api/camera/delete', |
|||
method: 'delete', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export default { bind, getDevice, cameraDownload, cameraDelete } |
|||
@ -0,0 +1,34 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function initTagList(parameter) { |
|||
return request({ |
|||
url: 'api/tag/initTagList', |
|||
method: 'get', |
|||
params: parameter |
|||
}) |
|||
} |
|||
|
|||
export function bingdingLabel(data) { |
|||
return request({ |
|||
url: 'api/tag/bingdingLabel', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function unbindTag(data) { |
|||
return request({ |
|||
url: 'api/tag/unbindTag', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function initTagLogList(parameter) { |
|||
return request({ |
|||
url: 'api/tag/initTagLogList', |
|||
method: 'get', |
|||
params: parameter |
|||
}) |
|||
} |
|||
export default { initTagList, bingdingLabel, unbindTag, initTagLogList } |
|||
@ -0,0 +1,45 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function add(data) { |
|||
return request({ |
|||
url: 'api/device/editTimedTasks', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function del(ids) { |
|||
return request({ |
|||
url: 'api/device/deleteTimedTasks', |
|||
method: 'post', |
|||
data: ids |
|||
}) |
|||
} |
|||
|
|||
export function edit(data) { |
|||
return request({ |
|||
url: 'api/device/editTimedTasks', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
// 更改计划任务状态
|
|||
export function FetchStatus(data) { |
|||
return request({ |
|||
url: 'api/device/changeTimedTasksStatus', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
// 计划任务日志
|
|||
export function FetchInitTimedTasksLog(parameter) { |
|||
return request({ |
|||
url: 'api/device/initTimedTasksLog', |
|||
method: 'get', |
|||
params: parameter |
|||
}) |
|||
} |
|||
|
|||
export default { add, edit, del, FetchStatus, FetchInitTimedTasksLog } |
|||
@ -0,0 +1,15 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function resetEmail(data) { |
|||
return request({ |
|||
url: 'api/code/resetEmail?email=' + data, |
|||
method: 'post' |
|||
}) |
|||
} |
|||
|
|||
export function updatePass(pass) { |
|||
return request({ |
|||
url: 'api/users/updatePass/' + pass, |
|||
method: 'get' |
|||
}) |
|||
} |
|||
@ -0,0 +1,44 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function getDepts(params) { |
|||
return request({ |
|||
url: 'api/dept', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
export function getDeptSuperior(ids) { |
|||
const data = ids.length || ids.length === 0 ? ids : Array.of(ids) |
|||
return request({ |
|||
url: 'api/dept/superior', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function add(data) { |
|||
return request({ |
|||
url: 'api/dept', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function del(ids) { |
|||
return request({ |
|||
url: 'api/dept', |
|||
method: 'delete', |
|||
data: ids |
|||
}) |
|||
} |
|||
|
|||
export function edit(data) { |
|||
return request({ |
|||
url: 'api/dept', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export default { add, edit, del, getDepts, getDeptSuperior } |
|||
@ -0,0 +1,40 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function getAllJob() { |
|||
const params = { |
|||
page: 0, |
|||
size: 9999, |
|||
enabled: true |
|||
} |
|||
return request({ |
|||
url: 'api/job', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
export function add(data) { |
|||
return request({ |
|||
url: 'api/job', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function del(ids) { |
|||
return request({ |
|||
url: 'api/job', |
|||
method: 'delete', |
|||
data: ids |
|||
}) |
|||
} |
|||
|
|||
export function edit(data) { |
|||
return request({ |
|||
url: 'api/job', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export default { add, edit, del } |
|||
@ -0,0 +1,96 @@ |
|||
import request from '@/utils/request' |
|||
import qs from 'qs' |
|||
|
|||
// 报警日志 手动处理
|
|||
export function warnRemark(data) { |
|||
return request({ |
|||
url: 'api/alarmlog/remark', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
// ------通知管理-------
|
|||
// 获取表格
|
|||
export function getNoticeList(params) { |
|||
return request({ |
|||
url: 'api/notice/list', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
// 获取用户
|
|||
export function getAllUser(params) { |
|||
return request({ |
|||
url: 'api/users/all', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
// 获取设备
|
|||
export function getAllDev(params) { |
|||
return request({ |
|||
url: 'api/device/all', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
// 发布
|
|||
export function noticeCreate(data) { |
|||
return request({ |
|||
url: 'api/notice/create', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
// 删除
|
|||
export function noticeDel(data) { |
|||
return request({ |
|||
url: '/api/notice/delete', |
|||
method: 'delete', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
// -------消息中心------
|
|||
// 获取列表
|
|||
export function getUserNotice(params) { |
|||
return request({ |
|||
url: 'api/users/notice' + '?' + qs.stringify(params, { indices: false }), |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
// 标记已读
|
|||
export function isread(data) { |
|||
return request({ |
|||
url: 'api/users/isread', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
// 删除
|
|||
export function userMsgDel(data) { |
|||
return request({ |
|||
url: '/api/users/delnotice', |
|||
method: 'delete', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export default { |
|||
warnRemark, |
|||
noticeCreate, |
|||
getNoticeList, |
|||
getAllUser, |
|||
getAllDev, |
|||
noticeDel, |
|||
getUserNotice, |
|||
isread, |
|||
userMsgDel |
|||
} |
|||
@ -0,0 +1,65 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function getMenusTree(pid) { |
|||
return request({ |
|||
url: 'api/menus/lazy?pid=' + pid, |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function getMenus(params) { |
|||
return request({ |
|||
url: 'api/menus', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
export function getMenuSuperior(ids) { |
|||
const data = Array.isArray(ids) || ids.length === 0 ? ids : Array.of(ids) |
|||
return request({ |
|||
url: 'api/menus/superior', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function getChild(id) { |
|||
return request({ |
|||
url: 'api/menus/child?id=' + id, |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function buildMenus() { |
|||
return request({ |
|||
url: 'api/menus/build', |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function add(data) { |
|||
return request({ |
|||
url: 'api/menus', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function del(ids) { |
|||
return request({ |
|||
url: 'api/menus', |
|||
method: 'delete', |
|||
data: ids |
|||
}) |
|||
} |
|||
|
|||
export function edit(data) { |
|||
return request({ |
|||
url: 'api/menus', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export default { add, edit, del, getMenusTree, getMenuSuperior, getMenus, getChild } |
|||
@ -0,0 +1,57 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
// 获取所有的Role
|
|||
export function getAll() { |
|||
return request({ |
|||
url: 'api/roles/all', |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function add(data) { |
|||
return request({ |
|||
url: 'api/roles', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function get(id) { |
|||
return request({ |
|||
url: 'api/roles/' + id, |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function getLevel() { |
|||
return request({ |
|||
url: 'api/roles/level', |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function del(ids) { |
|||
return request({ |
|||
url: 'api/roles', |
|||
method: 'delete', |
|||
data: ids |
|||
}) |
|||
} |
|||
|
|||
export function edit(data) { |
|||
return request({ |
|||
url: 'api/roles', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function editMenu(data) { |
|||
return request({ |
|||
url: 'api/roles/menu', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export default { add, edit, del, get, editMenu, getLevel } |
|||
@ -0,0 +1,41 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function add(data) { |
|||
return request({ |
|||
url: 'api/jobs', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function del(ids) { |
|||
return request({ |
|||
url: 'api/jobs', |
|||
method: 'delete', |
|||
data: ids |
|||
}) |
|||
} |
|||
|
|||
export function edit(data) { |
|||
return request({ |
|||
url: 'api/jobs', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function updateIsPause(id) { |
|||
return request({ |
|||
url: 'api/jobs/' + id, |
|||
method: 'put' |
|||
}) |
|||
} |
|||
|
|||
export function execution(id) { |
|||
return request({ |
|||
url: 'api/jobs/exec/' + id, |
|||
method: 'put' |
|||
}) |
|||
} |
|||
|
|||
export default { del, updateIsPause, execution, add, edit } |
|||
@ -0,0 +1,91 @@ |
|||
import request from '@/utils/request' |
|||
import { encrypt } from '@/utils/rsaEncrypt' |
|||
import { getToken } from '@/utils/auth' |
|||
|
|||
export function add(data) { |
|||
return request({ |
|||
url: 'api/users', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function del(ids) { |
|||
return request({ |
|||
url: 'api/users', |
|||
method: 'delete', |
|||
data: ids |
|||
}) |
|||
} |
|||
|
|||
export function edit(data) { |
|||
return request({ |
|||
url: 'api/users', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function editUser(data) { |
|||
return request({ |
|||
url: 'api/users/center', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function updatePass(user) { |
|||
const data = { |
|||
oldPass: encrypt(user.oldPass), |
|||
newPass: encrypt(user.newPass) |
|||
} |
|||
return request({ |
|||
url: 'api/users/updatePass/', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function updateEmail(form) { |
|||
const data = { |
|||
password: encrypt(form.pass), |
|||
email: form.email |
|||
} |
|||
return request({ |
|||
url: 'api/users/updateEmail/' + form.code, |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function resetpassword(data) { |
|||
return request({ |
|||
url: 'api/users/resetpassword', |
|||
method: 'post', |
|||
headers: { |
|||
Authorization: getToken() |
|||
}, |
|||
data |
|||
}) |
|||
} |
|||
|
|||
// 我得消息
|
|||
export function FetchMyNotice(params) { |
|||
return request({ |
|||
url: 'api/users/myNotice', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
// 我得消息全部标记已读
|
|||
export function FetchMyReadAll(data) { |
|||
return request({ |
|||
url: 'api/users/myReadAll', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export default { add, edit, del, resetpassword, FetchMyNotice, FetchMyReadAll } |
|||
|
|||
@ -0,0 +1,56 @@ |
|||
import request from '@/utils/request' |
|||
// import qs from 'qs'
|
|||
|
|||
// 编辑skt设置
|
|||
export function add(data) { |
|||
return request({ |
|||
url: 'api/securitydoor/editZktParam', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
// 获取ZKT门禁信息
|
|||
export function FetchZKTDoorList(params) { |
|||
return request({ |
|||
url: 'api/securitydoor/getZKTDoorList', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
// 初始化skt
|
|||
export function FetchInitZktParam(params) { |
|||
return request({ |
|||
url: 'api/securitydoor/initZktParam', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
// 实时获取ZKT门禁日志
|
|||
export function FetchRealTimeZKTLog(params) { |
|||
return request({ |
|||
url: 'api/securitydoor/realTimeZKTLog', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
export function FetchHikMajor(params) { |
|||
return request({ |
|||
url: 'api/securitydoor/getHikMajor', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
export function FetchHikMinor(params) { |
|||
return request({ |
|||
url: 'api/securitydoor/getHikMinor', |
|||
method: 'get', |
|||
params |
|||
}) |
|||
} |
|||
|
|||
export default { add, FetchZKTDoorList, FetchInitZktParam, FetchRealTimeZKTLog, FetchHikMajor, FetchHikMinor } |
|||
@ -0,0 +1,11 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function getRealTimeData(data) { |
|||
return request({ |
|||
url: 'api/thirdapi/getrealtimedata', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export default { getRealTimeData } |
|||
@ -0,0 +1,25 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function get() { |
|||
return request({ |
|||
url: 'api/aliPay', |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function update(data) { |
|||
return request({ |
|||
url: 'api/aliPay', |
|||
data, |
|||
method: 'put' |
|||
}) |
|||
} |
|||
|
|||
// 支付
|
|||
export function toAliPay(url, data) { |
|||
return request({ |
|||
url: 'api/' + url, |
|||
data, |
|||
method: 'post' |
|||
}) |
|||
} |
|||
@ -0,0 +1,24 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function get() { |
|||
return request({ |
|||
url: 'api/email', |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function update(data) { |
|||
return request({ |
|||
url: 'api/email', |
|||
data, |
|||
method: 'put' |
|||
}) |
|||
} |
|||
|
|||
export function send(data) { |
|||
return request({ |
|||
url: 'api/email', |
|||
data, |
|||
method: 'post' |
|||
}) |
|||
} |
|||
@ -0,0 +1,27 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function add(data) { |
|||
return request({ |
|||
url: 'api/localStorage', |
|||
method: 'post', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export function del(ids) { |
|||
return request({ |
|||
url: 'api/localStorage/', |
|||
method: 'delete', |
|||
data: ids |
|||
}) |
|||
} |
|||
|
|||
export function edit(data) { |
|||
return request({ |
|||
url: 'api/localStorage', |
|||
method: 'put', |
|||
data |
|||
}) |
|||
} |
|||
|
|||
export default { add, edit, del } |
|||
@ -0,0 +1,40 @@ |
|||
import request from '@/utils/request' |
|||
|
|||
export function get() { |
|||
return request({ |
|||
url: 'api/qiNiuContent/config', |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function update(data) { |
|||
return request({ |
|||
url: 'api/qiNiuContent/config', |
|||
data, |
|||
method: 'put' |
|||
}) |
|||
} |
|||
|
|||
export function download(id) { |
|||
return request({ |
|||
url: 'api/qiNiuContent/download/' + id, |
|||
method: 'get' |
|||
}) |
|||
} |
|||
|
|||
export function sync() { |
|||
return request({ |
|||
url: 'api/qiNiuContent/synchronize', |
|||
method: 'post' |
|||
}) |
|||
} |
|||
|
|||
export function del(ids) { |
|||
return request({ |
|||
url: 'api/qiNiuContent', |
|||
method: 'delete', |
|||
data: ids |
|||
}) |
|||
} |
|||
|
|||
export default { del, download, sync } |
|||
|
After Width: 313 | Height: 428 | Size: 160 KiB |
|
After Width: 1014 | Height: 556 | Size: 96 KiB |
|
After Width: 152 | Height: 138 | Size: 4.7 KiB |
@ -0,0 +1,291 @@ |
|||
@font-face { |
|||
font-family: "iconfont"; /* Project id 3409379 */ |
|||
src: url('iconfont.woff2?t=1663406583019') format('woff2'), |
|||
url('iconfont.woff?t=1663406583019') format('woff'), |
|||
url('iconfont.ttf?t=1663406583019') format('truetype'); |
|||
} |
|||
|
|||
.iconfont { |
|||
font-family: "iconfont" !important; |
|||
font-size: 16px; |
|||
font-style: normal; |
|||
-webkit-font-smoothing: antialiased; |
|||
-moz-osx-font-smoothing: grayscale; |
|||
} |
|||
|
|||
.icon-danganhezongliang:before { |
|||
content: "\e64a"; |
|||
} |
|||
|
|||
.icon-danganzongliang:before { |
|||
content: "\e64c"; |
|||
} |
|||
|
|||
.icon-zaijieshuliang:before { |
|||
content: "\e638"; |
|||
} |
|||
|
|||
.icon-zaikushuliang:before { |
|||
content: "\e649"; |
|||
} |
|||
|
|||
.icon-danganjieyue:before { |
|||
content: "\e636"; |
|||
} |
|||
|
|||
.icon-danganleixing:before { |
|||
content: "\e637"; |
|||
} |
|||
|
|||
.icon-quanbushebei:before { |
|||
content: "\e639"; |
|||
} |
|||
|
|||
.icon-lixianshebei:before { |
|||
content: "\e63a"; |
|||
} |
|||
|
|||
.icon-zaixianshebei:before { |
|||
content: "\e64b"; |
|||
} |
|||
|
|||
.icon-jiesuan-fanbai:before { |
|||
content: "\e648"; |
|||
} |
|||
|
|||
.icon-chuliyichang-fanbai:before { |
|||
content: "\e647"; |
|||
} |
|||
|
|||
.icon-fabu-fanbai:before { |
|||
content: "\e644"; |
|||
} |
|||
|
|||
.icon-biaojiyidu-fanbai:before { |
|||
content: "\e645"; |
|||
} |
|||
|
|||
.icon-shoudongchuli-fanbai:before { |
|||
content: "\e646"; |
|||
} |
|||
|
|||
.icon-zhenglishi:before { |
|||
content: "\e63c"; |
|||
} |
|||
|
|||
.icon-shebeizhuangtai:before { |
|||
content: "\e63d"; |
|||
} |
|||
|
|||
.icon-loushuijiance:before { |
|||
content: "\e63e"; |
|||
} |
|||
|
|||
.icon-loushuibaojing:before { |
|||
content: "\e63f"; |
|||
} |
|||
|
|||
.icon-loushuiweizhi:before { |
|||
content: "\e640"; |
|||
} |
|||
|
|||
.icon-weihubaojing:before { |
|||
content: "\e641"; |
|||
} |
|||
|
|||
.icon-kongqizhiliangshuju:before { |
|||
content: "\e642"; |
|||
} |
|||
|
|||
.icon-ganyingxianduanlie:before { |
|||
content: "\e643"; |
|||
} |
|||
|
|||
.icon-chuku-fanbai:before { |
|||
content: "\e63b"; |
|||
} |
|||
|
|||
.icon-a-3Dkufang:before { |
|||
content: "\e631"; |
|||
} |
|||
|
|||
.icon-baojingjilu:before { |
|||
content: "\e632"; |
|||
} |
|||
|
|||
.icon-menjinjilu:before { |
|||
content: "\e633"; |
|||
} |
|||
|
|||
.icon-tongzhigonggao:before { |
|||
content: "\e634"; |
|||
} |
|||
|
|||
.icon-xiaoxi:before { |
|||
content: "\e635"; |
|||
} |
|||
|
|||
.icon-bangdingcanshu-fanbai:before { |
|||
content: "\e61a"; |
|||
} |
|||
|
|||
.icon-chaihe-fanbai:before { |
|||
content: "\e61b"; |
|||
} |
|||
|
|||
.icon-bangding-fanbai:before { |
|||
content: "\e61c"; |
|||
} |
|||
|
|||
.icon-fenjuanzhuanghe-fanbai:before { |
|||
content: "\e61d"; |
|||
} |
|||
|
|||
.icon-jiechubangding-fanbai:before { |
|||
content: "\e61e"; |
|||
} |
|||
|
|||
.icon-chehui-fanbai:before { |
|||
content: "\e61f"; |
|||
} |
|||
|
|||
.icon-daochu-fanbai:before { |
|||
content: "\e620"; |
|||
} |
|||
|
|||
.icon-dengji-fanbai:before { |
|||
content: "\e621"; |
|||
} |
|||
|
|||
.icon-tishichenggong:before { |
|||
content: "\e622"; |
|||
} |
|||
|
|||
.icon-xiazai-fanbai:before { |
|||
content: "\e623"; |
|||
} |
|||
|
|||
.icon-jieyue-fanbai:before { |
|||
content: "\e624"; |
|||
} |
|||
|
|||
.icon-tishijinggao:before { |
|||
content: "\e625"; |
|||
} |
|||
|
|||
.icon-shuaxin:before { |
|||
content: "\e626"; |
|||
} |
|||
|
|||
.icon-guihuan-fanbai:before { |
|||
content: "\e627"; |
|||
} |
|||
|
|||
.icon-yichu-fanbai:before { |
|||
content: "\e628"; |
|||
} |
|||
|
|||
.icon-shangchuanfujian-fanbai:before { |
|||
content: "\e629"; |
|||
} |
|||
|
|||
.icon-ruku-fanbai:before { |
|||
content: "\e62a"; |
|||
} |
|||
|
|||
.icon-jiechu-fanbai:before { |
|||
content: "\e62b"; |
|||
} |
|||
|
|||
.icon-xinzengpandian-fanbai:before { |
|||
content: "\e62c"; |
|||
} |
|||
|
|||
.icon-huanyuan-fanbai:before { |
|||
content: "\e62d"; |
|||
} |
|||
|
|||
.icon-fujian:before { |
|||
content: "\e62e"; |
|||
} |
|||
|
|||
.icon-zhuanghe--fanbai:before { |
|||
content: "\e62f"; |
|||
} |
|||
|
|||
.icon-bangdingshebei-fanbai:before { |
|||
content: "\e630"; |
|||
} |
|||
|
|||
.icon-weibiaoti-2:before { |
|||
content: "\e619"; |
|||
} |
|||
|
|||
.icon-paixu-fanbai:before { |
|||
content: "\e618"; |
|||
} |
|||
|
|||
.icon-rili:before { |
|||
content: "\e617"; |
|||
} |
|||
|
|||
.icon-yonghuyouxiang-fanbai:before { |
|||
content: "\e616"; |
|||
} |
|||
|
|||
.icon-shoujihaoma-fanbai:before { |
|||
content: "\e615"; |
|||
} |
|||
|
|||
.icon-yonghunicheng-fanbai:before { |
|||
content: "\e614"; |
|||
} |
|||
|
|||
.icon-anquanshezhi-fanbai:before { |
|||
content: "\e613"; |
|||
} |
|||
|
|||
.icon-dengluzhanghao-fanbai:before { |
|||
content: "\e612"; |
|||
} |
|||
|
|||
.icon-suoshubumen-fanbai:before { |
|||
content: "\e611"; |
|||
} |
|||
|
|||
.icon-zhuangtai-fanbai:before { |
|||
content: "\e610"; |
|||
} |
|||
|
|||
.icon-a-zu33:before { |
|||
content: "\e60d"; |
|||
} |
|||
|
|||
.icon-a-lujing259:before { |
|||
content: "\e60c"; |
|||
} |
|||
|
|||
.icon-shouye5:before { |
|||
content: "\e60b"; |
|||
} |
|||
|
|||
.icon-shouye4:before { |
|||
content: "\e60a"; |
|||
} |
|||
|
|||
.icon-shouye3:before { |
|||
content: "\e609"; |
|||
} |
|||
|
|||
.icon-shouye2:before { |
|||
content: "\e608"; |
|||
} |
|||
|
|||
.icon-shouye1:before { |
|||
content: "\e607"; |
|||
} |
|||
|
|||
.icon-shouye:before { |
|||
content: "\e605"; |
|||
} |
|||
|
|||