1.0.3 • Published 1 year ago

directory-doc v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

npm version npm version

Install

npm install directory-doc -g

Usage

$ directory-doc --help

directory-doc v1.0.0
Usage: directory-doc [options] [command]

Options:
  -v, --version   output the current version
  -h, --help      display help for command

Commands:
  init [options]  Build the project file directory
  help [command]  display help for command

Example

$ directory-doc init


# spvr-plat-web 项目目录

    |-- .git ---------------------------------- #
    |-- .husky ---------------------------------- #
    |    |-- _ ---------------------------------- #
    |    |    |-- .gitignore ---------------------------------- #
    |    |    |-- husky.sh ---------------------------------- #
    |-- .vscode ---------------------------------- #
    |    |-- extensions.json ---------------------------------- #
    |    |-- launch.json ---------------------------------- #
    |    |-- settings.json ---------------------------------- #
    |-- ant-design-vue ---------------------------------- #
    |-- mock ---------------------------------- #
    |    |-- log ---------------------------------- #
    |    |    |-- _reqLog.data.ts ---------------------------------- #
    |    |    |-- index.ts ---------------------------------- #
    |    |-- _createProductionServer.ts ---------------------------------- #
    |    |-- _util.ts ---------------------------------- #
    |-- node_modules ---------------------------------- #
    |-- public ---------------------------------- #
    |    |-- favicon.ico ---------------------------------- #
    |    |-- iconfont.js ---------------------------------- #
    |-- src ---------------------------------- #
    |    |-- api ---------------------------------- #
    |    |    |-- account ---------------------------------- #
    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- model.d.ts ---------------------------------- #
    |    |    |-- after ---------------------------------- #
    |    |    |    |-- diagnoseSatisfaction.ts ---------------------------------- #
    |    |    |    |-- exportData.ts ---------------------------------- #
    |    |    |    |-- medicalData.ts ---------------------------------- #
    |    |    |    |-- prescription.ts ---------------------------------- #
    |    |    |    |-- statisticCostSupervision.ts ---------------------------------- #
    |    |    |    |-- statisticDoctor.ts ---------------------------------- #
    |    |    |    |-- statisticPharmacy.ts ---------------------------------- #
    |    |    |    |-- statisticTreatTime.ts ---------------------------------- #
    |    |    |-- before ---------------------------------- #
    |    |    |    |-- signOrg ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- device.ts ---------------------------------- #
    |    |    |    |-- doctorMonitor.ts ---------------------------------- #
    |    |    |    |-- drugDirectory.ts ---------------------------------- #
    |    |    |    |-- joinOrg.ts ---------------------------------- #
    |    |    |    |-- signDoctor.ts ---------------------------------- #
    |    |    |-- check ---------------------------------- #
    |    |    |    |-- badInfo.ts ---------------------------------- #
    |    |    |    |-- distributeSupervision.ts ---------------------------------- #
    |    |    |    |-- productionSupervision.ts ---------------------------------- #
    |    |    |-- common ---------------------------------- #
    |    |    |    |-- dict.ts ---------------------------------- #
    |    |    |    |-- drug.ts ---------------------------------- #
    |    |    |    |-- operationRecord.ts ---------------------------------- #
    |    |    |    |-- oss.ts ---------------------------------- #
    |    |    |-- dataView ---------------------------------- #
    |    |    |    |-- before.ts ---------------------------------- #
    |    |    |    |-- dataview.ts ---------------------------------- #
    |    |    |-- drug ---------------------------------- #
    |    |    |    |-- batchTracking.ts ---------------------------------- #
    |    |    |    |-- checkRecord.ts ---------------------------------- #
    |    |    |    |-- singleTracking.ts ---------------------------------- #
    |    |    |-- file ---------------------------------- #
    |    |    |    |-- upload.ts ---------------------------------- #
    |    |    |-- freeze ---------------------------------- #
    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- task.ts ---------------------------------- #
    |    |    |-- illegal ---------------------------------- #
    |    |    |    |-- supervise.ts ---------------------------------- #
    |    |    |-- join ---------------------------------- #
    |    |    |    |-- debugs.ts ---------------------------------- #
    |    |    |    |-- joinManage.ts ---------------------------------- #
    |    |    |-- login ---------------------------------- #
    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- model.d.ts ---------------------------------- #
    |    |    |-- middle ---------------------------------- #
    |    |    |    |-- healthCheck ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- loginAuth ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- onlinePrescription ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- prescriptionTransfer ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- registration ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- adverseEvent.ts ---------------------------------- #
    |    |    |    |-- healthCheckBooking.ts ---------------------------------- #
    |    |    |    |-- onlineDiagnose.ts ---------------------------------- #
    |    |    |    |-- prescriptionAuth.ts ---------------------------------- #
    |    |    |-- news ---------------------------------- #
    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |-- operations ---------------------------------- #
    |    |    |    |-- banner.ts ---------------------------------- #
    |    |    |    |-- complaint.ts ---------------------------------- #
    |    |    |    |-- connect.ts ---------------------------------- #
    |    |    |    |-- doctorRecord.ts ---------------------------------- #
    |    |    |    |-- joinApply.ts ---------------------------------- #
    |    |    |    |-- settings.ts ---------------------------------- #
    |    |    |-- organization ---------------------------------- #
    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |-- recall ---------------------------------- #
    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- task.ts ---------------------------------- #
    |    |    |-- setting ---------------------------------- #
    |    |    |    |-- auth.ts ---------------------------------- #
    |    |    |    |-- dict.ts ---------------------------------- #
    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- menu.ts ---------------------------------- #
    |    |    |    |-- userRole.ts ---------------------------------- #
    |    |    |-- supervise ---------------------------------- #
    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |-- system ---------------------------------- #
    |    |    |    |-- dept ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- model.d.ts ---------------------------------- #
    |    |    |    |-- download ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- log ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- model.d.ts ---------------------------------- #
    |    |    |    |-- menu ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- model.d.ts ---------------------------------- #
    |    |    |    |-- notification ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- online ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- model.d.ts ---------------------------------- #
    |    |    |    |-- role ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- model.d.ts ---------------------------------- #
    |    |    |    |-- serve ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- model.d.ts ---------------------------------- #
    |    |    |    |-- task ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- model.d.ts ---------------------------------- #
    |    |    |    |-- user ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- model.d.ts ---------------------------------- #
    |    |    |-- upload ---------------------------------- #
    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |-- util ---------------------------------- #
    |    |    |    |-- audit.ts ---------------------------------- #
    |    |    |    |-- upload.ts ---------------------------------- #
    |    |    |-- welcome ---------------------------------- #
    |    |    |    |-- index.ts ---------------------------------- #
    |    |-- assets ---------------------------------- #
    |    |    |-- avatar ---------------------------------- #
    |    |    |    |-- boyLogo.svg ---------------------------------- #
    |    |    |    |-- girlLogo.svg ---------------------------------- #
    |    |    |    |-- remind.png ---------------------------------- #
    |    |    |    |-- userLogo.png ---------------------------------- #
    |    |    |-- dataview ---------------------------------- #
    |    |    |    |-- bg.png ---------------------------------- #
    |    |    |    |-- decoratedTitle.png ---------------------------------- #
    |    |    |    |-- failcon.png ---------------------------------- #
    |    |    |    |-- fullScreenIcon.png ---------------------------------- #
    |    |    |    |-- mapStatusBg.png ---------------------------------- #
    |    |    |    |-- successIcon.png ---------------------------------- #
    |    |    |-- icons ---------------------------------- #
    |    |    |    |-- backIcon.png ---------------------------------- #
    |    |    |    |-- chart-bar.svg ---------------------------------- #
    |    |    |    |-- chart-line.svg ---------------------------------- #
    |    |    |    |-- chart-pie.svg ---------------------------------- #
    |    |    |    |-- dark.svg ---------------------------------- #
    |    |    |    |-- darkMenuLogo.png ---------------------------------- #
    |    |    |    |-- download.svg ---------------------------------- #
    |    |    |    |-- dz.svg ---------------------------------- #
    |    |    |    |-- edit-icon.svg ---------------------------------- #
    |    |    |    |-- encryptEyeClose.png ---------------------------------- #
    |    |    |    |-- encryptEyeShow.png ---------------------------------- #
    |    |    |    |-- errorIcon.png ---------------------------------- #
    |    |    |    |-- errorIcon.svg ---------------------------------- #
    |    |    |    |-- eyesClose.svg ---------------------------------- #
    |    |    |    |-- eyesOpen.svg ---------------------------------- #
    |    |    |    |-- home-dcf.png ---------------------------------- #
    |    |    |    |-- home-diagnose.png ---------------------------------- #
    |    |    |    |-- home-doctor.png ---------------------------------- #
    |    |    |    |-- home-dzcf.png ---------------------------------- #
    |    |    |    |-- home-fyje.png ---------------------------------- #
    |    |    |    |-- home-non-realTime.png ---------------------------------- #
    |    |    |    |-- home-org-avatar.png ---------------------------------- #
    |    |    |    |-- home-org-upload.png ---------------------------------- #
    |    |    |    |-- home-org-user.png ---------------------------------- #
    |    |    |    |-- home-prescription.png ---------------------------------- #
    |    |    |    |-- home-question-circle.png ---------------------------------- #
    |    |    |    |-- home-refresh.png ---------------------------------- #
    |    |    |    |-- home-wz-times.png ---------------------------------- #
    |    |    |    |-- home-wz-user.png ---------------------------------- #
    |    |    |    |-- hospitalIcon.svg ---------------------------------- #
    |    |    |    |-- iconArrowDown.png ---------------------------------- #
    |    |    |    |-- iconArrowUp.png ---------------------------------- #
    |    |    |    |-- light.svg ---------------------------------- #
    |    |    |    |-- locale.svg ---------------------------------- #
    |    |    |    |-- login.svg ---------------------------------- #
    |    |    |    |-- loginBk-back.jpg ---------------------------------- #
    |    |    |    |-- loginBk.jpg ---------------------------------- #
    |    |    |    |-- loginCaptchaIcon.png ---------------------------------- #
    |    |    |    |-- loginPasswordIcon.png ---------------------------------- #
    |    |    |    |-- loginUserIcon.png ---------------------------------- #
    |    |    |    |-- logo.svg ---------------------------------- #
    |    |    |    |-- moon.svg ---------------------------------- #
    |    |    |    |-- multiFileIcon.png ---------------------------------- #
    |    |    |    |-- new-tag-icon-0-active.svg ---------------------------------- #
    |    |    |    |-- new-tag-icon-0.svg ---------------------------------- #
    |    |    |    |-- new-tag-icon-1-active.svg ---------------------------------- #
    |    |    |    |-- new-tag-icon-1.svg ---------------------------------- #
    |    |    |    |-- new-tag-icon-2-active.svg ---------------------------------- #
    |    |    |    |-- new-tag-icon-2.svg ---------------------------------- #
    |    |    |    |-- new-tag-icon-3-active.svg ---------------------------------- #
    |    |    |    |-- new-tag-icon-3.svg ---------------------------------- #
    |    |    |    |-- new-tag-icon-4-active.svg ---------------------------------- #
    |    |    |    |-- new-tag-icon-4.svg ---------------------------------- #
    |    |    |    |-- new-tag-icon-5-active.svg ---------------------------------- #
    |    |    |    |-- new-tag-icon-5.svg ---------------------------------- #
    |    |    |    |-- plus.png ---------------------------------- #
    |    |    |    |-- question-circle-o.svg ---------------------------------- #
    |    |    |    |-- quick-enter-icon1.png ---------------------------------- #
    |    |    |    |-- quick-enter-icon2.png ---------------------------------- #
    |    |    |    |-- quick-enter-icon3.png ---------------------------------- #
    |    |    |    |-- quick-enter-icon4.png ---------------------------------- #
    |    |    |    |-- quick-enter-icon5.png ---------------------------------- #
    |    |    |    |-- realDark.svg ---------------------------------- #
    |    |    |    |-- service-icon1.png ---------------------------------- #
    |    |    |    |-- service-icon2.png ---------------------------------- #
    |    |    |    |-- service-icon3.png ---------------------------------- #
    |    |    |    |-- service-icon4.png ---------------------------------- #
    |    |    |    |-- service-icon5.png ---------------------------------- #
    |    |    |    |-- sidemenu.svg ---------------------------------- #
    |    |    |    |-- signDocDetailIcon.svg ---------------------------------- #
    |    |    |    |-- stepSuccess.png ---------------------------------- #
    |    |    |    |-- successIcon.png ---------------------------------- #
    |    |    |    |-- successIcon.svg ---------------------------------- #
    |    |    |    |-- sun.svg ---------------------------------- #
    |    |    |    |-- supervise-more.png ---------------------------------- #
    |    |    |    |-- switch-env.svg ---------------------------------- #
    |    |    |    |-- topmenu.svg ---------------------------------- #
    |    |    |    |-- upload.svg ---------------------------------- #
    |    |    |    |-- wait-deployment.svg ---------------------------------- #
    |    |    |-- images ---------------------------------- #
    |    |    |    |-- ational-back.jpg ---------------------------------- #
    |    |    |    |-- ational-back.webp ---------------------------------- #
    |    |    |    |-- bg-1.png ---------------------------------- #
    |    |    |    |-- bg-2.png ---------------------------------- #
    |    |    |    |-- bg-3.png ---------------------------------- #
    |    |    |    |-- certificate-modal-bg.jpg ---------------------------------- #
    |    |    |    |-- certificate-modal-bg_x2.jpg ---------------------------------- #
    |    |    |    |-- connect-api-bg.png ---------------------------------- #
    |    |    |    |-- connect-collection-bg.png ---------------------------------- #
    |    |    |    |-- down.png ---------------------------------- #
    |    |    |    |-- err-picture.png ---------------------------------- #
    |    |    |    |-- error-data-status.png ---------------------------------- #
    |    |    |    |-- grey-no-data-status-big.png ---------------------------------- #
    |    |    |    |-- grey-no-data-status.png ---------------------------------- #
    |    |    |    |-- home-page-max.jpg ---------------------------------- #
    |    |    |    |-- home-page-min.jpg ---------------------------------- #
    |    |    |    |-- icon-1.png ---------------------------------- #
    |    |    |    |-- icon-2-active.png ---------------------------------- #
    |    |    |    |-- icon-2.png ---------------------------------- #
    |    |    |    |-- icon-3-active.png ---------------------------------- #
    |    |    |    |-- icon-3.png ---------------------------------- #
    |    |    |    |-- import.png ---------------------------------- #
    |    |    |    |-- logo.png ---------------------------------- #
    |    |    |    |-- no-data-status.png ---------------------------------- #
    |    |    |    |-- no-medical-data.png ---------------------------------- #
    |    |    |    |-- pdf-icon.png ---------------------------------- #
    |    |    |    |-- picture-error-default.png ---------------------------------- #
    |    |    |    |-- result.png ---------------------------------- #
    |    |    |    |-- result.webp ---------------------------------- #
    |    |    |    |-- serve-api.png ---------------------------------- #
    |    |    |    |-- serve-api.webp ---------------------------------- #
    |    |    |    |-- serve-bg.png ---------------------------------- #
    |    |    |    |-- serve-bg.webp ---------------------------------- #
    |    |    |    |-- serve-model.png ---------------------------------- #
    |    |    |    |-- serve-model.webp ---------------------------------- #
    |    |    |    |-- serve-surroundings.png ---------------------------------- #
    |    |    |    |-- serve-surroundings.webp ---------------------------------- #
    |    |    |    |-- tool.png ---------------------------------- #
    |    |    |    |-- welcome-banner.jpeg ---------------------------------- #
    |    |    |    |-- welcome-banner.jpg ---------------------------------- #
    |    |    |    |-- welcome-logo-text.png ---------------------------------- #
    |    |    |    |-- welcome-org-bg.png ---------------------------------- #
    |    |    |    |-- word-icon.png ---------------------------------- #
    |    |    |    |-- 医疗管理政策.png ---------------------------------- #
    |    |    |    |-- 岗位职责.png ---------------------------------- #
    |    |    |    |-- 平台使用与应急处理.png ---------------------------------- #
    |    |    |    |-- 平台使用与应急处置.png ---------------------------------- #
    |    |    |    |-- 法律法规.png ---------------------------------- #
    |    |    |    |-- 诊疗流程.png ---------------------------------- #
    |    |    |-- menus ---------------------------------- #
    |    |    |    |-- after-selected.png ---------------------------------- #
    |    |    |    |-- after.png ---------------------------------- #
    |    |    |    |-- afterSelected.png ---------------------------------- #
    |    |    |    |-- arrow.png ---------------------------------- #
    |    |    |    |-- before.png ---------------------------------- #
    |    |    |    |-- beforeSelected.png ---------------------------------- #
    |    |    |    |-- check.png ---------------------------------- #
    |    |    |    |-- checkSelected.png ---------------------------------- #
    |    |    |    |-- datatools.png ---------------------------------- #
    |    |    |    |-- dataview.png ---------------------------------- #
    |    |    |    |-- dataviewSelected.png ---------------------------------- #
    |    |    |    |-- drug.png ---------------------------------- #
    |    |    |    |-- drugSelected.png ---------------------------------- #
    |    |    |    |-- freeze.png ---------------------------------- #
    |    |    |    |-- freezeSelected.png ---------------------------------- #
    |    |    |    |-- home.png ---------------------------------- #
    |    |    |    |-- homeSelected.png ---------------------------------- #
    |    |    |    |-- homeSupervise.png ---------------------------------- #
    |    |    |    |-- homeSuperviseSelected.png ---------------------------------- #
    |    |    |    |-- illegal.png ---------------------------------- #
    |    |    |    |-- illegalSelected.png ---------------------------------- #
    |    |    |    |-- join.png ---------------------------------- #
    |    |    |    |-- joinSelected.png ---------------------------------- #
    |    |    |    |-- middle.png ---------------------------------- #
    |    |    |    |-- middleSelected.png ---------------------------------- #
    |    |    |    |-- operation.png ---------------------------------- #
    |    |    |    |-- operationSelected.png ---------------------------------- #
    |    |    |    |-- recall.png ---------------------------------- #
    |    |    |    |-- recallSelected.png ---------------------------------- #
    |    |    |    |-- settings.png ---------------------------------- #
    |    |    |    |-- settingsSelected.png ---------------------------------- #
    |    |    |    |-- util.png ---------------------------------- #
    |    |    |    |-- utilSelected.png ---------------------------------- #
    |    |    |-- 404.gif ---------------------------------- #
    |    |    |-- analysis.svg ---------------------------------- #
    |    |    |-- index.ts ---------------------------------- #
    |    |    |-- login.svg ---------------------------------- #
    |    |-- components ---------------------------------- #
    |    |    |-- basic ---------------------------------- #
    |    |    |    |-- applyStatus-tag ---------------------------------- #
    |    |    |    |    |-- src ---------------------------------- #
    |    |    |    |    |    |-- applyStatus.vue ---------------------------------- #
    |    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- basic-arrow ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- basic-descriptions ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |-- types.ts ---------------------------------- #
    |    |    |    |-- basic-help ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- basic-modal ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- button ---------------------------------- #
    |    |    |    |    |-- styles ---------------------------------- #
    |    |    |    |    |    |-- index.less ---------------------------------- #
    |    |    |    |    |    |-- setButtonColor.less ---------------------------------- #
    |    |    |    |    |    |-- success.less ---------------------------------- #
    |    |    |    |    |    |-- warning.less ---------------------------------- #
    |    |    |    |    |-- button.ts ---------------------------------- #
    |    |    |    |    |-- button.vue ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- check-box ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- checked-tag ---------------------------------- #
    |    |    |    |    |-- src ---------------------------------- #
    |    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |    |-- isChecked.vue ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- connect-tag ---------------------------------- #
    |    |    |    |    |-- src ---------------------------------- #
    |    |    |    |    |    |-- connectType.vue ---------------------------------- #
    |    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- custom-password-input ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- date-picker ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- detail-descriptions ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- detail-title ---------------------------------- #
    |    |    |    |    |-- src ---------------------------------- #
    |    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- developing ---------------------------------- #
    |    |    |    |    |-- src ---------------------------------- #
    |    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- empty ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- encrypt-toggle ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- excepted-tag ---------------------------------- #
    |    |    |    |    |-- src ---------------------------------- #
    |    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |    |-- isExcepted.vue ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- export-btn ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- hover-text ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- image-preview ---------------------------------- #
    |    |    |    |    |-- index.tsx ---------------------------------- #
    |    |    |    |-- list-chart-switch ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- list-page-layout ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- list-table ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- list-tabs ---------------------------------- #
    |    |    |    |    |-- src ---------------------------------- #
    |    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |    |-- tabPane.vue ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- modal-confirm ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |-- modal.ts ---------------------------------- #
    |    |    |    |-- my-box ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- my-quill-editor ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |-- toolbar.ts ---------------------------------- #
    |    |    |    |-- page-layout ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- pracModifyType-tag ---------------------------------- #
    |    |    |    |    |-- src ---------------------------------- #
    |    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |    |-- pracModifyType.vue ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- practice-tag ---------------------------------- #
    |    |    |    |    |-- src ---------------------------------- #
    |    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |    |-- isPractice.vue ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- range-picker ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- row-layout ---------------------------------- #
    |    |    |    |    |-- helper.ts ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |-- MyRow.vue ---------------------------------- #
    |    |    |    |    |-- RowGround.vue ---------------------------------- #
    |    |    |    |    |-- RowWrapper.vue ---------------------------------- #
    |    |    |    |-- scale-wrap ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- select ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- select-button ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- sortable ---------------------------------- #
    |    |    |    |    |-- example ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- status ---------------------------------- #
    |    |    |    |    |-- CertStatus.vue ---------------------------------- #
    |    |    |    |    |-- icons.ts ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |-- options.ts ---------------------------------- #
    |    |    |    |    |-- PutRecordStatus.vue ---------------------------------- #
    |    |    |    |-- svg-icon ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- svg-icon.vue ---------------------------------- #
    |    |    |    |-- table-wrap ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- tag-input ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- tags ---------------------------------- #
    |    |    |    |    |-- before-check-tag.vue ---------------------------------- #
    |    |    |    |    |-- before-exception-tag.vue ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- text ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- title-i18n ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- twoLineTooltip ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- up-down ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- wang-editor ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |-- style.less ---------------------------------- #
    |    |    |    |-- README.md ---------------------------------- #
    |    |    |-- business ---------------------------------- #
    |    |    |    |-- charts ---------------------------------- #
    |    |    |    |    |-- helper ---------------------------------- #
    |    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- hook ---------------------------------- #
    |    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |    |-- useChartWidth.ts ---------------------------------- #
    |    |    |    |    |-- BarLineChart.vue ---------------------------------- #
    |    |    |    |    |-- MultiBarLineChart.vue ---------------------------------- #
    |    |    |    |    |-- PieChart.vue ---------------------------------- #
    |    |    |    |    |-- type.ts ---------------------------------- #
    |    |    |    |    |-- WrapChart.vue ---------------------------------- #
    |    |    |    |-- data-certificate ---------------------------------- #
    |    |    |    |    |-- src ---------------------------------- #
    |    |    |    |    |    |-- components ---------------------------------- #
    |    |    |    |    |    |    |-- certificate-image.vue ---------------------------------- #
    |    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- detail-status ---------------------------------- #
    |    |    |    |    |-- src ---------------------------------- #
    |    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- download-manager ---------------------------------- #
    |    |    |    |    |-- images ---------------------------------- #
    |    |    |    |    |    |-- download.png ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |-- info.ts ---------------------------------- #
    |    |    |    |-- error-checked ---------------------------------- #
    |    |    |    |    |-- src ---------------------------------- #
    |    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- export-button ---------------------------------- #
    |    |    |    |    |-- src ---------------------------------- #
    |    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- export-check-button ---------------------------------- #
    |    |    |    |    |-- src ---------------------------------- #
    |    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- file-uploader ---------------------------------- #
    |    |    |    |    |-- cropper.vue ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- illegal-feedback ---------------------------------- #
    |    |    |    |    |-- src ---------------------------------- #
    |    |    |    |    |    |-- components ---------------------------------- #
    |    |    |    |    |    |    |-- FeedbackStatus.vue ---------------------------------- #
    |    |    |    |    |    |    |-- HandleStatus.vue ---------------------------------- #
    |    |    |    |    |    |    |-- Main.vue ---------------------------------- #
    |    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- options-history ---------------------------------- #
    |    |    |    |    |-- src ---------------------------------- #
    |    |    |    |    |    |-- components ---------------------------------- #
    |    |    |    |    |    |    |-- DrawerHistory.vue ---------------------------------- #
    |    |    |    |    |    |    |-- NewRecord.vue ---------------------------------- #
    |    |    |    |    |    |-- hooks ---------------------------------- #
    |    |    |    |    |    |    |-- useHistoryList.ts ---------------------------------- #
    |    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- pdf-embed ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- show-file ---------------------------------- #
    |    |    |    |    |-- src ---------------------------------- #
    |    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- uploader ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- README.md ---------------------------------- #
    |    |    |-- core ---------------------------------- #
    |    |    |    |-- basic-table ---------------------------------- #
    |    |    |    |    |-- example ---------------------------------- #
    |    |    |    |    |    |-- table组件.vue ---------------------------------- #
    |    |    |    |    |-- src ---------------------------------- #
    |    |    |    |    |    |-- components ---------------------------------- #
    |    |    |    |    |    |    |-- simple-pagination.vue ---------------------------------- #
    |    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- type.ts ---------------------------------- #
    |    |    |    |-- bo-form ---------------------------------- #
    |    |    |    |    |-- widgets ---------------------------------- #
    |    |    |    |    |    |-- common-drug-select.vue ---------------------------------- #
    |    |    |    |    |    |-- domain-dict-select.vue ---------------------------------- #
    |    |    |    |    |    |-- drug-select.vue ---------------------------------- #
    |    |    |    |    |    |-- hospital-dict-search.vue ---------------------------------- #
    |    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |    |    |-- interface-env-select.vue ---------------------------------- #
    |    |    |    |    |    |-- interface-tree-select.vue ---------------------------------- #
    |    |    |    |    |    |-- license-holder.vue ---------------------------------- #
    |    |    |    |    |    |-- multi-hospital-select.vue ---------------------------------- #
    |    |    |    |    |    |-- period-time-select.vue ---------------------------------- #
    |    |    |    |    |    |-- position-select.vue ---------------------------------- #
    |    |    |    |    |    |-- pres-dept.vue ---------------------------------- #
    |    |    |    |    |    |-- range-picker.vue ---------------------------------- #
    |    |    |    |    |    |-- sources-select.vue ---------------------------------- #
    |    |    |    |    |    |-- Text.vue ---------------------------------- #
    |    |    |    |    |    |-- time-ground-select.vue ---------------------------------- #
    |    |    |    |    |    |-- upload-dragger.vue ---------------------------------- #
    |    |    |    |    |    |-- verify-code.vue ---------------------------------- #
    |    |    |    |    |-- edit-form.vue ---------------------------------- #
    |    |    |    |    |-- filter-search.vue ---------------------------------- #
    |    |    |    |    |-- helper.ts ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- modal-form.vue ---------------------------------- #
    |    |    |    |    |-- toggle-expand.vue ---------------------------------- #
    |    |    |    |    |-- type.ts ---------------------------------- #
    |    |    |    |-- draggable-modal ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- README.md ---------------------------------- #
    |    |-- constants ---------------------------------- #
    |    |    |-- after.ts ---------------------------------- #
    |    |    |-- apiPrefix.ts ---------------------------------- #
    |    |    |-- before.ts ---------------------------------- #
    |    |    |-- options.ts ---------------------------------- #
    |    |    |-- rem.ts ---------------------------------- #
    |    |    |-- router.ts ---------------------------------- #
    |    |    |-- spvr.ts ---------------------------------- #
    |    |    |-- staticSource.ts ---------------------------------- #
    |    |    |-- theme.ts ---------------------------------- #
    |    |    |-- viewModules.ts ---------------------------------- #
    |    |    |-- welcome.ts ---------------------------------- #
    |    |-- core ---------------------------------- #
    |    |    |-- permission ---------------------------------- #
    |    |    |    |-- modules ---------------------------------- #
    |    |    |    |    |-- after ---------------------------------- #
    |    |    |    |    |    |-- diagnoseSatisfaction.ts ---------------------------------- #
    |    |    |    |    |    |-- exportData.ts ---------------------------------- #
    |    |    |    |    |    |-- medicalData.ts ---------------------------------- #
    |    |    |    |    |    |-- prescription.ts ---------------------------------- #
    |    |    |    |    |    |-- statisticCostSupervision.ts ---------------------------------- #
    |    |    |    |    |    |-- statisticDoctor.ts ---------------------------------- #
    |    |    |    |    |    |-- statisticPharmacy.ts ---------------------------------- #
    |    |    |    |    |    |-- statisticTreatTime.ts ---------------------------------- #
    |    |    |    |    |-- before ---------------------------------- #
    |    |    |    |    |    |-- beforeDevice.ts ---------------------------------- #
    |    |    |    |    |    |-- doctorMonitor.ts ---------------------------------- #
    |    |    |    |    |    |-- drugDirector.ts ---------------------------------- #
    |    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |    |-- joinOrg.ts ---------------------------------- #
    |    |    |    |    |    |-- signDoctor.ts ---------------------------------- #
    |    |    |    |    |    |-- signOrg.ts ---------------------------------- #
    |    |    |    |    |-- check ---------------------------------- #
    |    |    |    |    |    |-- badInfo.ts ---------------------------------- #
    |    |    |    |    |    |-- distributeSupervision.ts ---------------------------------- #
    |    |    |    |    |    |-- productionSupervision.ts ---------------------------------- #
    |    |    |    |    |-- common ---------------------------------- #
    |    |    |    |    |    |-- dict.ts ---------------------------------- #
    |    |    |    |    |    |-- operationRecord.ts ---------------------------------- #
    |    |    |    |    |    |-- oss.ts ---------------------------------- #
    |    |    |    |    |-- drug ---------------------------------- #
    |    |    |    |    |    |-- batchTracking.ts ---------------------------------- #
    |    |    |    |    |    |-- checkRecord.ts ---------------------------------- #
    |    |    |    |    |    |-- singleTracking.ts ---------------------------------- #
    |    |    |    |    |-- file ---------------------------------- #
    |    |    |    |    |    |-- upload.ts ---------------------------------- #
    |    |    |    |    |-- freeze ---------------------------------- #
    |    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |    |-- task.ts ---------------------------------- #
    |    |    |    |    |-- illegal ---------------------------------- #
    |    |    |    |    |    |-- supervise.ts ---------------------------------- #
    |    |    |    |    |-- join ---------------------------------- #
    |    |    |    |    |    |-- debugs.ts ---------------------------------- #
    |    |    |    |    |    |-- joinManage.ts ---------------------------------- #
    |    |    |    |    |-- middle ---------------------------------- #
    |    |    |    |    |    |-- healthCheckBooking ---------------------------------- #
    |    |    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |    |-- loginAuth ---------------------------------- #
    |    |    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |    |-- onlinePrescription ---------------------------------- #
    |    |    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |    |-- prescriptionTransfer ---------------------------------- #
    |    |    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |    |-- registration ---------------------------------- #
    |    |    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |    |-- adverseEvent.ts ---------------------------------- #
    |    |    |    |    |    |-- healthCheck.ts ---------------------------------- #
    |    |    |    |    |    |-- onlineDiagnose.ts ---------------------------------- #
    |    |    |    |    |    |-- prescriptionAuth.ts ---------------------------------- #
    |    |    |    |    |-- netdisk ---------------------------------- #
    |    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |    |-- manage.ts ---------------------------------- #
    |    |    |    |    |-- news ---------------------------------- #
    |    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- operations ---------------------------------- #
    |    |    |    |    |    |-- banner.ts ---------------------------------- #
    |    |    |    |    |    |-- complaint.ts ---------------------------------- #
    |    |    |    |    |    |-- connect.ts ---------------------------------- #
    |    |    |    |    |    |-- doctorRecord.ts ---------------------------------- #
    |    |    |    |    |    |-- joinApply.ts ---------------------------------- #
    |    |    |    |    |    |-- settings.ts ---------------------------------- #
    |    |    |    |    |-- organization ---------------------------------- #
    |    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- recall ---------------------------------- #
    |    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |    |-- task.ts ---------------------------------- #
    |    |    |    |    |-- settings ---------------------------------- #
    |    |    |    |    |    |-- auth.ts ---------------------------------- #
    |    |    |    |    |    |-- dict.ts ---------------------------------- #
    |    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |    |-- userRole.ts ---------------------------------- #
    |    |    |    |    |-- supervise ---------------------------------- #
    |    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- sys ---------------------------------- #
    |    |    |    |    |    |-- dept.ts ---------------------------------- #
    |    |    |    |    |    |-- download.ts ---------------------------------- #
    |    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |    |-- log.ts ---------------------------------- #
    |    |    |    |    |    |-- menu.ts ---------------------------------- #
    |    |    |    |    |    |-- notification.ts ---------------------------------- #
    |    |    |    |    |    |-- online.ts ---------------------------------- #
    |    |    |    |    |    |-- role.ts ---------------------------------- #
    |    |    |    |    |    |-- serve.ts ---------------------------------- #
    |    |    |    |    |    |-- task.ts ---------------------------------- #
    |    |    |    |    |    |-- user.ts ---------------------------------- #
    |    |    |    |    |-- util ---------------------------------- #
    |    |    |    |    |    |-- audit.ts ---------------------------------- #
    |    |    |    |    |    |-- upload.ts ---------------------------------- #
    |    |    |    |    |-- welcome ---------------------------------- #
    |    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |    |-- types.ts ---------------------------------- #
    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- utils.ts ---------------------------------- #
    |    |-- directives ---------------------------------- #
    |    |    |-- client.ts ---------------------------------- #
    |    |    |-- drag.ts ---------------------------------- #
    |    |    |-- oss-image.ts ---------------------------------- #
    |    |    |-- oss-path.ts ---------------------------------- #
    |    |    |-- permission.ts ---------------------------------- #
    |    |    |-- uncopyable.ts ---------------------------------- #
    |    |-- docs ---------------------------------- #
    |    |    |-- .vitepress ---------------------------------- #
    |    |    |    |-- styles ---------------------------------- #
    |    |    |    |    |-- overlay.css ---------------------------------- #
    |    |    |    |    |-- overlay.less ---------------------------------- #
    |    |    |    |-- theme ---------------------------------- #
    |    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- config.ts ---------------------------------- #
    |    |    |-- basic ---------------------------------- #
    |    |    |    |-- index.md ---------------------------------- #
    |    |    |    |-- search.md ---------------------------------- #
    |    |    |    |-- table.md ---------------------------------- #
    |    |    |-- index.md ---------------------------------- #
    |    |-- enums ---------------------------------- #
    |    |    |-- breakpointEnum.ts ---------------------------------- #
    |    |    |-- cacheEnum.ts ---------------------------------- #
    |    |    |-- dateEnum.ts ---------------------------------- #
    |    |    |-- distributeSupevisionEnum.ts ---------------------------------- #
    |    |    |-- drugTrack.ts ---------------------------------- #
    |    |    |-- httpEnum.ts ---------------------------------- #
    |    |    |-- roleEnum.ts ---------------------------------- #
    |    |    |-- spvrEnum.ts ---------------------------------- #
    |    |    |-- welcomeEnum.ts ---------------------------------- #
    |    |-- hooks ---------------------------------- #
    |    |    |-- event ---------------------------------- #
    |    |    |    |-- useBreakpoint.ts ---------------------------------- #
    |    |    |    |-- useEventListener.ts ---------------------------------- #
    |    |    |    |-- useIntersectionObserver.ts ---------------------------------- #
    |    |    |    |-- useScroll.ts ---------------------------------- #
    |    |    |    |-- useScrollTo.ts ---------------------------------- #
    |    |    |    |-- useWindowSizeFn.ts ---------------------------------- #
    |    |    |-- date.ts ---------------------------------- #
    |    |    |-- options.ts ---------------------------------- #
    |    |    |-- org.ts ---------------------------------- #
    |    |    |-- useAsync.ts ---------------------------------- #
    |    |    |-- useBattery.ts ---------------------------------- #
    |    |    |-- useBindMobileModal.ts ---------------------------------- #
    |    |    |-- useChart.ts ---------------------------------- #
    |    |    |-- useCopy.ts ---------------------------------- #
    |    |    |-- useDetailPage.ts ---------------------------------- #
    |    |    |-- useDomainList.ts ---------------------------------- #
    |    |    |-- useDomWidth.ts ---------------------------------- #
    |    |    |-- useEventbus.ts ---------------------------------- #
    |    |    |-- useFormModal.ts ---------------------------------- #
    |    |    |-- useI18n.ts ---------------------------------- #
    |    |    |-- useKeepAliveReFresh.ts ---------------------------------- #
    |    |    |-- useOnline.ts ---------------------------------- #
    |    |    |-- useParamsCache.ts ---------------------------------- #
    |    |    |-- useSortable.ts ---------------------------------- #
    |    |    |-- useTime.ts ---------------------------------- #
    |    |    |-- useVerifyCodeModal.ts ---------------------------------- #
    |    |-- layout ---------------------------------- #
    |    |    |-- avatar ---------------------------------- #
    |    |    |    |-- components ---------------------------------- #
    |    |    |    |    |-- CustomPasswordInput.vue ---------------------------------- #
    |    |    |    |    |-- PasswordChanger.vue ---------------------------------- #
    |    |    |    |    |-- PasswordIcon.vue ---------------------------------- #
    |    |    |    |    |-- PoweroffIcon.vue ---------------------------------- #
    |    |    |    |-- images ---------------------------------- #
    |    |    |    |    |-- arrow_down.png ---------------------------------- #
    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |-- breadcrumb ---------------------------------- #
    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |-- header ---------------------------------- #
    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |-- logo ---------------------------------- #
    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |-- menu ---------------------------------- #
    |    |    |    |-- icon.vue ---------------------------------- #
    |    |    |    |-- menu-item.vue ---------------------------------- #
    |    |    |    |-- menu.vue ---------------------------------- #
    |    |    |-- notification ---------------------------------- #
    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- index.vue ---------------------------------- #
    |    |    |    |-- notification-item.vue ---------------------------------- #
    |    |    |-- tabs ---------------------------------- #
    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |    |-- tabs-view-back.vue ---------------------------------- #
    |    |    |    |-- tabs-view.vue ---------------------------------- #
    |    |    |-- index.vue ---------------------------------- #
    |    |-- locales ---------------------------------- #
    |    |    |-- lang ---------------------------------- #
    |    |    |    |-- en-US ---------------------------------- #
    |    |    |    |    |-- routes ---------------------------------- #
    |    |    |    |    |    |-- account.ts ---------------------------------- #
    |    |    |    |    |    |-- basic.ts ---------------------------------- #
    |    |    |    |    |    |-- dashboard.ts ---------------------------------- #
    |    |    |    |    |    |-- demo.ts ---------------------------------- #
    |    |    |    |    |-- common.ts ---------------------------------- #
    |    |    |    |    |-- component.ts ---------------------------------- #
    |    |    |    |    |-- layout.ts ---------------------------------- #
    |    |    |    |-- zh-CN ---------------------------------- #
    |    |    |    |    |-- routes ---------------------------------- #
    |    |    |    |    |    |-- account.ts ---------------------------------- #
    |    |    |    |    |    |-- basic.ts ---------------------------------- #
    |    |    |    |    |    |-- demo.ts ---------------------------------- #
    |    |    |    |    |-- common.ts ---------------------------------- #
    |    |    |    |    |-- component.ts ---------------------------------- #
    |    |    |    |    |-- layout.ts ---------------------------------- #
    |    |    |    |-- en_US.ts ---------------------------------- #
    |    |    |    |-- zh_CN.ts ---------------------------------- #
    |    |    |-- config.ts ---------------------------------- #
    |    |    |-- helper.ts ---------------------------------- #
    |    |    |-- index.ts ---------------------------------- #
    |    |    |-- useLocale.ts ---------------------------------- #
    |    |-- plugins ---------------------------------- #
    |    |    |-- antd.ts ---------------------------------- #
    |    |    |-- assets.ts ---------------------------------- #
    |    |    |-- customComponents.ts ---------------------------------- #
    |    |    |-- directives.ts ---------------------------------- #
    |    |    |-- globalMethods.ts ---------------------------------- #
    |    |    |-- index.ts ---------------------------------- #
    |    |-- router ---------------------------------- #
    |    |    |-- asyncModules ---------------------------------- #
    |    |    |    |-- index.ts ---------------------------------- #
    |    |    |-- generator-router.tsx ---------------------------------- #
    |    |    |-- index.ts ---------------------------------- #
    |    |    |-- outsideLayout.ts ---------------------------------- #
    |    |    |-- router-guards.ts ---------------------------------- #
    |    |    |-- static-router.ts ---------------------------------- #
    |    |-- store ---------------------------------- #
    |    |    |-- modules ---------------------------------- #
    |    |    |    |-- history.ts ---------------------------------- #
    |    |    |    |-- keepAlive.ts ---------------------------------- #
    |    |    |    |-- layout.ts ---------------------------------- #
    |    |    |    |-- locale.ts ---------------------------------- #
    |    |    |    |-- projectConfig.ts ---------------------------------- #
    |    |    |    |-- tabsView.ts ---------------------------------- #
    |    |    |    |-- user.ts ---------------------------------- #
    |    |    |-- index.ts ---------------------------------- #
    |    |-- styles ---------------------------------- #
    |    |    |-- antdv.override.css ---------------------------------- #
    |    |    |-- antdv.override.less ---------------------------------- #
    |    |    |-- common.css ---------------------------------- #
    |    |    |-- common.less ---------------------------------- #
    |    |    |-- index.less ---------------------------------- #
    |    |    |-- theme.less ---------------------------------- #
    |    |    |-- transition.less ---------------------------------- #
    |    |    |-
1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago