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/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-9c191d2f.js
src/fred_admin/_template/modules/admin/templates/assets/css/403-CnAQO5b0.css
src/fred_admin/_template/modules/admin/templates/assets/css/404-D3ToiDVq.css
src/fred_admin/_template/modules/admin/templates/assets/css/500-BJiCDxAw.css
src/fred_admin/_template/modules/admin/templates/assets/css/ButtonDrawer-B4Jl8ijc.css
src/fred_admin/_template/modules/admin/templates/assets/css/DataBaseDrawer-VFhh_ong.css
src/fred_admin/_template/modules/admin/templates/assets/css/IndexDrawer-Eyg1LRhT.css
src/fred_admin/_template/modules/admin/templates/assets/css/LoginForm-BexpOeXh.css
src/fred_admin/_template/modules/admin/templates/assets/css/MenuDrawer-CO_oPBJk.css
src/fred_admin/_template/modules/admin/templates/assets/css/RoleButtonDrawer-DUUBcx-u.css
src/fred_admin/_template/modules/admin/templates/assets/css/RoleMenuDrawer-ObnrF00q.css
src/fred_admin/_template/modules/admin/templates/assets/css/SchedulerDrawer-EWR2oSrP.css
src/fred_admin/_template/modules/admin/templates/assets/css/SystemLogDrawer-D87iyyJc.css
src/fred_admin/_template/modules/admin/templates/assets/css/TableDataDrawer-BOSYidzD.css
src/fred_admin/_template/modules/admin/templates/assets/css/TeamMemberDrawer-enbVHaio.css
src/fred_admin/_template/modules/admin/templates/assets/css/UserDrawer-D-wX88Sl.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-B1ux6I-N.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-B2YXwu0f.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-B848BkEG.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-BCwKi1H1.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-BF5Fuz-z.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-BRm2Ukqn.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-BbeQ22UU.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-CGSsx_gG.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-CXaUfTgU.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-Cj4ufIi2.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-CndoNt-j.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-DAq473eW.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-DAuUYYen.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-DEskha8M.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-DX6gFxfe.css
src/fred_admin/_template/modules/admin/templates/assets/css/index-DcCK9Bm5.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-y3mKrPAW.js
src/fred_admin/_template/modules/admin/templates/assets/js/404-x8K2KTIH.js
src/fred_admin/_template/modules/admin/templates/assets/js/500-CWlvFehX.js
src/fred_admin/_template/modules/admin/templates/assets/js/ApiDrawer-BszaiOkt.js
src/fred_admin/_template/modules/admin/templates/assets/js/ApiDrawer.vue_vue_type_script_setup_true_lang-CSoQKB3q.js
src/fred_admin/_template/modules/admin/templates/assets/js/ButtonDrawer-1ApajWwl.js
src/fred_admin/_template/modules/admin/templates/assets/js/CompanyDrawer-CHdVec8S.js
src/fred_admin/_template/modules/admin/templates/assets/js/CompanyDrawer.vue_vue_type_script_setup_true_lang-BpBHQJKR.js
src/fred_admin/_template/modules/admin/templates/assets/js/ConfigDrawer-ClxfaFht.js
src/fred_admin/_template/modules/admin/templates/assets/js/ConfigDrawer.vue_vue_type_script_setup_true_name_ConfigDrawer_lang-C7cUo3T9.js
src/fred_admin/_template/modules/admin/templates/assets/js/DataBaseDrawer-BCfSDVHe.js
src/fred_admin/_template/modules/admin/templates/assets/js/DepartmentDrawer-DuIT1_Ea.js
src/fred_admin/_template/modules/admin/templates/assets/js/DepartmentDrawer.vue_vue_type_script_setup_true_lang-CdPGi_5k.js
src/fred_admin/_template/modules/admin/templates/assets/js/FieldTypeDrawer-DzwrgUfM.js
src/fred_admin/_template/modules/admin/templates/assets/js/FieldTypeDrawer.vue_vue_type_script_setup_true_lang-cOl8wp19.js
src/fred_admin/_template/modules/admin/templates/assets/js/IndexDrawer-BYY00Cki.js
src/fred_admin/_template/modules/admin/templates/assets/js/LoginForm-BLz6gCot.js
src/fred_admin/_template/modules/admin/templates/assets/js/MenuDrawer-AihWoBRk.js
src/fred_admin/_template/modules/admin/templates/assets/js/RoleButtonDrawer-D-WaKiBb.js
src/fred_admin/_template/modules/admin/templates/assets/js/RoleDrawer-CCW0G86i.js
src/fred_admin/_template/modules/admin/templates/assets/js/RoleDrawer.vue_vue_type_script_setup_true_name_RoleDrawer_lang-aTyfqQP8.js
src/fred_admin/_template/modules/admin/templates/assets/js/RoleMenuDrawer-DRsD0y9B.js
src/fred_admin/_template/modules/admin/templates/assets/js/RoleUserDrawer-CW-ZdqhP.js
src/fred_admin/_template/modules/admin/templates/assets/js/RoleUserDrawer.vue_vue_type_script_setup_true_name_RoleUserDrawer_lang-D_tIQbN2.js
src/fred_admin/_template/modules/admin/templates/assets/js/SchedulerDrawer-Sz5Z4kHr.js
src/fred_admin/_template/modules/admin/templates/assets/js/SystemLogDrawer-BKZuSwkv.js
src/fred_admin/_template/modules/admin/templates/assets/js/TableDataDrawer-DleXN41U.js
src/fred_admin/_template/modules/admin/templates/assets/js/TeamDrawer-DliIbYI3.js
src/fred_admin/_template/modules/admin/templates/assets/js/TeamDrawer.vue_vue_type_script_setup_true_lang-B8TPsuaf.js
src/fred_admin/_template/modules/admin/templates/assets/js/TeamMemberDrawer-CwMX8tDx.js
src/fred_admin/_template/modules/admin/templates/assets/js/TokenDrawer-Cpp29Kh5.js
src/fred_admin/_template/modules/admin/templates/assets/js/TokenDrawer.vue_vue_type_script_setup_true_lang-C4476Awg.js
src/fred_admin/_template/modules/admin/templates/assets/js/UserDrawer-Ipm0srcc.js
src/fred_admin/_template/modules/admin/templates/assets/js/UserDrawer.vue_vue_type_script_setup_true_name_UserDrawer_lang-CmFAHgTh.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-mLNv5XkD.js
src/fred_admin/_template/modules/admin/templates/assets/js/dataBase-BV1u2lfz.js
src/fred_admin/_template/modules/admin/templates/assets/js/detail-ChCUFnRW.js
src/fred_admin/_template/modules/admin/templates/assets/js/detail-VqJp5wPR.js
src/fred_admin/_template/modules/admin/templates/assets/js/echarts-CN7uuSFz.js
src/fred_admin/_template/modules/admin/templates/assets/js/editor-l0sNRNKZ.js
src/fred_admin/_template/modules/admin/templates/assets/js/element-plus-Dlm3iM7o.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-5fldAYFP.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-B-JSIgmu.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-B-uQbIAh.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-B55m8CL-.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-B6zPsI5L.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-BFw3-kDG.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-BKU8jh7v.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-BTqYRYoG.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-BifTEBpI.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-Bk9zkpB5.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-BmTuKFPt.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-BmqpuLUN.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-BoaFoxIx.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-C9uu68f3.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-CHYj_rD_.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-CLkkh4cY.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-CWoeywfx.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-Caak8Y5l.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-Ch4nnQ2C.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-Cj4WREcC.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-Cn605El0.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-Cpftxf6t.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-Cy4r4Mdv.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-DEHUXr5h.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-DKGpw--z.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-DP3d483q.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-DZ6A9Gvt.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-DZu86lBJ.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-DhuODiSm.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-Dy2EMdQi.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-DyE7rYsZ.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-_dr547mw.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-tr3jf2b0.js
src/fred_admin/_template/modules/admin/templates/assets/js/index-zTQwyCPr.js
src/fred_admin/_template/modules/admin/templates/assets/js/index.vue_vue_type_script_setup_true_lang-CrV7Kv5N.js
src/fred_admin/_template/modules/admin/templates/assets/js/index.vue_vue_type_script_setup_true_name_ECharts_lang-CQRaxJEN.js
src/fred_admin/_template/modules/admin/templates/assets/js/index.vue_vue_type_script_setup_true_name_SwitchDark_lang-CjzbHlwW.js
src/fred_admin/_template/modules/admin/templates/assets/js/md5-6HH2m8xI.js
src/fred_admin/_template/modules/admin/templates/assets/js/notData-CvMaLoqa.js
src/fred_admin/_template/modules/admin/templates/assets/js/organization-Cv6dSWER.js
src/fred_admin/_template/modules/admin/templates/assets/js/sortable.esm-DTFT4oDI.js
src/fred_admin/_template/modules/admin/templates/assets/js/system-S9ETZgx4.js
src/fred_admin/_template/modules/admin/templates/assets/js/useAuthButtons-CsBWt43a.js
src/fred_admin/_template/modules/admin/templates/assets/js/useHandleData-hx45MDji.js
src/fred_admin/_template/modules/admin/templates/assets/js/user-YM5jt4ZA.js
src/fred_admin/_template/modules/admin/templates/assets/js/vue-vendor-D84QWkIc.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