@ganwei-web/ganwei-pc-cli 6.2.1 → 6.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ganwei-app-6.2.1/.nvmrc +1 -0
- package/ganwei-app-6.2.1/moduleConfiguration/.editorconfig +22 -0
- package/ganwei-app-6.2.1/moduleConfiguration/.env.development +23 -0
- package/ganwei-app-6.2.1/moduleConfiguration/.env.local.config +8 -0
- package/ganwei-app-6.2.1/moduleConfiguration/.env.production +29 -0
- package/ganwei-app-6.2.1/moduleConfiguration/.env.test +22 -0
- package/ganwei-app-6.2.1/moduleConfiguration/.eslintignore +13 -0
- package/ganwei-app-6.2.1/moduleConfiguration/.eslintrc.cjs +178 -0
- package/ganwei-app-6.2.1/moduleConfiguration/.prettierignore +13 -0
- package/ganwei-app-6.2.1/moduleConfiguration/.prettierrc.cjs +37 -0
- package/ganwei-app-6.2.1/moduleConfiguration/cleanNodeModule.js +16 -0
- package/ganwei-app-6.2.1/moduleConfiguration/copyFile.js +133 -0
- package/ganwei-app-6.2.1/moduleConfiguration/filterStatic.js +65 -0
- package/ganwei-app-6.2.1/moduleConfiguration/init.js +48 -0
- package/ganwei-app-6.2.1/moduleConfiguration/moduleConfiguration.json +17 -0
- package/ganwei-app-6.2.1/package.json +41 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/.babelrc +4 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/.editorconfig +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/.env.development +23 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/.env.production +29 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/.env.test +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/.eslintignore +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/.eslintrc.cjs +178 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/.prettierignore +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/.prettierrc.cjs +37 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/.stylelintrc.cjs +18 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/auto-imports.d.ts +5 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/env.d.ts +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/index.html +21 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/package-lock.json +18130 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/package.json +88 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/css/ElementPlusAdapter.css +706 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/css/index-plus-vars.css +93 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/css/index-plus.css +1 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/css/index.css +15254 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/css/pptxjs.css +161 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/css/reset-6.1.css +433 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/element-icons.ttf +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/element-icons.woff +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/iconfont.css +1167 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/iconfont.js +1 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/iconfont.json +2025 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/iconfont.ttf +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/iconfont.woff +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/font/iconfont.woff2 +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/index-loading.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/loading_1.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/loading_2.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/loading_3.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/loading_4.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/logo.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/noPermission.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/noPermission1.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/refresh.png +0 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/scene_current.svg +36 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/scene_equip.svg +30 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/scene_safe.svg +29 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/scene_zonghe.svg +28 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/snapshot_alarm.svg +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/snapshot_info.svg +15 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/snapshot_setup.svg +15 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/snapshot_warning.svg +15 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/snapshot_zichan.svg +15 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/images/ts.svg +29 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/axios.min.js +2 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/base/MFEManager.js +70 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/echarts.min.js +45 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/enc-base64-min.js +88 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/hmac-sha256.js +18 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/jsencrypt.min.js +2 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/signalr.min.js +17 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/transformpcm.worker.js +58 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue2/elementUI.min.js +1 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue2/injectCss.js +12 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue2/vue-i18n.min.js +6 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue2/vue-router.min.js +11 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue2/vue.min.js +11 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue2/vuex.min.js +6 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue3/ElementPlusAdapter.iife.js +628 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue3/elementPlus.min.js +73 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue3/gw_app_api.iife.js +4024 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue3/vue-i18n.min.js +6 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue3/vue-router.min.js +6 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue3/vue.min.js +1 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/js/vue3/vuex.min.js +6 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/autoPlay.json +187 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/commandConfig.json +10 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/config.json +32 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/modules.json +93 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/player.json +6 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/ppt.json +6 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/scene.json +72 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/json/welcome.json +8 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/language/en-US/frame.json +30 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/language/en-US/publics.json +73 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/language/zh-CN/frame.json +30 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/language/zh-CN/publics.json +73 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/language/zh-HK/frame.json +30 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/language/zh-HK/publics.json +73 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/themes/dark-6.1.css +325 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/themes/dark.css +84 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/themes/default-theme.js +43 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/themes/light-6.1.css +333 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/public/static/themes/light.css +85 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/App.vue +256 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/NavigationBar/components/NavBarItem.vue +28 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/NavigationBar/components/NavBarItemBack.vue +18 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/NavigationBar/components/NavBarItemCommon.vue +13 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/NavigationBar/components/NavBarItemLogo.vue +33 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/NavigationBar/index.vue +66 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/NavigationBar/models/index.ts +10 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/appFrame/appFrame.vue +119 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/appFrame/bottom.vue +76 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/appFrame/css/bottom.scss +54 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/appFrame/css/top.scss +44 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/appFrame/js/useGestrue.ts +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/appFrame/top.vue +93 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/loading/index.vue +71 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/qrcodeReader/qrcodeReader.vue +328 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/components/QrcodeCapture.vue +54 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/components/QrcodeDropZone.vue +42 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/components/QrcodeStream.vue +327 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/index.js +32 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/misc/camera.js +153 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/misc/errors.js +25 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/misc/scanner.js +114 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/misc/shimGetUserMedia.js +30 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/misc/util.js +22 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/components/vue-qrcode-reader/src/mixins/CommonAPI.vue +27 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/enums/index.ts +19 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/hostMap.ts +8 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/main.ts +27 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/models/index.ts +81 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/request/api/Auth.ts +80 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/request/api.ts +5 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/router.ts +134 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/store.js +192 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/types.js +16 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/utils/MFEManager.ts +141 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/utils/URLSearchParams.ts +149 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/utils/defineWindowAttr.ts +4 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/utils/eventBus.ts +6 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/EditPassword/index.vue +142 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/ganwei-app-jump/src/index.vue +174 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/ganwei-app-jump/src/lifecycles.js +29 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/index/Index.vue +113 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/index/getSystemInfo.ts +35 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/index/useEventBus.ts +93 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/index/useInitMenus.ts +47 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/index/useKeepAlive.ts +35 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/index/useNavigationBar.ts +94 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/index/usePush.ts +62 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/src/views/index/useScan.ts +36 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/stats.html +4975 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/tsconfig.json +58 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/types/gw-app-public.d.ts +4 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/vite.base.config.ts +233 -0
- package/ganwei-app-6.2.1/packages/ganwei-app-index/vite.config.ts +51 -0
- package/ganwei-app-6.2.1/pnpm-lock.yaml +8810 -0
- package/ganwei-app-6.2.1/pnpm-workspace.yaml +3 -0
- package/ganwei-iotcenter-index-6.2.1/.nvmrc +1 -0
- package/ganwei-iotcenter-index-6.2.1/configuration/cleanNodeModule.js +18 -0
- package/ganwei-iotcenter-index-6.2.1/configuration/gitClone.js +45 -0
- package/ganwei-iotcenter-index-6.2.1/configuration/moduleConfiguration.json +20 -0
- package/ganwei-iotcenter-index-6.2.1/configuration/updateModule.cjs +30 -0
- package/ganwei-iotcenter-index-6.2.1/init.cjs +30 -0
- package/ganwei-iotcenter-index-6.2.1/package.json +41 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.babelrc +4 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.editorconfig +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.env.development +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.env.production +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.env.test +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.eslintignore +13 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.eslintrc.cjs +176 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.prettierignore +13 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/.prettierrc.cjs +19 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/auto-imports.d.ts +5 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/build/enteryJson.js +9 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/build/vite-addInfo-html.ts +38 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/build/vite-plugin-stats-html.js +595 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/components.d.ts +87 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/env.d.ts +7 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/index.html +31 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/package.json +89 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/css/element-plus/css-vars.css +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/css/element-plus/index.css +16959 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/css/element-ui/index.css +16075 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/css/equipStatus.css +70 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/css/index.css +15926 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/css/reset-6-1.css +155 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.css +1135 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.js +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.json +1969 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.woff +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/appFont/iconfont.woff2 +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/element-icons.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/element-icons.woff +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.css +3779 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.js +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.json +6596 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.woff +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/fonts/font/iconfont.woff2 +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/http/createAxios.js +486 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/head-background.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-alarmIcon-dark.svg +48 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-alarmIcon-green.svg +42 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-alarmIcon-light.svg +26 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-apppreview-dark.svg +20 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-apppreview-green.svg +20 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-apppreview-light.svg +14 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-contentfull-dark.svg +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-contentfull-green.svg +16 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-contentfull-light.svg +16 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-contentfull.svg +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-fullscreen-dark.svg +19 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-fullscreen-green.svg +14 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-fullscreen-light.svg +12 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-fullscreen.svg +19 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-loading.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-logo-src-dark.svg +67 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-logo-src-green.svg +67 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-logo-src-light.svg +67 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-logo-src-small.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-logo-src.svg +67 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-nopage-dark.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-nopage-green.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-nopage-light.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-normalIcon-dark.svg +32 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-normalIcon-green.svg +32 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-normalIcon-light.svg +9 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-skin-dark.svg +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-skin-green.svg +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-skin-light.svg +15 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-skin.svg +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-tuchuquanping-dark.svg +18 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-tuchuquanping-green.svg +18 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-tuchuquanping-light.svg +18 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-tuchuquanping.svg +18 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-upgrade.svg +18 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-user-dark.svg +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-user-green.svg +27 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-user-light.svg +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-user.svg +26 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-warningIcon-dark.svg +37 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-warningIcon-green.svg +37 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/index-warningIcon-light.svg +15 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/login-bg-img.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/logo.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/menu-background.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/renew-message-dark.svg +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/renew-message-green.svg +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/renew-message-light.svg +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/right-close.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/right-open.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-fullscreen.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-guzhang.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-jinggao.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-shezhi.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-xinxi.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/systemsnapshot-zichan.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/unread-message-dark.svg +19 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/unread-message-green.svg +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/unread-message-light.svg +17 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/images/webconfig-location.svg +17 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/axios.min.js +2 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/echarts.min.js +25 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/element-ui/index.js +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/element-ui/index.js.gz +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/enc-base64-min.js +86 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/filereader.js +455 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/font.js +56 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/getConfigInfoData.js +57 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/getLanguage.js +144 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/getLanguageOptions.js +52 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/getUserPermissionList.js +55 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/h5player.min.js +311 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/hmac-sha256.js +18 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/jquery.slim.min.js +2 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/jsencrypt.min.js +2 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/jszip.min.js +14 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/liveplayer-lib.min.js +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/moment.js +5670 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/pptxjs.min.js +14105 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/signalr.min.js +17 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/tXml.js +244 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/transformpcm.worker.js +58 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/vue-i18n.min.js +6 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/vue-router.min.js +11 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/vue.min.js +11 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/js/vuex.min.js +6 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/json/RAMScope.json +201 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/json/config.json +154 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/json/snapshot.json +34 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/lib/treeV2/treeV2.css +246 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/lib/treeV2/treeV2.js +5384 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/themes/dark-6-1.css +430 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/themes/dark.css +426 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/themes/default-theme-6-1.js +48 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/themes/default-theme.js +53 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/themes/green-6-1.css +357 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/themes/light-6-1.css +424 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/themes/light.css +414 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/public/static/themes/themeConfig.json +42 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/App.vue +52 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/assets/plugins/encrypt.js +122 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/auto-import.d.ts +61 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/asideMenu/contractMenu.vue +216 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/asideMenu/menu.vue +238 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/asideMenu/topNav.vue +238 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/contextMenu/index.js +42 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/contextMenu/index.vue +113 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexLeftContent/index.js +204 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexLeftContent/index.scss +258 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexLeftContent/index.vue +112 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/appPreview/images/appconnect.jpg +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/appPreview/index.vue +282 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/contentFullScreen/index.js +19 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/contentFullScreen/index.vue +10 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/fullScreen/index.js +50 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/fullScreen/index.vue +10 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/index.js +28 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/index.scss +137 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/index.vue +20 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/processDesign/ApprovalDialog.vue +147 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/processDesign/index.js +327 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/processDesign/index.scss +253 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/processDesign/index.vue +61 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/renewMessages/RenewDialog.vue +97 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/renewMessages/index.js +95 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/renewMessages/index.scss +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/renewMessages/index.vue +8 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/renewMessages/renew.vue +271 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/saveMode/index.js +45 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/saveMode/index.scss +36 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/saveMode/index.vue +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/switchTheme/index.js +70 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/switchTheme/index.scss +94 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/switchTheme/index.vue +35 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/unReadMessages/index.js +146 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/unReadMessages/index.scss +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/unReadMessages/index.vue +8 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/upgrade/index.js +81 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/upgrade/index.scss +147 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/upgrade/index.vue +30 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/PWEditDialog/forceEdit.js +78 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/PWEditDialog/index.js +265 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/PWEditDialog/index.scss +5 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/PWEditDialog/index.vue +39 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/index.js +94 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/index.scss +113 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/index.vue +90 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/logoutDialog/index.js +68 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/logoutDialog/index.vue +16 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/restartPlatformDialog/index.js +178 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/restartPlatformDialog/index.scss +16 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/restartPlatformDialog/index.vue +46 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/safeModeDialog/index.vue +195 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/switchPark/index.js +70 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/switchPark/index.scss +95 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/switchPark/index.vue +35 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/systemInfoDialog/index.js +240 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/systemInfoDialog/index.scss +158 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/systemInfoDialog/index.vue +50 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/index.js +63 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/index.scss +40 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/index.vue +20 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/labelPage/index.js +398 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/labelPage/index.scss +136 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/labelPage/index.vue +36 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/normalPage/index.js +34 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/normalPage/index.scss +44 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/indexRightContent/normalPage/index.vue +21 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/inputPassword/index.vue +65 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/isDebug/isDebug.vue +57 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/isDebug/warning.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/noAccess/noAccess.vue +78 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/noAccess/noPage.vue +68 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/sceneMonitor/index.js +95 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/toast/index.js +65 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/toast/index.vue +136 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/unreadMsg/listItem.vue +36 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/components/unreadMsg/unread.vue +300 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/hostMap.js +13 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/main.js +50 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/mixins/judgePermission.js +29 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/publish/pub.ts +28 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/request/api/frame.js +142 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/request/api.js +14 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/router.js +34 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/store.js +221 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/types.js +16 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/utils/MFEManager.js +156 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/utils/gwEquipCache.js +325 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/utils/gwSignalr.js +66 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/utils/historyExport.js +158 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/utils/setStorage.js +5 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/views/Index.vue +81 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/views/index.js +297 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/views/jumpIframe/index.vue +242 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/views/jumpIframe/preloadMethod.js +54 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/src/views/jumpIframe/queryParser.js +47 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/tsconfig.json +57 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-index/vite.config.ts +270 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.babelrc +8 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.editorconfig +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.env.development +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.env.production +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.env.test +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.eslintignore +13 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.eslintrc.cjs +162 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.prettierignore +13 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/.prettierrc.cjs +37 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/auto-imports.d.ts +5 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/build/enteryJson.js +72 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/build/vite-addInfo-html.ts +38 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/build/vite-plugin-stats-html.js +595 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/env.d.ts +7 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/index.html +34 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/package.json +84 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/css/drag.css +140 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/css/element-plus/css-vars.css +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/css/element-plus/index.css +16957 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/css/element-ui/index.css +16075 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/css/element-ui/reset.css +1471 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/css/index.css +15926 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/css/reset-6-1.css +114 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.css +1135 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.js +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.json +1969 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.woff +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/appFont/iconfont.woff2 +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/element-icons.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/element-icons.woff +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.css +4151 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.js +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.json +7247 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.woff +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/fonts/font/iconfont.woff2 +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/http/createAxios.js +316 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/center.svg +23 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/centerActive.svg +24 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/center_light.svg +15 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/index-loading.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/index-logo-src-dark.svg +67 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/index-logo-src-green.svg +67 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/index-logo-src-light.svg +67 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/index-logo-src-small.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/index-logo-src.svg +67 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/left.svg +23 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/leftActive.svg +24 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/left_light.svg +15 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/login-bg-img.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/login-drag-start.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/login-drag-stop.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/logo.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/refresh.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/right.svg +23 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/rightActive.svg +24 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/images/right_light.svg +15 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/js/axios.min.js +3 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/js/drag.js +391 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/js/font.js +57 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/js/getConfigInfoData.js +57 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/js/getLanguage.js +143 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/js/getLanguageOptions.js +52 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/js/jquery.min.js +10716 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/themes/dark-6-1.css +430 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/themes/dark.css +426 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/themes/default-theme-6-1.js +46 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/themes/default-theme.js +53 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/themes/green-6-1.css +336 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/themes/light-6-1.css +424 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/themes/light.css +414 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/public/static/themes/themeConfig.json +42 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/App.vue +70 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/alertHandle.scss +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/browserScroll.scss +5 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/btnHandle.scss +36 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/containerHandle.scss +402 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/dialogStyle.scss +43 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/equipStatus.scss +88 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/index.scss +1358 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/inputStyle.scss +16 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/listHandle.scss +113 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/login.scss +335 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/mainInfo.scss +297 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/maintenanceInfo.scss +199 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/style.css +921 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/tableHandle.scss +147 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/css/txtHandle.scss +39 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/images/login-bg-img.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/images/login-sso-error.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/images/logo-bg.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/assets/plugins/encrypt.js +122 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/components/declaration/declaration.scss +118 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/components/declaration/declaration.vue +109 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/components/declaration/declarationPacts.vue +42 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/components/passwordModification/checkEmailContainer.vue +134 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/components/passwordModification/inputEmailContainer.vue +128 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/components/passwordModification/modifyPasswordContainer.vue +138 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/components/passwordModification/passwordModification - /345/211/257/346/234/254.vue" +4 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/components/passwordModification/passwordModification.vue +223 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/directive/loadMore/loadMore.js +14 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/hostMap.js +18 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/main.js +39 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/mixins/setDefaultLanguage.js +87 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/request/api/login.js +95 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/request/api.js +13 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/router.js +48 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/types.js +16 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/utils/formValidate.js +25 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/utils/isApp.js +18 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/utils/language.js +45 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/utils/myUtils.js +646 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/utils/timeFormat.js +23 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/utils/timesYMDHMS.js +27 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/views/js/mainInfo.js +374 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/views/js/maintenanceInfo.js +202 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/views/login.vue +458 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/views/ssoLogin.vue +230 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/src/views/ssoLogout.vue +58 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-login/vite.config.ts +237 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.babelrc +8 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.editorconfig +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.env.development +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.env.production +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.env.test +22 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.eslintignore +13 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.eslintrc.cjs +162 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.prettierignore +13 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/.prettierrc.cjs +37 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/auto-imports.d.ts +5 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/build/enteryJson.js +64 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/build/vite-addInfo-html.js +15 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/build/vite-addInfo-html.ts +38 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/build/vite-plugin-stats-html +14 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/build/vite-plugin-stats-html.js +595 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/env.d.ts +7 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/index.html +25 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/package.json +94 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/css/element-plus/css-vars.css +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/css/element-plus/index.css +16957 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/css/reset-6-1.css +114 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/appFont/iconfont.css +1135 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/appFont/iconfont.js +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/appFont/iconfont.json +1969 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/appFont/iconfont.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/appFont/iconfont.woff +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/appFont/iconfont.woff2 +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/element-icons.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/element-icons.woff +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.css +3535 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.js +1 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.json +6169 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.ttf +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.woff +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/fonts/font/iconfont.woff2 +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/http/createAxios.js +372 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/images/index-loading.png +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/js/axios.min.js +3 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/js/font.js +58 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/js/getConfigInfoData.js +58 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/js/getLanguage.js +142 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/js/getLanguageOptions.js +51 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/themes/dark-6-1.css +430 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/themes/default-theme-6-1.js +48 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/themes/light-6-1.css +424 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/public/static/themes/themeConfig.json +42 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/App.vue +41 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/assets/images/template.jpg +0 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/hostMap.js +14 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/main.js +39 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/request/api/template.js +11 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/request/api.js +9 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/router.js +23 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/utils/setStorage.js +5 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/src/views/template.vue +1008 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/tsconfig.json +21 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/tsconfig.node.json +10 -0
- package/ganwei-iotcenter-index-6.2.1/packages/ganwei-iotcenter-template/vite.config.ts +240 -0
- package/ganwei-iotcenter-index-6.2.1/pnpm-workspace.yaml +3 -0
- package/package.json +3 -2
|
@@ -0,0 +1,424 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
/* gw-color 为基础颜色,原则上不允许添加、修改*/
|
|
3
|
+
--gw-color-primary: #3875ff;
|
|
4
|
+
--gw-color-primary1: #7af8ff;
|
|
5
|
+
--gw-color-primary2: #eaf4f8;
|
|
6
|
+
--gw-color-primary3: #abceff;
|
|
7
|
+
--gw-color-primary4: #60a3ff;
|
|
8
|
+
--gw-color-primary5: #38b7ff;
|
|
9
|
+
--gw-color-primary6: #276bed;
|
|
10
|
+
--gw-color-primary7: #1D4175;
|
|
11
|
+
--gw-color-primary8: #121A2C;
|
|
12
|
+
--gw-color-primary9: #5189F6;
|
|
13
|
+
|
|
14
|
+
--gw-color-success: #13a212;
|
|
15
|
+
--gw-color-success1: #dfffcf;
|
|
16
|
+
--gw-color-success2: #4cff79;
|
|
17
|
+
--gw-color-success3: #a9d77e;
|
|
18
|
+
--gw-color-success4: #51c41c;
|
|
19
|
+
--gw-color-success5: #387500;
|
|
20
|
+
--gw-color-success6: #274916;
|
|
21
|
+
--gw-color-success7: #162313;
|
|
22
|
+
|
|
23
|
+
--gw-color-waning: #d08b00;
|
|
24
|
+
--gw-color-waning1: #fffbe6;
|
|
25
|
+
--gw-color-waning2: #ffe58f;
|
|
26
|
+
--gw-color-waning3: #f8c161;
|
|
27
|
+
--gw-color-waning4: #ff8f3a;
|
|
28
|
+
--gw-color-waning5: #584215;
|
|
29
|
+
--gw-color-waning6: #2B2111;
|
|
30
|
+
|
|
31
|
+
--gw-color-danger: #f22433;
|
|
32
|
+
--gw-color-danger1: #fff2f1;
|
|
33
|
+
--gw-color-danger2: #fccec6;
|
|
34
|
+
--gw-color-danger3: #ff484b;
|
|
35
|
+
--gw-color-danger4: #9b2627;
|
|
36
|
+
--gw-color-danger5: #58181C;
|
|
37
|
+
--gw-color-danger6: #2A1215;
|
|
38
|
+
--gw-color-danger7: #CF1322;
|
|
39
|
+
|
|
40
|
+
--gw-color-Neutrals1: #333333;
|
|
41
|
+
--gw-color-Neutrals2: #333333;
|
|
42
|
+
--gw-color-Neutrals3: #333333;
|
|
43
|
+
--gw-color-Neutrals4: #333333;
|
|
44
|
+
--gw-color-Neutrals5: #333333;
|
|
45
|
+
--gw-color-Neutrals6: #333333;
|
|
46
|
+
--gw-color-Neutrals7: #333333;
|
|
47
|
+
--gw-color-Neutrals8: #333333;
|
|
48
|
+
--gw-color-Neutrals9: #333333;
|
|
49
|
+
--gw-color-Neutrals10: #333333;
|
|
50
|
+
--gw-color-Neutrals11: #333333;
|
|
51
|
+
--gw-color-Neutrals12: #555555;
|
|
52
|
+
--gw-color-Neutrals13: #8b8f97;
|
|
53
|
+
--gw-color-Neutrals14: #626d84;
|
|
54
|
+
--gw-color-Neutrals15: #dfe9ff;
|
|
55
|
+
--gw-color-Neutrals16: #d9d9d9;
|
|
56
|
+
--gw-color-Neutrals17: #d9d9d9;
|
|
57
|
+
--gw-color-Neutrals18: #e1e3e6;
|
|
58
|
+
--gw-color-Neutrals19: #eff4fe;
|
|
59
|
+
--gw-color-Neutrals20: #f2f3f5;
|
|
60
|
+
--gw-color-Neutrals21: #f2f6ff;
|
|
61
|
+
--gw-color-Neutrals22: #f1f4f4;
|
|
62
|
+
--gw-color-Neutrals23: #ffffff;
|
|
63
|
+
--gw-color-Neutrals24: #eeeeee;
|
|
64
|
+
--gw-color-Neutrals25: #ffffff;
|
|
65
|
+
--gw-color-Neutrals26: #ffffff;
|
|
66
|
+
--gw-color-Neutrals27: #ffffff;
|
|
67
|
+
--gw-color-Neutrals28: #f9f9f9;
|
|
68
|
+
--gw-color-Neutrals29: #D8DDEA;
|
|
69
|
+
--gw-color-Neutrals30: #666666;
|
|
70
|
+
--gw-color-Neutrals31: #D8DDEA;
|
|
71
|
+
--gw-color-Neutrals32: #FFFFFF;
|
|
72
|
+
--gw-color-Neutrals33: rgba(255, 255, 255, 0.42);
|
|
73
|
+
--gw-color-Neutrals34: rgba(4, 4, 4, 0.14);
|
|
74
|
+
--gw-color-Neutrals35: #F3F6F8;
|
|
75
|
+
--gw-color-Neutrals36: #E1E8EC;
|
|
76
|
+
--gw-color-Neutrals37: #191D2B;
|
|
77
|
+
--gw-color-Neutrals38: #F0F3F5;
|
|
78
|
+
--gw-color-Neutrals39: rgba(154, 37, 37, 0.1);
|
|
79
|
+
--gw-color-Neutrals40: rgba(0, 219, 28, 0.1);
|
|
80
|
+
--gw-color-Neutrals41: rgba(197, 154, 99, 0.4);
|
|
81
|
+
/* 命名规则 参考BEM命名法*/
|
|
82
|
+
/* --组件-元素-样式名__状态 */
|
|
83
|
+
/* 样式名:color(字体颜色),background(背景色),border(边框色) */
|
|
84
|
+
/* 状态:hover(悬浮),focus(聚焦),select、checked(选择)、...等 */
|
|
85
|
+
|
|
86
|
+
/* 底部主背景色 */
|
|
87
|
+
--frame-main-background: var(--gw-color-Neutrals20);
|
|
88
|
+
--frame-main-background-black: var(--gw-color-Neutrals27);
|
|
89
|
+
/* 弹窗内容深色背景 */
|
|
90
|
+
--frame-main-background-1: var(--gw-color-Neutrals25);
|
|
91
|
+
/* 内容区域背景 */
|
|
92
|
+
--frame-main-background-2: var(--gw-color-Neutrals23);
|
|
93
|
+
/* 内容header深色背景 */
|
|
94
|
+
--frame-main-background-3: var(--gw-color-Neutrals22);
|
|
95
|
+
/* 任务库 popover 背景 */
|
|
96
|
+
--frame-main-background-4: var(--gw-color-Neutrals20);
|
|
97
|
+
/* 主要字体色 */
|
|
98
|
+
--frame-main-color: var(--gw-color-Neutrals2);
|
|
99
|
+
/* 稍浅字体色 */
|
|
100
|
+
--frame-main-color-1: var(--gw-color-Neutrals12);
|
|
101
|
+
--frame-main-color-2: var(--gw-color-waning4);
|
|
102
|
+
/* 主要边框色 */
|
|
103
|
+
/* --bor-default => --border-color-2 =>*/
|
|
104
|
+
--frame-main-border: var(--gw-color-Neutrals18);
|
|
105
|
+
/* 稍浅边框色 */
|
|
106
|
+
--frame-main-border1: var(--gw-color-Neutrals16);
|
|
107
|
+
/* 稍深边框色 */
|
|
108
|
+
--frame-main-border2: var(--gw-color-Neutrals36);
|
|
109
|
+
|
|
110
|
+
/* 顶部 */
|
|
111
|
+
--frame-top-background: var(--gw-color-Neutrals27);
|
|
112
|
+
--frame-top-alarm-background: var(--gw-color-Neutrals39);
|
|
113
|
+
--frame-top-normal-background: var(--gw-color-Neutrals40);
|
|
114
|
+
--frame-top-upgrade-background: var(--gw-color-Neutrals41);
|
|
115
|
+
/* 左侧菜单 */
|
|
116
|
+
--frame-left-background: var(--gw-color-Neutrals23);
|
|
117
|
+
--frame-left-box-shadow: 0px 0px 10px 0px rgba(13, 17, 26, 0.1);
|
|
118
|
+
|
|
119
|
+
/* 按钮主要颜色 */
|
|
120
|
+
--button-all-background__disabled: var(--gw-color-Neutrals21);
|
|
121
|
+
--button-all-border__disabled: var(--gw-color-Neutrals18);
|
|
122
|
+
--button-all-color__disabled: var(--gw-color-Neutrals14);
|
|
123
|
+
--button-primary-color: var(--gw-color-primary);
|
|
124
|
+
--button-primary-background: var(--gw-color-primary);
|
|
125
|
+
--button-primary-border-color: var(--button-primary-background);
|
|
126
|
+
--button-primary-background__hover: var(--gw-color-primary9);
|
|
127
|
+
--button-primary-border-color__hover: var(--button-primary-background__hover);
|
|
128
|
+
--button-primary-background__active: var(--gw-color-primary6);
|
|
129
|
+
--button-primary-border-color__active: var(--button-primary-background__active);
|
|
130
|
+
--button-danger-color: var(--gw-color-danger);
|
|
131
|
+
--button-danger-background: var(--gw-color-danger);
|
|
132
|
+
--button-danger-border-color: var(--button-danger-background);
|
|
133
|
+
--button-danger-background__hover: var(--gw-color-danger3);
|
|
134
|
+
--button-danger-background__active: var(--gw-color-danger7);
|
|
135
|
+
--button-danger-border-color__active: var(--button-danger-background__active);
|
|
136
|
+
|
|
137
|
+
/* message弹窗 */
|
|
138
|
+
--message-background: var(--gw-color-Neutrals23);
|
|
139
|
+
--message-border: var(--gw-color-Neutrals22);
|
|
140
|
+
--message-color: var(--gw-color-Neutrals7);
|
|
141
|
+
|
|
142
|
+
--message-box-background: var(--gw-color-Neutrals23);
|
|
143
|
+
--message-box-color: var(--gw-color-Neutrals2);
|
|
144
|
+
--message-box-button-color: var(--gw-color-Neutrals27);
|
|
145
|
+
|
|
146
|
+
/* 通知弹窗 */
|
|
147
|
+
--notification-color: var(--gw-color-Neutrals2);
|
|
148
|
+
|
|
149
|
+
--loading-background: var(--gw-color-Neutrals26);
|
|
150
|
+
|
|
151
|
+
/* 标签页 */
|
|
152
|
+
--labelpage-header-background: var(--gw-color-Neutrals23);
|
|
153
|
+
--labelpage-background: var(--gw-color-Neutrals35);
|
|
154
|
+
--labelpage-background__active: var(--gw-color-primary);
|
|
155
|
+
--labelpage-border__active: var(--gw-color-primary);
|
|
156
|
+
--labelpage-color: var(--gw-color-Neutrals12);
|
|
157
|
+
--labelpage-color__active: var(--gw-color-Neutrals24);
|
|
158
|
+
--labelpage-icon-color__hover: var(--gw-color-primary);
|
|
159
|
+
--labelpage-border: var(--gw-color-Neutrals18);
|
|
160
|
+
|
|
161
|
+
/* 设备相关标签页 */
|
|
162
|
+
--equiptab-color: var(--gw-color-Neutrals14);
|
|
163
|
+
--equiptab-color__active: var(--gw-color-Neutrals27);
|
|
164
|
+
--tab-color: var(--gw-color-Neutrals7);
|
|
165
|
+
--tab-color__disabled: var(--gw-color-Neutrals12);
|
|
166
|
+
--tab-color__active: var(--gw-color-Neutrals2);
|
|
167
|
+
--tab-background: var(--gw-color-Neutrals29);
|
|
168
|
+
--tab-background__active: var(--gw-color-primary);
|
|
169
|
+
|
|
170
|
+
--tab-card-background: var(--gw-color-Neutrals25);
|
|
171
|
+
--tab-card-border: var(--gw-color-Neutrals18);
|
|
172
|
+
--tab-card-border__active: var(--gw-color-Neutrals25);
|
|
173
|
+
|
|
174
|
+
/* 实施快照标签页 */
|
|
175
|
+
--snapshot-background: var(--gw-color-Neutrals26);
|
|
176
|
+
--snapshot-background__active: var(--gw-color-Neutrals23);
|
|
177
|
+
--snapshot-color__active: var(--gw-color-Neutrals2);
|
|
178
|
+
|
|
179
|
+
/* 步骤组件 */
|
|
180
|
+
--step-icon-color: var(--gw-color-Neutrals12);
|
|
181
|
+
--step-icon-color__active: var(--gw-color-Neutrals2);
|
|
182
|
+
--step-icon-color__finish: var(--gw-color-primary);
|
|
183
|
+
--step-icon-border: var(--gw-color-Neutrals18);
|
|
184
|
+
--step-icon-border__active: var(--gw-color-primary);
|
|
185
|
+
--step-icon-border__finish: var(--gw-color-primary);
|
|
186
|
+
--step-icon-background: transparent;
|
|
187
|
+
--step-icon-background__active: var(--gw-color-primary);
|
|
188
|
+
--step-icon-background__finish: transparent;
|
|
189
|
+
--step-line-background: var(--gw-color-Neutrals21);
|
|
190
|
+
--step-line-background__active: var(--gw-color-Neutrals21);
|
|
191
|
+
--step-line-background__finish: var(--gw-color-Neutrals21);
|
|
192
|
+
|
|
193
|
+
/* 菜单 */
|
|
194
|
+
--menu-color: var(--gw-color-Neutrals12);
|
|
195
|
+
--menu-color__hover: var(--gw-color-Neutrals2);
|
|
196
|
+
--menu-color__active: var(--gw-color-Neutrals27);
|
|
197
|
+
--menu-background__hover: var(--gw-color-Neutrals19);
|
|
198
|
+
--menu-background__active: var(--gw-color-primary);
|
|
199
|
+
--menu-popup-color: var(--gw-color-Neutrals12);
|
|
200
|
+
--menu-popup-background: var(--gw-color-Neutrals33);
|
|
201
|
+
--menu-popup-boxshadow: var(--gw-color-Neutrals34);
|
|
202
|
+
--menu-popup-boxshadow-1: var(--gw-color-Neutrals32);
|
|
203
|
+
--menu-popup-border: var(--gw-color-Neutrals34);
|
|
204
|
+
--menu-submenu-color: var(--gw-color-Neutrals2);
|
|
205
|
+
|
|
206
|
+
/*form el-input 用于表单*/
|
|
207
|
+
--form-input-color: var(--gw-color-Neutrals2);
|
|
208
|
+
--form-input-background: var(--gw-color-Neutrals26);
|
|
209
|
+
--form-input-background__disabled: var(--gw-color-Neutrals20);
|
|
210
|
+
--form-input-autofill-shadow: var(--gw-color-Neutrals25);
|
|
211
|
+
--input-number-background: var(--gw-color-Neutrals25);
|
|
212
|
+
|
|
213
|
+
/*el-input 基础*/
|
|
214
|
+
--input-color: var(--gw-color-Neutrals2);
|
|
215
|
+
--input-background: var(--gw-color-Neutrals27);
|
|
216
|
+
--input-background__disabled: var(--gw-color-Neutrals20);
|
|
217
|
+
--input-placeholder: var(--gw-color-Neutrals13);
|
|
218
|
+
--input-border: var(--gw-color-Neutrals18);
|
|
219
|
+
--input-border__hover: var(--gw-color-Neutrals16);
|
|
220
|
+
--input-border__focus: var(--gw-color-primary);
|
|
221
|
+
--input-autofill-color: var(--gw-color-Neutrals2);
|
|
222
|
+
--input-autofill-shadow: var(--gw-color-Neutrals27);
|
|
223
|
+
--input-number-button-background: var(--gw-color-Neutrals20);
|
|
224
|
+
|
|
225
|
+
/*form-item 表单项*/
|
|
226
|
+
--form-item-color__error: var(--gw-color-danger);
|
|
227
|
+
--form-label-color: var(--gw-color-Neutrals2);
|
|
228
|
+
|
|
229
|
+
/*el-select 下拉框*/
|
|
230
|
+
--select-tag-color: var(--gw-color-Neutrals12);
|
|
231
|
+
--select-tag-background: var(--gw-color-Neutrals22);
|
|
232
|
+
--select-dropdown-border: var(--gw-color-Neutrals22);
|
|
233
|
+
--select-dropdown-background: var(--gw-color-Neutrals27);
|
|
234
|
+
--select-dropdown-color: var(--gw-color-Neutrals1);
|
|
235
|
+
--select-dropdown-color__selected: var(--gw-color-Neutrals27);
|
|
236
|
+
--select-dropdown-item-background__hover: var(--gw-color-primary);
|
|
237
|
+
|
|
238
|
+
--tag-background__primary: var(--gw-color-primary8);
|
|
239
|
+
--tag-color__primary: var(--gw-color-primary4);
|
|
240
|
+
--tag-border__primary: var(--gw-color-primary7);
|
|
241
|
+
--tag-background__success: var(--gw-color-success7);
|
|
242
|
+
--tag-color__success: var(--gw-color-success4);
|
|
243
|
+
--tag-border__success: var(--gw-color-success6);
|
|
244
|
+
--tag-background__danger: var(--gw-color-danger6);
|
|
245
|
+
--tag-color__danger: var(--gw-color-danger3);
|
|
246
|
+
--tag-border__danger: var(--gw-color-danger5);
|
|
247
|
+
--tag-background__warning: var(--gw-color-waning6);
|
|
248
|
+
--tag-color__warning: var(--gw-color-waning3);
|
|
249
|
+
--tag-border__warning: var(--gw-color-waning5);
|
|
250
|
+
--tag-background__info: var(--gw-color-Neutrals24);
|
|
251
|
+
--tag-color__info: var(--gw-color-Neutrals11);
|
|
252
|
+
--tag-border__info: var(--gw-color-Neutrals16);
|
|
253
|
+
--tag-color: var(--gw-color-Neutrals27);
|
|
254
|
+
|
|
255
|
+
/* 下拉菜单 */
|
|
256
|
+
--dropdown-menu-background: var(--gw-color-Neutrals27);
|
|
257
|
+
--dropdown-menu-background__hover: var(--gw-color-Neutrals20);
|
|
258
|
+
--dropdown-menu-color: var(--gw-color-Neutrals1);
|
|
259
|
+
--dropdown-menu-color__hover: var(--gw-color-primary);
|
|
260
|
+
--dropdown-menu-icon-color: var(--gw-color-Neutrals12);
|
|
261
|
+
|
|
262
|
+
/*el-checkbox 多选框*/
|
|
263
|
+
--checkbox-label-color: var(--gw-color-Neutrals2);
|
|
264
|
+
--checkbox-label-color__checked: var(--gw-color-primary);
|
|
265
|
+
--checkbox-label-color__disabled: var(--gw-color-Neutrals12);
|
|
266
|
+
--checkbox-inner-after: var(--gw-color-Neutrals27);
|
|
267
|
+
--checkbox-inner-border: var(--gw-color-Neutrals18);
|
|
268
|
+
--checkbox-inner-background: var(--gw-color-Neutrals25);
|
|
269
|
+
--checkbox-inner-border__checked: var(--gw-color-primary);
|
|
270
|
+
|
|
271
|
+
/* el-radio 单选框*/
|
|
272
|
+
--radio-label-color: var(--gw-color-Neutrals2);
|
|
273
|
+
--radio-label-color__disabled: var(--gw-color-Neutrals12);
|
|
274
|
+
--radio-inner-after: var(--gw-color-Neutrals27);
|
|
275
|
+
--radio-inner-border: var(--gw-color-Neutrals18);
|
|
276
|
+
--radio-inner-background: var(--gw-color-Neutrals25);
|
|
277
|
+
--radio-inner-background___disabled: var(--gw-color-Neutrals18);
|
|
278
|
+
--radio-inner-border__checked: var(--gw-color-primary);
|
|
279
|
+
|
|
280
|
+
/* el-switch 滑块*/
|
|
281
|
+
--switch-label-color: var(--gw-color-Neutrals2);
|
|
282
|
+
--switch-core-border: var(--gw-color-Neutrals18);
|
|
283
|
+
--switch-core-background: var(--gw-color-Neutrals12);
|
|
284
|
+
--switch-core-border__active: var(--gw-color-primary);
|
|
285
|
+
--switch-core-background__active: var(--gw-color-primary);
|
|
286
|
+
--switch-label-color__active: var(--gw-color-Neutrals27);
|
|
287
|
+
--switch-core-after-background: var(--gw-color-Neutrals27);
|
|
288
|
+
|
|
289
|
+
/* 弹出提示 基础 */
|
|
290
|
+
--popper-background: var(--gw-color-Neutrals23);
|
|
291
|
+
--popper-border: var(--gw-color-Neutrals22);
|
|
292
|
+
--poper-border: var(--gw-color-Neutrals22);
|
|
293
|
+
--popper-tooltip-background: var(--gw-color-Neutrals27);
|
|
294
|
+
--popper-button-background: var(--gw-color-Neutrals27);
|
|
295
|
+
--popper-button-color: var(--gw-color-Neutrals2);
|
|
296
|
+
|
|
297
|
+
/* 弹出框 */
|
|
298
|
+
--popover-button-background__hover: var(--gw-color-primary);
|
|
299
|
+
--popover-button-color__hover: var(--gw-color-Neutrals2);
|
|
300
|
+
|
|
301
|
+
/* 提示框 */
|
|
302
|
+
--tooltip-background: var(--gw-color-Neutrals27);
|
|
303
|
+
--tooltip-color: var(--gw-color-Neutrals2);
|
|
304
|
+
--tooltip-background__task: var(--gw-color-Neutrals21);
|
|
305
|
+
|
|
306
|
+
/* 日期选择 */
|
|
307
|
+
--datepicker-color: var(--gw-color-Neutrals2);
|
|
308
|
+
--datepicker-color__hover: var(--gw-color-Neutrals21);
|
|
309
|
+
--datepicker-icon-button-color: var(--gw-color-primary);
|
|
310
|
+
--datepicker--table-header-color: var(--gw-color-Neutrals23);
|
|
311
|
+
--datepicker-border: var(--gw-color-Neutrals22);
|
|
312
|
+
--datepicker-background: var(--gw-color-Neutrals23);
|
|
313
|
+
--datepicker-background_active: var(--gw-color-primary);
|
|
314
|
+
--datepicker-background__inrange: var(--gw-color-Neutrals21);
|
|
315
|
+
--datepicker-icon-btn-color: var(--gw-color-Neutrals12);
|
|
316
|
+
--datepicker-month-background__hover: var(--gw-color-primary);
|
|
317
|
+
--datepicker-month-color__checked: var(--gw-color-primary);
|
|
318
|
+
--datepicker-month-background__disabled: var(--gw-color-Neutrals21);
|
|
319
|
+
--datepicker-dooter-button-color__danger: var(--gw-color-danger);
|
|
320
|
+
--datepicker-dooter-button-color__primary: var(--gw-color-primary);
|
|
321
|
+
|
|
322
|
+
/* 弹出基础 */
|
|
323
|
+
--dialog-background: var(--gw-color-Neutrals23);
|
|
324
|
+
--dialog-border: var(--gw-color-Neutrals22);
|
|
325
|
+
--dialog-color: var(--gw-color-Neutrals2);
|
|
326
|
+
--dialog-footer-button-color: var(--gw-color-Neutrals27);
|
|
327
|
+
--dialog-footer-button-color__primary: var(--gw-color-primary);
|
|
328
|
+
|
|
329
|
+
/* 抽屉 */
|
|
330
|
+
--drawer-background: var(--gw-color-Neutrals23);
|
|
331
|
+
--drawer-border: var(--gw-color-Neutrals22);
|
|
332
|
+
--drawer-color: var(--gw-color-Neutrals2);
|
|
333
|
+
--drawer-footer-button-color: var(--gw-color-Neutrals2);
|
|
334
|
+
--drawer-footer-button-color__primary: var(--gw-color-primary);
|
|
335
|
+
|
|
336
|
+
/* 树型组件 */
|
|
337
|
+
--tree-node-background: var(--gw-color-Neutrals23);
|
|
338
|
+
--tree-node-background_transparent: transparent;
|
|
339
|
+
--tree-node-background_select: var(--gw-color-Neutrals27);
|
|
340
|
+
--tree-node-background_hover: var(--gw-color-Neutrals21);
|
|
341
|
+
--tree-node-color: var(--gw-color-Neutrals2);
|
|
342
|
+
--tree-node-color__select: var(--gw-color-primary);
|
|
343
|
+
--tree-node-border: var(--gw-color-Neutrals18);
|
|
344
|
+
--tree-node-border__select: var(--gw-color-primary);
|
|
345
|
+
--tree-list-index-background: var(--gw-color-Neutrals21);
|
|
346
|
+
--tree-list-index-color: var(--gw-color-Neutrals12);
|
|
347
|
+
--tree-list-background__select: var(--gw-color-primary);
|
|
348
|
+
|
|
349
|
+
/* 分页 */
|
|
350
|
+
--page-color: var(--gw-color-Neutrals6);
|
|
351
|
+
--page-color__disabled: var(--gw-color-Neutrals30);
|
|
352
|
+
--page-color__active: var(--gw-color-Neutrals26);
|
|
353
|
+
--page-background: var(--gw-color-Neutrals22);
|
|
354
|
+
--page-background__active: var(--gw-color-primary);
|
|
355
|
+
--page-border: var(--gw-color-Neutrals21);
|
|
356
|
+
|
|
357
|
+
/* 表格基础 */
|
|
358
|
+
--table-background: var(--gw-color-Neutrals23);
|
|
359
|
+
--table-header-background: var(--gw-color-Neutrals21);
|
|
360
|
+
--table-header-color: var(--gw-color-Neutrals12);
|
|
361
|
+
--table-body-border: transparent;
|
|
362
|
+
--table-body-color: var(--gw-color-Neutrals2);
|
|
363
|
+
--table-body-background__strip1: var(--gw-color-Neutrals20);
|
|
364
|
+
--table-body-background__strip2: var(--gw-color-Neutrals27);
|
|
365
|
+
--table-body-background__hover: var(--gw-color-Neutrals24);
|
|
366
|
+
|
|
367
|
+
/* 穿梭框 */
|
|
368
|
+
--transfer-background: var(--gw-color-Neutrals25);
|
|
369
|
+
--transfer-border: var(--gw-color-Neutrals18);
|
|
370
|
+
--transfer-header-background: var(--gw-color-Neutrals21);
|
|
371
|
+
|
|
372
|
+
/* fullcalendar 日历 */
|
|
373
|
+
--fc-color: var(--gw-color-Neutrals2);
|
|
374
|
+
--fc-color__active: var(--gw-color-Neutrals27);
|
|
375
|
+
--fc-button-background: var(--gw-color-Neutrals23);
|
|
376
|
+
--fc-timelint-border: var(--gw-color-Neutrals18);
|
|
377
|
+
--fc-timelint-background__active: var(--gw-color-primary);
|
|
378
|
+
--fc-popover-background: var(--gw-color-Neutrals21);
|
|
379
|
+
|
|
380
|
+
/* monoca 编辑器 */
|
|
381
|
+
--editor-background: var(--gw-color-Neutrals25);
|
|
382
|
+
--editor-background_select: var(--gw-color-primary);
|
|
383
|
+
--editor-color: var(--gw-color-Neutrals2);
|
|
384
|
+
--editor-border: var(--gw-color-Neutrals18);
|
|
385
|
+
|
|
386
|
+
/* 滚动条 */
|
|
387
|
+
--scrollbar-background: var(--gw-color-Neutrals18);
|
|
388
|
+
--scrollbar-border: var(--gw-color-Neutrals18);
|
|
389
|
+
|
|
390
|
+
--timeline-line-background: var(--gw-color-Neutrals16);
|
|
391
|
+
--timeline-dot-background: var(--gw-color-Neutrals27);
|
|
392
|
+
--timeline-dot-background__active: var(--gw-color-primary);
|
|
393
|
+
--timeline-dot-border: var(--gw-color-Neutrals16);
|
|
394
|
+
--timeline-dot-border__active: var(--gw-color-Neutrals15);
|
|
395
|
+
--timeline-default: var(--gw-color-Neutrals18);
|
|
396
|
+
|
|
397
|
+
--alert-background__success: var(--gw-color-success7);
|
|
398
|
+
--alert-border__success: var(--gw-color-success6);
|
|
399
|
+
--alert-background__info: var(--gw-color-Neutrals24);
|
|
400
|
+
--alert-border__info: var(--gw-color-Neutrals21);
|
|
401
|
+
--alert-background__warning: var(--gw-color-waning6);
|
|
402
|
+
--alert-border__warning: var(--gw-color-waning5);
|
|
403
|
+
--alert-background__error: var(--gw-color-danger6);
|
|
404
|
+
--alert-border__error: var(--gw-color-danger5);
|
|
405
|
+
--alert-title-color: var(--frame-main-color);
|
|
406
|
+
--alert-description-color: var(--gw-color-Neutrals7);
|
|
407
|
+
--alert-btn-color: var(--gw-color-Neutrals12);
|
|
408
|
+
|
|
409
|
+
--upload-tips-color: var(--gw-color-Neutrals7);
|
|
410
|
+
|
|
411
|
+
--contextmenu-background: var(--gw-color-Neutrals27);
|
|
412
|
+
--contextmenu-background__hover: var(--gw-color-Neutrals20);
|
|
413
|
+
--contextmenu-color: var(--gw-color-Neutrals1);
|
|
414
|
+
--contextmenu-color__disabled: var(--gw-color-Neutrals12);
|
|
415
|
+
--contextmenu-icon-color: var(--gw-color-Neutrals12);
|
|
416
|
+
|
|
417
|
+
--loading-bgColor: rgb(255, 255, 255);
|
|
418
|
+
|
|
419
|
+
--equipselect-header-background: var(--gw-color-Neutrals23);
|
|
420
|
+
--equipselect-body-background: var(--gw-color-Neutrals20);
|
|
421
|
+
|
|
422
|
+
--task-popper-background: var(--gw-color-Neutrals27);
|
|
423
|
+
--task-popper-item-background: var(--gw-color-Neutrals28);
|
|
424
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"theme": {
|
|
3
|
+
"supportThemes": [{
|
|
4
|
+
"value": "dark",
|
|
5
|
+
"color": "#3d4a63",
|
|
6
|
+
"name": "黑色",
|
|
7
|
+
"name-en": "Black",
|
|
8
|
+
"skin": "/static/images/index-skin-dark.svg",
|
|
9
|
+
"logo": "/static/images/index-logo-src-dark.svg",
|
|
10
|
+
"fullScreen": "/static/images/index-fullscreen-dark.svg",
|
|
11
|
+
"user": "/static/images/index-user-dark.svg",
|
|
12
|
+
"outFullScreeen": "/static/images/index-tuchuquanping-dark.svg",
|
|
13
|
+
"contentFullScreen": "/static/images/index-contentfull-dark.svg",
|
|
14
|
+
"appPreview": "/static/images/index-apppreview-dark.svg"
|
|
15
|
+
}, {
|
|
16
|
+
"value": "light",
|
|
17
|
+
"color": "#ffffff",
|
|
18
|
+
"name": "白色",
|
|
19
|
+
"name-en": "White",
|
|
20
|
+
"skin": "/static/images/index-skin-light.svg",
|
|
21
|
+
"logo": "/static/images/index-logo-src-light.svg",
|
|
22
|
+
"fullScreen": "/static/images/index-fullscreen-light.svg",
|
|
23
|
+
"user": "/static/images/index-user-light.svg",
|
|
24
|
+
"outFullScreeen": "/static/images/index-tuchuquanping-light.svg",
|
|
25
|
+
"contentFullScreen": "/static/images/index-contentfull-light.svg",
|
|
26
|
+
"appPreview": "/static/images/index-apppreview-light.svg"
|
|
27
|
+
},{
|
|
28
|
+
"value": "green",
|
|
29
|
+
"color": "#02716b",
|
|
30
|
+
"name": "绿色",
|
|
31
|
+
"name-en": "Green",
|
|
32
|
+
"skin": "/static/images/index-skin-green.svg",
|
|
33
|
+
"logo": "/static/images/index-logo-src-green.svg",
|
|
34
|
+
"fullScreen": "/static/images/index-fullscreen-green.svg",
|
|
35
|
+
"user": "/static/images/index-user-green.svg",
|
|
36
|
+
"outFullScreeen": "/static/images/index-tuchuquanping-green.svg",
|
|
37
|
+
"contentFullScreen": "/static/images/index-contentfull-green.svg",
|
|
38
|
+
"appPreview": "/static/images/index-apppreview-green.svg"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="app">
|
|
3
|
+
<el-config-provider :locale="locale">
|
|
4
|
+
<router-view v-cloak v-if="isShow" />
|
|
5
|
+
</el-config-provider>
|
|
6
|
+
</div>
|
|
7
|
+
</template>
|
|
8
|
+
<script>
|
|
9
|
+
import { ElConfigProvider } from 'element-plus'
|
|
10
|
+
import enUs from 'element-plus/es/locale/lang/en';
|
|
11
|
+
import zhCn from 'element-plus/es/locale/lang/zh-cn'
|
|
12
|
+
import muduleObserve from '@ganwei-web/gw-base-utils-plus/moduleObserve/dist/index.es.js'
|
|
13
|
+
import { setTheme } from './utils/setStorage'
|
|
14
|
+
export default {
|
|
15
|
+
mixins: [muduleObserve],
|
|
16
|
+
name: 'App',
|
|
17
|
+
components: {
|
|
18
|
+
ElConfigProvider
|
|
19
|
+
},
|
|
20
|
+
data() {
|
|
21
|
+
return {
|
|
22
|
+
locale: localStorage.languageType != 'zh-CN' ? enUs : zhCn
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
mounted() {
|
|
26
|
+
let mapList = window.getParameterMap()
|
|
27
|
+
if (mapList.get('theme')) {
|
|
28
|
+
setTheme(mapList.get('theme'))
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
};
|
|
32
|
+
</script>
|
|
33
|
+
<style lang="scss">
|
|
34
|
+
html,
|
|
35
|
+
body,
|
|
36
|
+
#app,
|
|
37
|
+
.app {
|
|
38
|
+
width: 100%;
|
|
39
|
+
height: 100%;
|
|
40
|
+
}
|
|
41
|
+
</style>
|
|
Binary file
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
import routerUrl from '../../../configuration/moduleConfiguration.json'
|
|
3
|
+
const map = routerUrl.addressMapping;
|
|
4
|
+
export default function hostMap (host) {
|
|
5
|
+
if (process.env.NODE_ENV === "production") return host;
|
|
6
|
+
return map[host];
|
|
7
|
+
}
|
|
8
|
+
if (process.env.NODE_ENV === "production") {
|
|
9
|
+
window.isProduction = true
|
|
10
|
+
} else {
|
|
11
|
+
localStorage.hostMap = JSON.stringify(map)
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
hostMap._map = map;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
import { createApp } from "vue";
|
|
4
|
+
import Axios from "axios";
|
|
5
|
+
import App from "./App";
|
|
6
|
+
import router from "./router";
|
|
7
|
+
import api from "./request/api";
|
|
8
|
+
import { PartialNotify } from "@ganwei-web/gw-base-utils-plus/notification/dist/index.es.js";
|
|
9
|
+
import hostMap from "./hostMap";
|
|
10
|
+
import loading from '@ganwei-web/gw-base-components-plus/loading/dist/index.es.js'
|
|
11
|
+
|
|
12
|
+
import i18n from "@ganwei-web/gw-base-utils-plus/i18n/dist/index.es.js";
|
|
13
|
+
import { configInfoData } from '@ganwei-web/gw-base-utils-plus/commonutils/dist/index.es.js';
|
|
14
|
+
import Element from 'element-plus';
|
|
15
|
+
import * as ElementPlusIconsVue from '@element-plus/icons-vue'
|
|
16
|
+
// import {adapterInstall} from '@ganwei-web/gw-base-components-plus/element-plus-adapter/dist/ElementPlusAdapter.js';
|
|
17
|
+
import "@ganwei-web/gw-base-components-plus/element-plus-adapter/dist/ElementPlusAdapter.css";
|
|
18
|
+
|
|
19
|
+
const app = createApp(App);
|
|
20
|
+
for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
|
|
21
|
+
app.component(key, component)
|
|
22
|
+
}
|
|
23
|
+
app.component('loading', loading)
|
|
24
|
+
|
|
25
|
+
app.config.productionTip = false;
|
|
26
|
+
app.use(Element)//.use(adapterInstall)
|
|
27
|
+
app.use(i18n)
|
|
28
|
+
|
|
29
|
+
app.config.globalProperties.Axios = Axios;
|
|
30
|
+
app.config.globalProperties.$message = PartialNotify(app, 'ganwei-iotcenter-template')
|
|
31
|
+
app.config.globalProperties.$hostMap = hostMap
|
|
32
|
+
app.config.globalProperties.$api = api
|
|
33
|
+
app.config.globalProperties.myUtils = {
|
|
34
|
+
configInfoData
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
app.use(router).mount("#app");
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import {
|
|
2
|
+
createRouter,
|
|
3
|
+
createWebHashHistory
|
|
4
|
+
} from 'vue-router'
|
|
5
|
+
|
|
6
|
+
const Template = () => import('./views/template.vue')
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
const router = createRouter({
|
|
10
|
+
history: createWebHashHistory(),
|
|
11
|
+
routes: [
|
|
12
|
+
{
|
|
13
|
+
path: '/',
|
|
14
|
+
redirect: '/table-with-tabs'
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
path: '/template',
|
|
18
|
+
component: Template
|
|
19
|
+
}
|
|
20
|
+
]
|
|
21
|
+
})
|
|
22
|
+
|
|
23
|
+
export default router
|