LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
src/fred_admin/__init__.py
src/fred_admin/create_module.py
src/fred_admin/install_hook.py
src/fred_admin.egg-info/PKG-INFO
src/fred_admin.egg-info/SOURCES.txt
src/fred_admin.egg-info/dependency_links.txt
src/fred_admin.egg-info/entry_points.txt
src/fred_admin.egg-info/requires.txt
src/fred_admin.egg-info/top_level.txt
src/fred_admin/_template/app.py
src/fred_admin/_template/demo_.gitignore
src/fred_admin/_template/requirements.txt
src/fred_admin/_template/common/__init__.py
src/fred_admin/_template/common/config/Config.example.py
src/fred_admin/_template/common/config/Config.py
src/fred_admin/_template/common/config/__init__.py
src/fred_admin/_template/common/model/model.py
src/fred_admin/_template/data/app.db
src/fred_admin/_template/data/fred.sql
src/fred_admin/_template/demo_.vscode/launch.json
src/fred_admin/_template/docs/README.md
src/fred_admin/_template/docs/代码组织指南.md
src/fred_admin/_template/modules/__init__.py
src/fred_admin/_template/modules/admin/__init__.py
src/fred_admin/_template/modules/admin/backend/__init__.py
src/fred_admin/_template/modules/admin/backend/constant/RedisKey.py
src/fred_admin/_template/modules/admin/backend/controller/AdminAuthController.py
src/fred_admin/_template/modules/admin/backend/controller/AdminController.py
src/fred_admin/_template/modules/admin/backend/controller/ApiAuthController.py
src/fred_admin/_template/modules/admin/backend/controller/ButtonManageController.py
src/fred_admin/_template/modules/admin/backend/controller/FileController.py
src/fred_admin/_template/modules/admin/backend/controller/OrganizationController.py
src/fred_admin/_template/modules/admin/backend/controller/RoleController.py
src/fred_admin/_template/modules/admin/backend/controller/SystemController.py
src/fred_admin/_template/modules/admin/backend/controller/SystemLogController.py
src/fred_admin/_template/modules/admin/backend/controller/TableController.py
src/fred_admin/_template/modules/admin/backend/controller/__init__.py
src/fred_admin/_template/modules/admin/backend/schema/AdminSchema.py
src/fred_admin/_template/modules/admin/backend/schema/ApiAuthSchema.py
src/fred_admin/_template/modules/admin/backend/schema/AuthMenuSchema.py
src/fred_admin/_template/modules/admin/backend/schema/ButtonManageSchema.py
src/fred_admin/_template/modules/admin/backend/schema/ModuleSchema.py
src/fred_admin/_template/modules/admin/backend/schema/OrganizationSchema.py
src/fred_admin/_template/modules/admin/backend/schema/RoleSchema.py
src/fred_admin/_template/modules/admin/backend/schema/SchedulerSchema.py
src/fred_admin/_template/modules/admin/backend/schema/SystemConfigSchema.py
src/fred_admin/_template/modules/admin/backend/schema/TableSchema.py
src/fred_admin/_template/modules/admin/backend/schema/UploadImg.py
src/fred_admin/_template/modules/admin/backend/schema/__init__.py
src/fred_admin/_template/modules/admin/backend/service/AdminService.py
src/fred_admin/_template/modules/admin/backend/service/ApiAuthService.py
src/fred_admin/_template/modules/admin/backend/service/AuthButtonsService.py
src/fred_admin/_template/modules/admin/backend/service/AuthMenuService.py
src/fred_admin/_template/modules/admin/backend/service/ButtonManageService.py
src/fred_admin/_template/modules/admin/backend/service/FileService.py
src/fred_admin/_template/modules/admin/backend/service/ModuleService.py
src/fred_admin/_template/modules/admin/backend/service/OrganizationService.py
src/fred_admin/_template/modules/admin/backend/service/RoleService.py
src/fred_admin/_template/modules/admin/backend/service/SchedulerService.py
src/fred_admin/_template/modules/admin/backend/service/SchedulerTasks.py
src/fred_admin/_template/modules/admin/backend/service/SystemConfigService.py
src/fred_admin/_template/modules/admin/backend/service/SystemLogService.py
src/fred_admin/_template/modules/admin/backend/service/TableService.py
src/fred_admin/_template/modules/admin/backend/service/__init__.py
src/fred_admin/_template/modules/admin/frontend/LICENSE
src/fred_admin/_template/modules/admin/frontend/commitlint.config.cjs
src/fred_admin/_template/modules/admin/frontend/demo_editorconfig
src/fred_admin/_template/modules/admin/frontend/demo_env
src/fred_admin/_template/modules/admin/frontend/demo_env.development
src/fred_admin/_template/modules/admin/frontend/demo_env.production
src/fred_admin/_template/modules/admin/frontend/demo_eslintignore
src/fred_admin/_template/modules/admin/frontend/demo_eslintrc.cjs
src/fred_admin/_template/modules/admin/frontend/demo_gitignore
src/fred_admin/_template/modules/admin/frontend/demo_prettierignore
src/fred_admin/_template/modules/admin/frontend/demo_prettierrc.cjs
src/fred_admin/_template/modules/admin/frontend/demo_stylelintignore
src/fred_admin/_template/modules/admin/frontend/demo_stylelintrc.cjs
src/fred_admin/_template/modules/admin/frontend/index.html
src/fred_admin/_template/modules/admin/frontend/lint-staged.config.cjs
src/fred_admin/_template/modules/admin/frontend/package-lock.json
src/fred_admin/_template/modules/admin/frontend/package.json
src/fred_admin/_template/modules/admin/frontend/pnpm-lock.yaml
src/fred_admin/_template/modules/admin/frontend/postcss.config.cjs
src/fred_admin/_template/modules/admin/frontend/tsconfig.json
src/fred_admin/_template/modules/admin/frontend/vite.config.ts
src/fred_admin/_template/modules/admin/frontend/build/compress.ts
src/fred_admin/_template/modules/admin/frontend/build/getEnv.ts
src/fred_admin/_template/modules/admin/frontend/build/plugins.ts
src/fred_admin/_template/modules/admin/frontend/build/proxy.ts
src/fred_admin/_template/modules/admin/frontend/build/pwa.ts
src/fred_admin/_template/modules/admin/frontend/public/logo.png
src/fred_admin/_template/modules/admin/frontend/public/logo.svg
src/fred_admin/_template/modules/admin/frontend/public/vue.svg
src/fred_admin/_template/modules/admin/frontend/src/App.vue
src/fred_admin/_template/modules/admin/frontend/src/main.ts
src/fred_admin/_template/modules/admin/frontend/src/vite-env.d.ts
src/fred_admin/_template/modules/admin/frontend/src/api/index.ts
src/fred_admin/_template/modules/admin/frontend/src/api/config/servicePort.ts
src/fred_admin/_template/modules/admin/frontend/src/api/helper/axiosCancel.ts
src/fred_admin/_template/modules/admin/frontend/src/api/helper/checkStatus.ts
src/fred_admin/_template/modules/admin/frontend/src/api/interface/index.ts
src/fred_admin/_template/modules/admin/frontend/src/api/model/adminModel.ts
src/fred_admin/_template/modules/admin/frontend/src/api/model/apiAuthModel.ts
src/fred_admin/_template/modules/admin/frontend/src/api/model/index.ts
src/fred_admin/_template/modules/admin/frontend/src/api/model/loginModel.ts
src/fred_admin/_template/modules/admin/frontend/src/api/model/roleModel.ts
src/fred_admin/_template/modules/admin/frontend/src/api/model/systemModel.ts
src/fred_admin/_template/modules/admin/frontend/src/api/model/uploadModel.ts
src/fred_admin/_template/modules/admin/frontend/src/api/modules/admin.ts
src/fred_admin/_template/modules/admin/frontend/src/api/modules/apiAuth.ts
src/fred_admin/_template/modules/admin/frontend/src/api/modules/buttonManage.ts
src/fred_admin/_template/modules/admin/frontend/src/api/modules/dataBase.ts
src/fred_admin/_template/modules/admin/frontend/src/api/modules/login.ts
src/fred_admin/_template/modules/admin/frontend/src/api/modules/organization.ts
src/fred_admin/_template/modules/admin/frontend/src/api/modules/role.ts
src/fred_admin/_template/modules/admin/frontend/src/api/modules/system.ts
src/fred_admin/_template/modules/admin/frontend/src/api/modules/upload.ts
src/fred_admin/_template/modules/admin/frontend/src/api/modules/user.ts
src/fred_admin/_template/modules/admin/frontend/src/assets/fonts/DIN.otf
src/fred_admin/_template/modules/admin/frontend/src/assets/fonts/MetroDF.ttf
src/fred_admin/_template/modules/admin/frontend/src/assets/fonts/YouSheBiaoTiHei.ttf
src/fred_admin/_template/modules/admin/frontend/src/assets/fonts/font.scss
src/fred_admin/_template/modules/admin/frontend/src/assets/iconfont/iconfont.scss
src/fred_admin/_template/modules/admin/frontend/src/assets/iconfont/iconfont.ttf
src/fred_admin/_template/modules/admin/frontend/src/assets/icons/xianxingdaoyu.svg
src/fred_admin/_template/modules/admin/frontend/src/assets/icons/xianxingdiqiu.svg
src/fred_admin/_template/modules/admin/frontend/src/assets/icons/xianxingditu.svg
src/fred_admin/_template/modules/admin/frontend/src/assets/icons/xianxingfanchuan.svg
src/fred_admin/_template/modules/admin/frontend/src/assets/icons/xianxingfeiji.svg
src/fred_admin/_template/modules/admin/frontend/src/assets/icons/xianxinglvhangriji.svg
src/fred_admin/_template/modules/admin/frontend/src/assets/icons/xianxingtianqiyubao.svg
src/fred_admin/_template/modules/admin/frontend/src/assets/icons/xianxingxiangjipaizhao.svg
src/fred_admin/_template/modules/admin/frontend/src/assets/icons/xianxingxiarilengyin.svg
src/fred_admin/_template/modules/admin/frontend/src/assets/icons/xianxingyoulun.svg
src/fred_admin/_template/modules/admin/frontend/src/assets/icons/xianxingzijiayou.svg
src/fred_admin/_template/modules/admin/frontend/src/assets/images/403.png
src/fred_admin/_template/modules/admin/frontend/src/assets/images/404.png
src/fred_admin/_template/modules/admin/frontend/src/assets/images/500.png
src/fred_admin/_template/modules/admin/frontend/src/assets/images/avatar.gif
src/fred_admin/_template/modules/admin/frontend/src/assets/images/login_bg.svg
src/fred_admin/_template/modules/admin/frontend/src/assets/images/login_left.png
src/fred_admin/_template/modules/admin/frontend/src/assets/images/login_left1.png
src/fred_admin/_template/modules/admin/frontend/src/assets/images/login_left2.png
src/fred_admin/_template/modules/admin/frontend/src/assets/images/login_left3.png
src/fred_admin/_template/modules/admin/frontend/src/assets/images/login_left4.png
src/fred_admin/_template/modules/admin/frontend/src/assets/images/login_left5.png
src/fred_admin/_template/modules/admin/frontend/src/assets/images/logo.svg
src/fred_admin/_template/modules/admin/frontend/src/assets/images/msg01.png
src/fred_admin/_template/modules/admin/frontend/src/assets/images/msg02.png
src/fred_admin/_template/modules/admin/frontend/src/assets/images/msg03.png
src/fred_admin/_template/modules/admin/frontend/src/assets/images/msg04.png
src/fred_admin/_template/modules/admin/frontend/src/assets/images/msg05.png
src/fred_admin/_template/modules/admin/frontend/src/assets/images/notData.png
src/fred_admin/_template/modules/admin/frontend/src/assets/images/welcome.png
src/fred_admin/_template/modules/admin/frontend/src/assets/json/authButtonList.json
src/fred_admin/_template/modules/admin/frontend/src/assets/json/authMenuList.json
src/fred_admin/_template/modules/admin/frontend/src/assets/mock/Easy-Mock-API.zip
src/fred_admin/_template/modules/admin/frontend/src/components/ECharts/index.vue
src/fred_admin/_template/modules/admin/frontend/src/components/ECharts/config/index.ts
src/fred_admin/_template/modules/admin/frontend/src/components/ErrorMessage/403.vue
src/fred_admin/_template/modules/admin/frontend/src/components/ErrorMessage/404.vue
src/fred_admin/_template/modules/admin/frontend/src/components/ErrorMessage/500.vue
src/fred_admin/_template/modules/admin/frontend/src/components/ErrorMessage/index.scss
src/fred_admin/_template/modules/admin/frontend/src/components/Grid/index.vue
src/fred_admin/_template/modules/admin/frontend/src/components/Grid/components/GridItem.vue
src/fred_admin/_template/modules/admin/frontend/src/components/Grid/interface/index.ts
src/fred_admin/_template/modules/admin/frontend/src/components/ImageCaptcha/index.vue
src/fred_admin/_template/modules/admin/frontend/src/components/ImportExcel/index.scss
src/fred_admin/_template/modules/admin/frontend/src/components/ImportExcel/index.vue
src/fred_admin/_template/modules/admin/frontend/src/components/JsonViewer/index.vue
src/fred_admin/_template/modules/admin/frontend/src/components/Loading/fullScreen.ts
src/fred_admin/_template/modules/admin/frontend/src/components/Loading/index.scss
src/fred_admin/_template/modules/admin/frontend/src/components/Loading/index.vue
src/fred_admin/_template/modules/admin/frontend/src/components/ProTable/index.vue
src/fred_admin/_template/modules/admin/frontend/src/components/ProTable/components/ColSetting.vue
src/fred_admin/_template/modules/admin/frontend/src/components/ProTable/components/Pagination.vue
src/fred_admin/_template/modules/admin/frontend/src/components/ProTable/components/TableColumn.vue
src/fred_admin/_template/modules/admin/frontend/src/components/ProTable/interface/index.ts
src/fred_admin/_template/modules/admin/frontend/src/components/SearchForm/index.vue
src/fred_admin/_template/modules/admin/frontend/src/components/SearchForm/components/SearchFormItem.vue
src/fred_admin/_template/modules/admin/frontend/src/components/SelectFilter/index.scss
src/fred_admin/_template/modules/admin/frontend/src/components/SelectFilter/index.vue
src/fred_admin/_template/modules/admin/frontend/src/components/SelectIcon/index.scss
src/fred_admin/_template/modules/admin/frontend/src/components/SelectIcon/index.vue
src/fred_admin/_template/modules/admin/frontend/src/components/SvgIcon/index.vue
src/fred_admin/_template/modules/admin/frontend/src/components/SwitchDark/index.vue
src/fred_admin/_template/modules/admin/frontend/src/components/TreeFilter/index.scss
src/fred_admin/_template/modules/admin/frontend/src/components/TreeFilter/index.vue
src/fred_admin/_template/modules/admin/frontend/src/components/Upload/Img.vue
src/fred_admin/_template/modules/admin/frontend/src/components/Upload/Imgs.vue
src/fred_admin/_template/modules/admin/frontend/src/components/WangEditor/index.scss
src/fred_admin/_template/modules/admin/frontend/src/components/WangEditor/index.vue
src/fred_admin/_template/modules/admin/frontend/src/config/amapMap.ts
src/fred_admin/_template/modules/admin/frontend/src/config/index.ts
src/fred_admin/_template/modules/admin/frontend/src/config/nprogress.ts
src/fred_admin/_template/modules/admin/frontend/src/directives/index.ts
src/fred_admin/_template/modules/admin/frontend/src/directives/modules/auth.ts
src/fred_admin/_template/modules/admin/frontend/src/directives/modules/copy.ts
src/fred_admin/_template/modules/admin/frontend/src/directives/modules/debounce.ts
src/fred_admin/_template/modules/admin/frontend/src/directives/modules/draggable.ts
src/fred_admin/_template/modules/admin/frontend/src/directives/modules/longpress.ts
src/fred_admin/_template/modules/admin/frontend/src/directives/modules/throttle.ts
src/fred_admin/_template/modules/admin/frontend/src/directives/modules/waterMarker.ts
src/fred_admin/_template/modules/admin/frontend/src/enums/httpEnum.ts
src/fred_admin/_template/modules/admin/frontend/src/hooks/useAuthButtons.ts
src/fred_admin/_template/modules/admin/frontend/src/hooks/useDownload.ts
src/fred_admin/_template/modules/admin/frontend/src/hooks/useHandleData.ts
src/fred_admin/_template/modules/admin/frontend/src/hooks/useI18n.ts
src/fred_admin/_template/modules/admin/frontend/src/hooks/useOnline.ts
src/fred_admin/_template/modules/admin/frontend/src/hooks/useSelection.ts
src/fred_admin/_template/modules/admin/frontend/src/hooks/useTable.ts
src/fred_admin/_template/modules/admin/frontend/src/hooks/useTheme.ts
src/fred_admin/_template/modules/admin/frontend/src/hooks/useTime.ts
src/fred_admin/_template/modules/admin/frontend/src/hooks/interface/index.ts
src/fred_admin/_template/modules/admin/frontend/src/languages/index.ts
src/fred_admin/_template/modules/admin/frontend/src/languages/modules/en.ts
src/fred_admin/_template/modules/admin/frontend/src/languages/modules/zh.ts
src/fred_admin/_template/modules/admin/frontend/src/layouts/index.vue
src/fred_admin/_template/modules/admin/frontend/src/layouts/indexAsync.vue
src/fred_admin/_template/modules/admin/frontend/src/layouts/LayoutClassic/index.scss
src/fred_admin/_template/modules/admin/frontend/src/layouts/LayoutClassic/index.vue
src/fred_admin/_template/modules/admin/frontend/src/layouts/LayoutColumns/index.scss
src/fred_admin/_template/modules/admin/frontend/src/layouts/LayoutColumns/index.vue
src/fred_admin/_template/modules/admin/frontend/src/layouts/LayoutTransverse/index.scss
src/fred_admin/_template/modules/admin/frontend/src/layouts/LayoutTransverse/index.vue
src/fred_admin/_template/modules/admin/frontend/src/layouts/LayoutVertical/index.scss
src/fred_admin/_template/modules/admin/frontend/src/layouts/LayoutVertical/index.vue
src/fred_admin/_template/modules/admin/frontend/src/layouts/components/Footer/index.scss
src/fred_admin/_template/modules/admin/frontend/src/layouts/components/Footer/index.vue
src/fred_admin/_template/modules/admin/frontend/src/layouts/components/Header/ToolBarLeft.vue
src/fred_admin/_template/modules/admin/frontend/src/layouts/components/Header/ToolBarRight.vue
src/fred_admin/_template/modules/admin/frontend/src/layouts/components/Header/components/AssemblySize.vue
src/fred_admin/_template/modules/admin/frontend/src/layouts/components/Header/components/Avatar.vue
src/fred_admin/_template/modules/admin/frontend/src/layouts/components/Header/components/Breadcrumb.vue
src/fred_admin/_template/modules/admin/frontend/src/layouts/components/Header/components/CollapseIcon.vue
src/fred_admin/_template/modules/admin/frontend/src/layouts/components/Header/components/Fullscreen.vue
src/fred_admin/_template/modules/admin/frontend/src/layouts/components/Header/components/InfoDialog.vue
src/fred_admin/_template/modules/admin/frontend/src/layouts/components/Header/components/Language.vue
src/fred_admin/_template/modules/admin/frontend/src/layouts/components/Header/components/Message.vue
src/fred_admin/_template/modules/admin/frontend/src/layouts/components/Header/components/PasswordDialog.vue
src/fred_admin/_template/modules/admin/frontend/src/layouts/components/Header/components/SearchMenu.vue
src/fred_admin/_template/modules/admin/frontend/src/layouts/components/Header/components/ThemeSetting.vue
src/fred_admin/_template/modules/admin/frontend/src/layouts/components/Main/index.scss
src/fred_admin/_template/modules/admin/frontend/src/layouts/components/Main/index.vue
src/fred_admin/_template/modules/admin/frontend/src/layouts/components/Main/components/Maximize.vue
src/fred_admin/_template/modules/admin/frontend/src/layouts/components/Menu/SubMenu.vue
src/fred_admin/_template/modules/admin/frontend/src/layouts/components/Tabs/index.scss
src/fred_admin/_template/modules/admin/frontend/src/layouts/components/Tabs/index.vue
src/fred_admin/_template/modules/admin/frontend/src/layouts/components/Tabs/components/MoreButton.vue
src/fred_admin/_template/modules/admin/frontend/src/layouts/components/ThemeDrawer/index.scss
src/fred_admin/_template/modules/admin/frontend/src/layouts/components/ThemeDrawer/index.vue
src/fred_admin/_template/modules/admin/frontend/src/routers/index.ts
src/fred_admin/_template/modules/admin/frontend/src/routers/modules/dynamicRouter.ts
src/fred_admin/_template/modules/admin/frontend/src/routers/modules/staticRouter.ts
src/fred_admin/_template/modules/admin/frontend/src/stores/index.ts
src/fred_admin/_template/modules/admin/frontend/src/stores/helper/persist.ts
src/fred_admin/_template/modules/admin/frontend/src/stores/interface/index.ts
src/fred_admin/_template/modules/admin/frontend/src/stores/modules/auth.ts
src/fred_admin/_template/modules/admin/frontend/src/stores/modules/global.ts
src/fred_admin/_template/modules/admin/frontend/src/stores/modules/keepAlive.ts
src/fred_admin/_template/modules/admin/frontend/src/stores/modules/tabs.ts
src/fred_admin/_template/modules/admin/frontend/src/stores/modules/user.ts
src/fred_admin/_template/modules/admin/frontend/src/styles/common.scss
src/fred_admin/_template/modules/admin/frontend/src/styles/element-dark.scss
src/fred_admin/_template/modules/admin/frontend/src/styles/element.scss
src/fred_admin/_template/modules/admin/frontend/src/styles/reset.scss
src/fred_admin/_template/modules/admin/frontend/src/styles/table-optimization.scss
src/fred_admin/_template/modules/admin/frontend/src/styles/var.scss
src/fred_admin/_template/modules/admin/frontend/src/styles/modules/annotation.scss
src/fred_admin/_template/modules/admin/frontend/src/styles/modules/assembly.scss
src/fred_admin/_template/modules/admin/frontend/src/styles/modules/directives.scss
src/fred_admin/_template/modules/admin/frontend/src/styles/theme/aside.ts
src/fred_admin/_template/modules/admin/frontend/src/styles/theme/header.ts
src/fred_admin/_template/modules/admin/frontend/src/styles/theme/menu.ts
src/fred_admin/_template/modules/admin/frontend/src/typings/global.d.ts
src/fred_admin/_template/modules/admin/frontend/src/typings/utils.d.ts
src/fred_admin/_template/modules/admin/frontend/src/typings/window.d.ts
src/fred_admin/_template/modules/admin/frontend/src/utils/color.ts
src/fred_admin/_template/modules/admin/frontend/src/utils/dict.ts
src/fred_admin/_template/modules/admin/frontend/src/utils/eleValidate.ts
src/fred_admin/_template/modules/admin/frontend/src/utils/errorHandler.ts
src/fred_admin/_template/modules/admin/frontend/src/utils/index.ts
src/fred_admin/_template/modules/admin/frontend/src/utils/menuTitle.ts
src/fred_admin/_template/modules/admin/frontend/src/utils/mittBus.ts
src/fred_admin/_template/modules/admin/frontend/src/utils/svg.ts
src/fred_admin/_template/modules/admin/frontend/src/utils/is/index.ts
src/fred_admin/_template/modules/admin/frontend/src/views/dataBase/fieldType/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/dataBase/fieldType/components/FieldTypeDrawer.vue
src/fred_admin/_template/modules/admin/frontend/src/views/dataBase/tableManage/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/dataBase/tableManage/components/DataBaseDrawer.vue
src/fred_admin/_template/modules/admin/frontend/src/views/dataBase/tableManage/components/IndexDrawer.vue
src/fred_admin/_template/modules/admin/frontend/src/views/dataBase/tableManage/components/TableDataDrawer.vue
src/fred_admin/_template/modules/admin/frontend/src/views/echarts/columnChart/index.scss
src/fred_admin/_template/modules/admin/frontend/src/views/echarts/columnChart/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/echarts/lineChart/index.scss
src/fred_admin/_template/modules/admin/frontend/src/views/echarts/lineChart/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/echarts/nestedChart/index.scss
src/fred_admin/_template/modules/admin/frontend/src/views/echarts/nestedChart/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/echarts/pieChart/index.scss
src/fred_admin/_template/modules/admin/frontend/src/views/echarts/pieChart/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/echarts/radarChart/index.scss
src/fred_admin/_template/modules/admin/frontend/src/views/echarts/radarChart/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/echarts/waterChart/index.scss
src/fred_admin/_template/modules/admin/frontend/src/views/echarts/waterChart/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/home/index.scss
src/fred_admin/_template/modules/admin/frontend/src/views/home/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/login/index.scss
src/fred_admin/_template/modules/admin/frontend/src/views/login/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/login/components/LoginForm.vue
src/fred_admin/_template/modules/admin/frontend/src/views/proTable/complexProTable/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/proTable/components/UserDrawer.vue
src/fred_admin/_template/modules/admin/frontend/src/views/proTable/document/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/proTable/treeProTable/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/proTable/useProTable/detail.vue
src/fred_admin/_template/modules/admin/frontend/src/views/proTable/useProTable/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/proTable/useSelectFilter/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/proTable/useTreeFilter/detail.vue
src/fred_admin/_template/modules/admin/frontend/src/views/proTable/useTreeFilter/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/accountManage/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/apiAuth/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/apiAuth/components/ApiDrawer.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/apiAuth/components/TokenDrawer.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/buttonManage/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/buttonManage/components/ButtonDrawer.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/configManage/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/configManage/components/ConfigDrawer.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/departmentManage/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/dictManage/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/menuManage/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/menuManage/components/MenuDrawer.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/moduleManage/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/organizationManage/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/organizationManage/components/CompanyDrawer.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/organizationManage/components/DepartmentDrawer.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/organizationManage/components/TeamDrawer.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/organizationManage/components/TeamMemberDrawer.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/roleManage/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/roleManage/components/RoleButtonDrawer.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/roleManage/components/RoleDrawer.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/roleManage/components/RoleMenuDrawer.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/roleManage/components/RoleUserDrawer.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/schedulerManage/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/schedulerManage/components/SchedulerDrawer.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/systemLog/index.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/systemLog/components/SystemLogDrawer.vue
src/fred_admin/_template/modules/admin/frontend/src/views/system/timingTask/index.vue
src/fred_admin/_template/modules/admin/templates/index.html
src/fred_admin/_template/modules/admin/templates/logo.png
src/fred_admin/_template/modules/admin/templates/logo.svg
src/fred_admin/_template/modules/admin/templates/manifest.webmanifest
src/fred_admin/_template/modules/admin/templates/registerSW.js
src/fred_admin/_template/modules/admin/templates/sw.js
src/fred_admin/_template/modules/admin/templates/vue.svg
src/fred_admin/_template/modules/admin/templates/workbox-3105ea8d.js
src/fred_admin/_template/modules/admin/templates/assets/css/403-BzyIkoOx.css
src/fred_admin/_template/modules/admin/templates/assets/css/404-BGQTKSpA.css
src/fred_admin/_template/modules/admin/templates/assets/css/500-CuffNYCh.css
src/fred_admin/_template/modules/admin/templates/assets/css/ButtonDrawer-B4qkacRS.css
src/fred_admin/_template/modules/admin/templates/assets/css/DataBaseDrawer-DXa6XV3I.css
src/fred_admin/_template/modules/admin/templates/assets/css/IndexDrawer-BwQxKwVF.css
src/fred_admin/_template/modules/admin/templates/assets/css/LoginForm-DhnwzUXR.css
src/fred_admin/_template/modules/admin/templates/assets/css/MenuDrawer-lE8IKbCY.css
src/fred_admin/_template/modules/admin/templates/assets/css/RoleButtonDrawer-DUP_bHxb.css
src/fred_admin/_template/modules/admin/templates/assets/css/RoleMenuDrawer-DprQVFqI.css
src/fred_admin/_template/modules/admin/templates/assets/css/SchedulerDrawer-JHF-3Ja0.css
src/fred_admin/_template/modules/admin/templates/assets/css/SystemLogDrawer-BkIu5wb5.css
src/fred_admin/_template/modules/admin/templates/assets/css/TableDataDrawer-1PY0rr5T.css
src/fred_admin/_template/modules/admin/templates/assets/css/TeamMemberDrawer-BeilJIbl.css
src/fred_admin/_template/modules/admin/templates/assets/css/UserDrawer-BnSzAB_t.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-BDGGk7wz.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-BFmfAQKb.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-B_-O9m_B.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-Bj_MA3O2.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-Bw8ARqGO.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-C2v99uL2.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-C6aRiGk7.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-CKLr3w-N.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-CndoNt-j.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-D50JSfRL.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-DdBNO9iy.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-DrH93mpf.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-DutDSxrU.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-gAxDrTr0.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-kAXVCDUi.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-pdg8TvVf.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-tn0RQdqM.css
src/fred_admin/_template/modules/admin/templates/assets/gif/avatar-Dcbh69co.gif
src/fred_admin/_template/modules/admin/templates/assets/js/403-CWUqi1w8.js
src/fred_admin/_template/modules/admin/templates/assets/js/404-C5d3N4cq.js
src/fred_admin/_template/modules/admin/templates/assets/js/500-CBZA1T-Q.js
src/fred_admin/_template/modules/admin/templates/assets/js/ApiDrawer-D6KeUett.js
src/fred_admin/_template/modules/admin/templates/assets/js/ApiDrawer.vue_vue_type_script_setup_true_lang-Dg8D4fIE.js
src/fred_admin/_template/modules/admin/templates/assets/js/ButtonDrawer-BJc9OJ8D.js
src/fred_admin/_template/modules/admin/templates/assets/js/CompanyDrawer-dzxt2iK8.js
src/fred_admin/_template/modules/admin/templates/assets/js/CompanyDrawer.vue_vue_type_script_setup_true_lang-DVMVUhNu.js
src/fred_admin/_template/modules/admin/templates/assets/js/ConfigDrawer-DqDYvrE1.js
src/fred_admin/_template/modules/admin/templates/assets/js/ConfigDrawer.vue_vue_type_script_setup_true_name_ConfigDrawer_lang-Dyh-NJhH.js
src/fred_admin/_template/modules/admin/templates/assets/js/DataBaseDrawer-DbBq6TDg.js
src/fred_admin/_template/modules/admin/templates/assets/js/DepartmentDrawer-CAjxyTYW.js
src/fred_admin/_template/modules/admin/templates/assets/js/DepartmentDrawer.vue_vue_type_script_setup_true_lang-lMXQ2IWm.js
src/fred_admin/_template/modules/admin/templates/assets/js/FieldTypeDrawer-BHZRBHN8.js
src/fred_admin/_template/modules/admin/templates/assets/js/FieldTypeDrawer.vue_vue_type_script_setup_true_lang-DV-2Ztxs.js
src/fred_admin/_template/modules/admin/templates/assets/js/IndexDrawer-tCJ94Knd.js
src/fred_admin/_template/modules/admin/templates/assets/js/LoginForm-4yZV10FA.js
src/fred_admin/_template/modules/admin/templates/assets/js/MenuDrawer-pYRd1gTD.js
src/fred_admin/_template/modules/admin/templates/assets/js/RoleButtonDrawer-Dq-0k-GQ.js
src/fred_admin/_template/modules/admin/templates/assets/js/RoleDrawer-CNQmYalt.js
src/fred_admin/_template/modules/admin/templates/assets/js/RoleDrawer.vue_vue_type_script_setup_true_name_RoleDrawer_lang-_sIQFwRm.js
src/fred_admin/_template/modules/admin/templates/assets/js/RoleMenuDrawer-BTe0WbCq.js
src/fred_admin/_template/modules/admin/templates/assets/js/RoleUserDrawer-B5g-w1mv.js
src/fred_admin/_template/modules/admin/templates/assets/js/RoleUserDrawer.vue_vue_type_script_setup_true_name_RoleUserDrawer_lang-DohB46V4.js
src/fred_admin/_template/modules/admin/templates/assets/js/SchedulerDrawer-HJgEqSA7.js
src/fred_admin/_template/modules/admin/templates/assets/js/SystemLogDrawer-C_jcDZ0x.js
src/fred_admin/_template/modules/admin/templates/assets/js/TableDataDrawer-BBOwLmvT.js
src/fred_admin/_template/modules/admin/templates/assets/js/TeamDrawer-BLSXrBi2.js
src/fred_admin/_template/modules/admin/templates/assets/js/TeamDrawer.vue_vue_type_script_setup_true_lang-Cs6I5Ryr.js
src/fred_admin/_template/modules/admin/templates/assets/js/TeamMemberDrawer-BcGq9Lfa.js
src/fred_admin/_template/modules/admin/templates/assets/js/TokenDrawer-eTN7UBiB.js
src/fred_admin/_template/modules/admin/templates/assets/js/TokenDrawer.vue_vue_type_script_setup_true_lang-Dq8Cb0Ed.js
src/fred_admin/_template/modules/admin/templates/assets/js/UserDrawer-D930LtBp.js
src/fred_admin/_template/modules/admin/templates/assets/js/UserDrawer.vue_vue_type_script_setup_true_name_UserDrawer_lang-fu27rE1-.js
src/fred_admin/_template/modules/admin/templates/assets/js/_plugin-vue_export-helper-BCo6x5W8.js
src/fred_admin/_template/modules/admin/templates/assets/js/admin-BF8XtOGZ.js
src/fred_admin/_template/modules/admin/templates/assets/js/dataBase-DDNJs7pa.js
src/fred_admin/_template/modules/admin/templates/assets/js/detail-BRi5wAJP.js
src/fred_admin/_template/modules/admin/templates/assets/js/detail-VRvFw5Rj.js
src/fred_admin/_template/modules/admin/templates/assets/js/echarts-D6nGSbQc.js
src/fred_admin/_template/modules/admin/templates/assets/js/editor-l0sNRNKZ.js
src/fred_admin/_template/modules/admin/templates/assets/js/element-plus-DM2rG8BV.js
src/fred_admin/_template/modules/admin/templates/assets/js/index--TGxh4jU.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-7qcS1GGs.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-B05ol7Pg.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-B15gY5P8.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-B1kuq6T9.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-B6OcbLLn.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-BBwpPOaf.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-BU1y5IFv.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-BcEwJkJK.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-Bf5yUrpO.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-Bg5UCMj4.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-C24Q-qp0.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-CITnFsW1.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-CQw_i5nu.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-CTVScJjl.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-CbE2T_VK.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-CtFv2IM5.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-D-KL4JOr.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-D1ICCYkD.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-D8aVlR2O.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-DVSNZXry.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-DVmX19N3.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-DVttX-Oa.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-Da570Lme.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-Dc1d7vGH.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-DfpXCPVN.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-DvdWmuwz.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-WEnr0W5i.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-Wjnrvaf2.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-cGdR7F-9.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-cuqNSdsv.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-k_GW8Opz.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-xmcxK-JB.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-y0QH87_O.js
src/fred_admin/_template/modules/admin/templates/assets/js/index.vue_vue_type_script_setup_true_lang-BUdWNW4p.js
src/fred_admin/_template/modules/admin/templates/assets/js/index.vue_vue_type_script_setup_true_name_ECharts_lang-DjQg--id.js
src/fred_admin/_template/modules/admin/templates/assets/js/index.vue_vue_type_script_setup_true_name_SwitchDark_lang-CYru9w-x.js
src/fred_admin/_template/modules/admin/templates/assets/js/md5-C4HbvFJd.js
src/fred_admin/_template/modules/admin/templates/assets/js/notData-CvMaLoqa.js
src/fred_admin/_template/modules/admin/templates/assets/js/organization-DxXDGj6T.js
src/fred_admin/_template/modules/admin/templates/assets/js/sortable.esm-Dhe0be67.js
src/fred_admin/_template/modules/admin/templates/assets/js/system-KmphuC0D.js
src/fred_admin/_template/modules/admin/templates/assets/js/useAuthButtons-CX9_ktLB.js
src/fred_admin/_template/modules/admin/templates/assets/js/useHandleData-YAJJUWbT.js
src/fred_admin/_template/modules/admin/templates/assets/js/user-XWJGKwy6.js
src/fred_admin/_template/modules/admin/templates/assets/js/vue-vendor-qExs-kXs.js
src/fred_admin/_template/modules/admin/templates/assets/otf/DIN-CriAxom-.otf
src/fred_admin/_template/modules/admin/templates/assets/png/403-B16-l2qe.png
src/fred_admin/_template/modules/admin/templates/assets/png/404-D1SY6nEk.png
src/fred_admin/_template/modules/admin/templates/assets/png/500-Dicp6Hxb.png
src/fred_admin/_template/modules/admin/templates/assets/png/login_left-BVCCvqZF.png
src/fred_admin/_template/modules/admin/templates/assets/png/welcome-VFYC1WKN.png
src/fred_admin/_template/modules/admin/templates/assets/ttf/MetroDF-BQ3atWFc.ttf
src/fred_admin/_template/modules/admin/templates/assets/ttf/YouSheBiaoTiHei-fahbdFno.ttf
src/fred_admin/_template/modules/admin/templates/assets/ttf/iconfont-C18_W46G.ttf
src/fred_admin/common/AliyunSms.py
src/fred_admin/common/Blueprints.py
src/fred_admin/common/Email.py
src/fred_admin/common/Extensions.py
src/fred_admin/common/HandleExcetion.py
src/fred_admin/common/ImageVerification.py
src/fred_admin/common/IoTDBClient.py
src/fred_admin/common/PageSchema.py
src/fred_admin/common/PortalCors.py
src/fred_admin/common/Response.py
src/fred_admin/common/Route.py
src/fred_admin/common/RuntimeHook.py
src/fred_admin/common/SchedulerLog.py
src/fred_admin/common/Sqlacodegen.py
src/fred_admin/common/Swagger.py
src/fred_admin/common/SystemLog.py
src/fred_admin/common/Utils.py
src/fred_admin/common/WechatLogin.py
src/fred_admin/common/__init__.py
src/fred_admin/config/Config.py
src/fred_admin/config/Logger.py
src/fred_admin/config/__init__.py
src/fred_admin/fonts/NotoSansSC-VariableFont_wght.ttf