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/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/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/demo/app.py
src/fred_admin/demo/demo_.gitignore
src/fred_admin/demo/requirements.txt
src/fred_admin/demo/common/__init__.py
src/fred_admin/demo/common/config/Config.py
src/fred_admin/demo/common/config/__init__.py
src/fred_admin/demo/common/model/model.py
src/fred_admin/demo/data/app.db
src/fred_admin/demo/data/fred.sql
src/fred_admin/demo/demo_.vscode/launch.json
src/fred_admin/demo/docs/README.md
src/fred_admin/demo/modules/__init__.py
src/fred_admin/demo/modules/admin/__init__.py
src/fred_admin/demo/modules/admin/backend/__init__.py
src/fred_admin/demo/modules/admin/backend/constant/RedisKey.py
src/fred_admin/demo/modules/admin/backend/controller/AdminAuthController.py
src/fred_admin/demo/modules/admin/backend/controller/AdminController.py
src/fred_admin/demo/modules/admin/backend/controller/ApiAuthController.py
src/fred_admin/demo/modules/admin/backend/controller/ButtonManageController.py
src/fred_admin/demo/modules/admin/backend/controller/FileController.py
src/fred_admin/demo/modules/admin/backend/controller/OrganizationController.py
src/fred_admin/demo/modules/admin/backend/controller/RoleController.py
src/fred_admin/demo/modules/admin/backend/controller/SystemController.py
src/fred_admin/demo/modules/admin/backend/controller/SystemLogController.py
src/fred_admin/demo/modules/admin/backend/controller/TableController.py
src/fred_admin/demo/modules/admin/backend/controller/__init__.py
src/fred_admin/demo/modules/admin/backend/schema/AdminSchema.py
src/fred_admin/demo/modules/admin/backend/schema/ApiAuthSchema.py
src/fred_admin/demo/modules/admin/backend/schema/AuthMenuSchema.py
src/fred_admin/demo/modules/admin/backend/schema/ButtonManageSchema.py
src/fred_admin/demo/modules/admin/backend/schema/OrganizationSchema.py
src/fred_admin/demo/modules/admin/backend/schema/RoleSchema.py
src/fred_admin/demo/modules/admin/backend/schema/SystemConfigSchema.py
src/fred_admin/demo/modules/admin/backend/schema/TableSchema.py
src/fred_admin/demo/modules/admin/backend/schema/UploadImg.py
src/fred_admin/demo/modules/admin/backend/schema/__init__.py
src/fred_admin/demo/modules/admin/backend/service/AdminService.py
src/fred_admin/demo/modules/admin/backend/service/ApiAuthService.py
src/fred_admin/demo/modules/admin/backend/service/AuthButtonsService.py
src/fred_admin/demo/modules/admin/backend/service/AuthMenuService.py
src/fred_admin/demo/modules/admin/backend/service/ButtonManageService.py
src/fred_admin/demo/modules/admin/backend/service/ButtonManageService.py.broken
src/fred_admin/demo/modules/admin/backend/service/FileService.py
src/fred_admin/demo/modules/admin/backend/service/OrganizationService.py
src/fred_admin/demo/modules/admin/backend/service/RoleService.py
src/fred_admin/demo/modules/admin/backend/service/SystemConfigService.py
src/fred_admin/demo/modules/admin/backend/service/SystemLogService.py
src/fred_admin/demo/modules/admin/backend/service/TableService.py
src/fred_admin/demo/modules/admin/backend/service/__init__.py
src/fred_admin/demo/modules/admin/frontend/LICENSE
src/fred_admin/demo/modules/admin/frontend/commitlint.config.cjs
src/fred_admin/demo/modules/admin/frontend/demo_editorconfig
src/fred_admin/demo/modules/admin/frontend/demo_env
src/fred_admin/demo/modules/admin/frontend/demo_env.development
src/fred_admin/demo/modules/admin/frontend/demo_env.production
src/fred_admin/demo/modules/admin/frontend/demo_eslintignore
src/fred_admin/demo/modules/admin/frontend/demo_eslintrc.cjs
src/fred_admin/demo/modules/admin/frontend/demo_gitignore
src/fred_admin/demo/modules/admin/frontend/demo_prettierignore
src/fred_admin/demo/modules/admin/frontend/demo_prettierrc.cjs
src/fred_admin/demo/modules/admin/frontend/demo_stylelintignore
src/fred_admin/demo/modules/admin/frontend/demo_stylelintrc.cjs
src/fred_admin/demo/modules/admin/frontend/index.html
src/fred_admin/demo/modules/admin/frontend/lint-staged.config.cjs
src/fred_admin/demo/modules/admin/frontend/package.json
src/fred_admin/demo/modules/admin/frontend/pnpm-lock.yaml
src/fred_admin/demo/modules/admin/frontend/postcss.config.cjs
src/fred_admin/demo/modules/admin/frontend/tsconfig.json
src/fred_admin/demo/modules/admin/frontend/vite.config.ts
src/fred_admin/demo/modules/admin/frontend/build/getEnv.ts
src/fred_admin/demo/modules/admin/frontend/build/plugins.ts
src/fred_admin/demo/modules/admin/frontend/build/proxy.ts
src/fred_admin/demo/modules/admin/frontend/public/logo.png
src/fred_admin/demo/modules/admin/frontend/public/logo.svg
src/fred_admin/demo/modules/admin/frontend/public/vue.svg
src/fred_admin/demo/modules/admin/frontend/src/App.vue
src/fred_admin/demo/modules/admin/frontend/src/main.ts
src/fred_admin/demo/modules/admin/frontend/src/vite-env.d.ts
src/fred_admin/demo/modules/admin/frontend/src/api/index.ts
src/fred_admin/demo/modules/admin/frontend/src/api/config/servicePort.ts
src/fred_admin/demo/modules/admin/frontend/src/api/helper/axiosCancel.ts
src/fred_admin/demo/modules/admin/frontend/src/api/helper/checkStatus.ts
src/fred_admin/demo/modules/admin/frontend/src/api/interface/index.ts
src/fred_admin/demo/modules/admin/frontend/src/api/model/adminModel.ts
src/fred_admin/demo/modules/admin/frontend/src/api/model/apiAuthModel.ts
src/fred_admin/demo/modules/admin/frontend/src/api/model/index.ts
src/fred_admin/demo/modules/admin/frontend/src/api/model/loginModel.ts
src/fred_admin/demo/modules/admin/frontend/src/api/model/roleModel.ts
src/fred_admin/demo/modules/admin/frontend/src/api/model/systemModel.ts
src/fred_admin/demo/modules/admin/frontend/src/api/model/uploadModel.ts
src/fred_admin/demo/modules/admin/frontend/src/api/modules/admin.ts
src/fred_admin/demo/modules/admin/frontend/src/api/modules/apiAuth.ts
src/fred_admin/demo/modules/admin/frontend/src/api/modules/buttonManage.ts
src/fred_admin/demo/modules/admin/frontend/src/api/modules/dataBase.ts
src/fred_admin/demo/modules/admin/frontend/src/api/modules/login.ts
src/fred_admin/demo/modules/admin/frontend/src/api/modules/organization.ts
src/fred_admin/demo/modules/admin/frontend/src/api/modules/role.ts
src/fred_admin/demo/modules/admin/frontend/src/api/modules/system.ts
src/fred_admin/demo/modules/admin/frontend/src/api/modules/upload.ts
src/fred_admin/demo/modules/admin/frontend/src/api/modules/user.ts
src/fred_admin/demo/modules/admin/frontend/src/assets/fonts/DIN.otf
src/fred_admin/demo/modules/admin/frontend/src/assets/fonts/MetroDF.ttf
src/fred_admin/demo/modules/admin/frontend/src/assets/fonts/YouSheBiaoTiHei.ttf
src/fred_admin/demo/modules/admin/frontend/src/assets/fonts/font.scss
src/fred_admin/demo/modules/admin/frontend/src/assets/iconfont/iconfont.scss
src/fred_admin/demo/modules/admin/frontend/src/assets/iconfont/iconfont.ttf
src/fred_admin/demo/modules/admin/frontend/src/assets/icons/xianxingdaoyu.svg
src/fred_admin/demo/modules/admin/frontend/src/assets/icons/xianxingdiqiu.svg
src/fred_admin/demo/modules/admin/frontend/src/assets/icons/xianxingditu.svg
src/fred_admin/demo/modules/admin/frontend/src/assets/icons/xianxingfanchuan.svg
src/fred_admin/demo/modules/admin/frontend/src/assets/icons/xianxingfeiji.svg
src/fred_admin/demo/modules/admin/frontend/src/assets/icons/xianxinglvhangriji.svg
src/fred_admin/demo/modules/admin/frontend/src/assets/icons/xianxingtianqiyubao.svg
src/fred_admin/demo/modules/admin/frontend/src/assets/icons/xianxingxiangjipaizhao.svg
src/fred_admin/demo/modules/admin/frontend/src/assets/icons/xianxingxiarilengyin.svg
src/fred_admin/demo/modules/admin/frontend/src/assets/icons/xianxingyoulun.svg
src/fred_admin/demo/modules/admin/frontend/src/assets/icons/xianxingzijiayou.svg
src/fred_admin/demo/modules/admin/frontend/src/assets/images/403.png
src/fred_admin/demo/modules/admin/frontend/src/assets/images/404.png
src/fred_admin/demo/modules/admin/frontend/src/assets/images/500.png
src/fred_admin/demo/modules/admin/frontend/src/assets/images/avatar.gif
src/fred_admin/demo/modules/admin/frontend/src/assets/images/login_bg.svg
src/fred_admin/demo/modules/admin/frontend/src/assets/images/login_left.png
src/fred_admin/demo/modules/admin/frontend/src/assets/images/login_left1.png
src/fred_admin/demo/modules/admin/frontend/src/assets/images/login_left2.png
src/fred_admin/demo/modules/admin/frontend/src/assets/images/login_left3.png
src/fred_admin/demo/modules/admin/frontend/src/assets/images/login_left4.png
src/fred_admin/demo/modules/admin/frontend/src/assets/images/login_left5.png
src/fred_admin/demo/modules/admin/frontend/src/assets/images/logo.svg
src/fred_admin/demo/modules/admin/frontend/src/assets/images/msg01.png
src/fred_admin/demo/modules/admin/frontend/src/assets/images/msg02.png
src/fred_admin/demo/modules/admin/frontend/src/assets/images/msg03.png
src/fred_admin/demo/modules/admin/frontend/src/assets/images/msg04.png
src/fred_admin/demo/modules/admin/frontend/src/assets/images/msg05.png
src/fred_admin/demo/modules/admin/frontend/src/assets/images/notData.png
src/fred_admin/demo/modules/admin/frontend/src/assets/images/welcome.png
src/fred_admin/demo/modules/admin/frontend/src/assets/json/authButtonList.json
src/fred_admin/demo/modules/admin/frontend/src/assets/json/authMenuList.json
src/fred_admin/demo/modules/admin/frontend/src/assets/mock/Easy-Mock-API.zip
src/fred_admin/demo/modules/admin/frontend/src/components/ECharts/index.vue
src/fred_admin/demo/modules/admin/frontend/src/components/ECharts/config/index.ts
src/fred_admin/demo/modules/admin/frontend/src/components/ErrorMessage/403.vue
src/fred_admin/demo/modules/admin/frontend/src/components/ErrorMessage/404.vue
src/fred_admin/demo/modules/admin/frontend/src/components/ErrorMessage/500.vue
src/fred_admin/demo/modules/admin/frontend/src/components/ErrorMessage/index.scss
src/fred_admin/demo/modules/admin/frontend/src/components/Grid/index.vue
src/fred_admin/demo/modules/admin/frontend/src/components/Grid/components/GridItem.vue
src/fred_admin/demo/modules/admin/frontend/src/components/Grid/interface/index.ts
src/fred_admin/demo/modules/admin/frontend/src/components/ImageCaptcha/index.vue
src/fred_admin/demo/modules/admin/frontend/src/components/ImportExcel/index.scss
src/fred_admin/demo/modules/admin/frontend/src/components/ImportExcel/index.vue
src/fred_admin/demo/modules/admin/frontend/src/components/JsonViewer/index.vue
src/fred_admin/demo/modules/admin/frontend/src/components/Loading/fullScreen.ts
src/fred_admin/demo/modules/admin/frontend/src/components/Loading/index.scss
src/fred_admin/demo/modules/admin/frontend/src/components/Loading/index.vue
src/fred_admin/demo/modules/admin/frontend/src/components/ProTable/index.vue
src/fred_admin/demo/modules/admin/frontend/src/components/ProTable/components/ColSetting.vue
src/fred_admin/demo/modules/admin/frontend/src/components/ProTable/components/Pagination.vue
src/fred_admin/demo/modules/admin/frontend/src/components/ProTable/components/TableColumn.vue
src/fred_admin/demo/modules/admin/frontend/src/components/ProTable/interface/index.ts
src/fred_admin/demo/modules/admin/frontend/src/components/SearchForm/index.vue
src/fred_admin/demo/modules/admin/frontend/src/components/SearchForm/components/SearchFormItem.vue
src/fred_admin/demo/modules/admin/frontend/src/components/SelectFilter/index.scss
src/fred_admin/demo/modules/admin/frontend/src/components/SelectFilter/index.vue
src/fred_admin/demo/modules/admin/frontend/src/components/SelectIcon/index.scss
src/fred_admin/demo/modules/admin/frontend/src/components/SelectIcon/index.vue
src/fred_admin/demo/modules/admin/frontend/src/components/SvgIcon/index.vue
src/fred_admin/demo/modules/admin/frontend/src/components/SwitchDark/index.vue
src/fred_admin/demo/modules/admin/frontend/src/components/TreeFilter/index.scss
src/fred_admin/demo/modules/admin/frontend/src/components/TreeFilter/index.vue
src/fred_admin/demo/modules/admin/frontend/src/components/Upload/Img.vue
src/fred_admin/demo/modules/admin/frontend/src/components/Upload/Imgs.vue
src/fred_admin/demo/modules/admin/frontend/src/components/WangEditor/index.scss
src/fred_admin/demo/modules/admin/frontend/src/components/WangEditor/index.vue
src/fred_admin/demo/modules/admin/frontend/src/config/amapMap.ts
src/fred_admin/demo/modules/admin/frontend/src/config/index.ts
src/fred_admin/demo/modules/admin/frontend/src/config/nprogress.ts
src/fred_admin/demo/modules/admin/frontend/src/directives/index.ts
src/fred_admin/demo/modules/admin/frontend/src/directives/modules/auth.ts
src/fred_admin/demo/modules/admin/frontend/src/directives/modules/copy.ts
src/fred_admin/demo/modules/admin/frontend/src/directives/modules/debounce.ts
src/fred_admin/demo/modules/admin/frontend/src/directives/modules/draggable.ts
src/fred_admin/demo/modules/admin/frontend/src/directives/modules/longpress.ts
src/fred_admin/demo/modules/admin/frontend/src/directives/modules/throttle.ts
src/fred_admin/demo/modules/admin/frontend/src/directives/modules/waterMarker.ts
src/fred_admin/demo/modules/admin/frontend/src/enums/httpEnum.ts
src/fred_admin/demo/modules/admin/frontend/src/hooks/useAuthButtons.ts
src/fred_admin/demo/modules/admin/frontend/src/hooks/useDownload.ts
src/fred_admin/demo/modules/admin/frontend/src/hooks/useHandleData.ts
src/fred_admin/demo/modules/admin/frontend/src/hooks/useI18n.ts
src/fred_admin/demo/modules/admin/frontend/src/hooks/useOnline.ts
src/fred_admin/demo/modules/admin/frontend/src/hooks/useSelection.ts
src/fred_admin/demo/modules/admin/frontend/src/hooks/useTable.ts
src/fred_admin/demo/modules/admin/frontend/src/hooks/useTheme.ts
src/fred_admin/demo/modules/admin/frontend/src/hooks/useTime.ts
src/fred_admin/demo/modules/admin/frontend/src/hooks/interface/index.ts
src/fred_admin/demo/modules/admin/frontend/src/languages/index.ts
src/fred_admin/demo/modules/admin/frontend/src/languages/modules/en.ts
src/fred_admin/demo/modules/admin/frontend/src/languages/modules/zh.ts
src/fred_admin/demo/modules/admin/frontend/src/layouts/index.vue
src/fred_admin/demo/modules/admin/frontend/src/layouts/indexAsync.vue
src/fred_admin/demo/modules/admin/frontend/src/layouts/LayoutClassic/index.scss
src/fred_admin/demo/modules/admin/frontend/src/layouts/LayoutClassic/index.vue
src/fred_admin/demo/modules/admin/frontend/src/layouts/LayoutColumns/index.scss
src/fred_admin/demo/modules/admin/frontend/src/layouts/LayoutColumns/index.vue
src/fred_admin/demo/modules/admin/frontend/src/layouts/LayoutTransverse/index.scss
src/fred_admin/demo/modules/admin/frontend/src/layouts/LayoutTransverse/index.vue
src/fred_admin/demo/modules/admin/frontend/src/layouts/LayoutVertical/index.scss
src/fred_admin/demo/modules/admin/frontend/src/layouts/LayoutVertical/index.vue
src/fred_admin/demo/modules/admin/frontend/src/layouts/components/Footer/index.scss
src/fred_admin/demo/modules/admin/frontend/src/layouts/components/Footer/index.vue
src/fred_admin/demo/modules/admin/frontend/src/layouts/components/Header/ToolBarLeft.vue
src/fred_admin/demo/modules/admin/frontend/src/layouts/components/Header/ToolBarRight.vue
src/fred_admin/demo/modules/admin/frontend/src/layouts/components/Header/components/AssemblySize.vue
src/fred_admin/demo/modules/admin/frontend/src/layouts/components/Header/components/Avatar.vue
src/fred_admin/demo/modules/admin/frontend/src/layouts/components/Header/components/Breadcrumb.vue
src/fred_admin/demo/modules/admin/frontend/src/layouts/components/Header/components/CollapseIcon.vue
src/fred_admin/demo/modules/admin/frontend/src/layouts/components/Header/components/Fullscreen.vue
src/fred_admin/demo/modules/admin/frontend/src/layouts/components/Header/components/InfoDialog.vue
src/fred_admin/demo/modules/admin/frontend/src/layouts/components/Header/components/Language.vue
src/fred_admin/demo/modules/admin/frontend/src/layouts/components/Header/components/Message.vue
src/fred_admin/demo/modules/admin/frontend/src/layouts/components/Header/components/PasswordDialog.vue
src/fred_admin/demo/modules/admin/frontend/src/layouts/components/Header/components/SearchMenu.vue
src/fred_admin/demo/modules/admin/frontend/src/layouts/components/Header/components/ThemeSetting.vue
src/fred_admin/demo/modules/admin/frontend/src/layouts/components/Main/index.scss
src/fred_admin/demo/modules/admin/frontend/src/layouts/components/Main/index.vue
src/fred_admin/demo/modules/admin/frontend/src/layouts/components/Main/components/Maximize.vue
src/fred_admin/demo/modules/admin/frontend/src/layouts/components/Menu/SubMenu.vue
src/fred_admin/demo/modules/admin/frontend/src/layouts/components/Tabs/index.scss
src/fred_admin/demo/modules/admin/frontend/src/layouts/components/Tabs/index.vue
src/fred_admin/demo/modules/admin/frontend/src/layouts/components/Tabs/components/MoreButton.vue
src/fred_admin/demo/modules/admin/frontend/src/layouts/components/ThemeDrawer/index.scss
src/fred_admin/demo/modules/admin/frontend/src/layouts/components/ThemeDrawer/index.vue
src/fred_admin/demo/modules/admin/frontend/src/routers/index.ts
src/fred_admin/demo/modules/admin/frontend/src/routers/modules/dynamicRouter.ts
src/fred_admin/demo/modules/admin/frontend/src/routers/modules/staticRouter.ts
src/fred_admin/demo/modules/admin/frontend/src/stores/index.ts
src/fred_admin/demo/modules/admin/frontend/src/stores/helper/persist.ts
src/fred_admin/demo/modules/admin/frontend/src/stores/interface/index.ts
src/fred_admin/demo/modules/admin/frontend/src/stores/modules/auth.ts
src/fred_admin/demo/modules/admin/frontend/src/stores/modules/global.ts
src/fred_admin/demo/modules/admin/frontend/src/stores/modules/keepAlive.ts
src/fred_admin/demo/modules/admin/frontend/src/stores/modules/tabs.ts
src/fred_admin/demo/modules/admin/frontend/src/stores/modules/user.ts
src/fred_admin/demo/modules/admin/frontend/src/styles/common.scss
src/fred_admin/demo/modules/admin/frontend/src/styles/element-dark.scss
src/fred_admin/demo/modules/admin/frontend/src/styles/element.scss
src/fred_admin/demo/modules/admin/frontend/src/styles/reset.scss
src/fred_admin/demo/modules/admin/frontend/src/styles/table-optimization.scss
src/fred_admin/demo/modules/admin/frontend/src/styles/var.scss
src/fred_admin/demo/modules/admin/frontend/src/styles/modules/annotation.scss
src/fred_admin/demo/modules/admin/frontend/src/styles/modules/assembly.scss
src/fred_admin/demo/modules/admin/frontend/src/styles/modules/directives.scss
src/fred_admin/demo/modules/admin/frontend/src/styles/theme/aside.ts
src/fred_admin/demo/modules/admin/frontend/src/styles/theme/header.ts
src/fred_admin/demo/modules/admin/frontend/src/styles/theme/menu.ts
src/fred_admin/demo/modules/admin/frontend/src/typings/global.d.ts
src/fred_admin/demo/modules/admin/frontend/src/typings/utils.d.ts
src/fred_admin/demo/modules/admin/frontend/src/typings/window.d.ts
src/fred_admin/demo/modules/admin/frontend/src/utils/color.ts
src/fred_admin/demo/modules/admin/frontend/src/utils/dict.ts
src/fred_admin/demo/modules/admin/frontend/src/utils/eleValidate.ts
src/fred_admin/demo/modules/admin/frontend/src/utils/errorHandler.ts
src/fred_admin/demo/modules/admin/frontend/src/utils/index.ts
src/fred_admin/demo/modules/admin/frontend/src/utils/menuTitle.ts
src/fred_admin/demo/modules/admin/frontend/src/utils/mittBus.ts
src/fred_admin/demo/modules/admin/frontend/src/utils/svg.ts
src/fred_admin/demo/modules/admin/frontend/src/utils/is/index.ts
src/fred_admin/demo/modules/admin/frontend/src/views/dataBase/fieldType/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/dataBase/fieldType/components/FieldTypeDrawer.vue
src/fred_admin/demo/modules/admin/frontend/src/views/dataBase/tableManage/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/dataBase/tableManage/components/DataBaseDrawer.vue
src/fred_admin/demo/modules/admin/frontend/src/views/dataBase/tableManage/components/IndexDrawer.vue
src/fred_admin/demo/modules/admin/frontend/src/views/dataBase/tableManage/components/TableDataDrawer.vue
src/fred_admin/demo/modules/admin/frontend/src/views/echarts/columnChart/index.scss
src/fred_admin/demo/modules/admin/frontend/src/views/echarts/columnChart/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/echarts/lineChart/index.scss
src/fred_admin/demo/modules/admin/frontend/src/views/echarts/lineChart/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/echarts/nestedChart/index.scss
src/fred_admin/demo/modules/admin/frontend/src/views/echarts/nestedChart/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/echarts/pieChart/index.scss
src/fred_admin/demo/modules/admin/frontend/src/views/echarts/pieChart/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/echarts/radarChart/index.scss
src/fred_admin/demo/modules/admin/frontend/src/views/echarts/radarChart/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/echarts/waterChart/index.scss
src/fred_admin/demo/modules/admin/frontend/src/views/echarts/waterChart/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/home/index.scss
src/fred_admin/demo/modules/admin/frontend/src/views/home/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/login/index.scss
src/fred_admin/demo/modules/admin/frontend/src/views/login/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/login/components/LoginForm.vue
src/fred_admin/demo/modules/admin/frontend/src/views/proTable/complexProTable/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/proTable/components/UserDrawer.vue
src/fred_admin/demo/modules/admin/frontend/src/views/proTable/document/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/proTable/treeProTable/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/proTable/useProTable/detail.vue
src/fred_admin/demo/modules/admin/frontend/src/views/proTable/useProTable/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/proTable/useSelectFilter/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/proTable/useTreeFilter/detail.vue
src/fred_admin/demo/modules/admin/frontend/src/views/proTable/useTreeFilter/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/system/accountManage/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/system/apiAuth/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/system/apiAuth/components/ApiDrawer.vue
src/fred_admin/demo/modules/admin/frontend/src/views/system/apiAuth/components/TokenDrawer.vue
src/fred_admin/demo/modules/admin/frontend/src/views/system/buttonManage/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/system/buttonManage/components/ButtonDrawer.vue
src/fred_admin/demo/modules/admin/frontend/src/views/system/configManage/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/system/configManage/components/ConfigDrawer.vue
src/fred_admin/demo/modules/admin/frontend/src/views/system/departmentManage/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/system/dictManage/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/system/menuManage/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/system/menuManage/components/MenuDrawer.vue
src/fred_admin/demo/modules/admin/frontend/src/views/system/organizationManage/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/system/organizationManage/components/CompanyDrawer.vue
src/fred_admin/demo/modules/admin/frontend/src/views/system/organizationManage/components/DepartmentDrawer.vue
src/fred_admin/demo/modules/admin/frontend/src/views/system/organizationManage/components/TeamDrawer.vue
src/fred_admin/demo/modules/admin/frontend/src/views/system/organizationManage/components/TeamMemberDrawer.vue
src/fred_admin/demo/modules/admin/frontend/src/views/system/roleManage/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/system/roleManage/components/RoleButtonDrawer.vue
src/fred_admin/demo/modules/admin/frontend/src/views/system/roleManage/components/RoleDrawer.vue
src/fred_admin/demo/modules/admin/frontend/src/views/system/roleManage/components/RoleMenuDrawer.vue
src/fred_admin/demo/modules/admin/frontend/src/views/system/roleManage/components/RoleUserDrawer.vue
src/fred_admin/demo/modules/admin/frontend/src/views/system/systemLog/index.vue
src/fred_admin/demo/modules/admin/frontend/src/views/system/systemLog/components/SystemLogDrawer.vue
src/fred_admin/demo/modules/admin/frontend/src/views/system/timingTask/index.vue
src/fred_admin/demo/modules/admin/templates/index.html
src/fred_admin/demo/modules/admin/templates/logo.png
src/fred_admin/demo/modules/admin/templates/logo.svg
src/fred_admin/demo/modules/admin/templates/manifest.webmanifest
src/fred_admin/demo/modules/admin/templates/registerSW.js
src/fred_admin/demo/modules/admin/templates/sw.js
src/fred_admin/demo/modules/admin/templates/vue.svg
src/fred_admin/demo/modules/admin/templates/workbox-3105ea8d.js
src/fred_admin/demo/modules/admin/templates/assets/css/403-BzyIkoOx.css
src/fred_admin/demo/modules/admin/templates/assets/css/404-BGQTKSpA.css
src/fred_admin/demo/modules/admin/templates/assets/css/500-CuffNYCh.css
src/fred_admin/demo/modules/admin/templates/assets/css/ButtonDrawer-B4qkacRS.css
src/fred_admin/demo/modules/admin/templates/assets/css/DataBaseDrawer-DXa6XV3I.css
src/fred_admin/demo/modules/admin/templates/assets/css/IndexDrawer-BwQxKwVF.css
src/fred_admin/demo/modules/admin/templates/assets/css/LoginForm-DhnwzUXR.css
src/fred_admin/demo/modules/admin/templates/assets/css/MenuDrawer-DQjbelGI.css
src/fred_admin/demo/modules/admin/templates/assets/css/RoleButtonDrawer-Bu_Ue-Cz.css
src/fred_admin/demo/modules/admin/templates/assets/css/RoleMenuDrawer-CwXL-hcX.css
src/fred_admin/demo/modules/admin/templates/assets/css/SystemLogDrawer-BkIu5wb5.css
src/fred_admin/demo/modules/admin/templates/assets/css/TableDataDrawer-1PY0rr5T.css
src/fred_admin/demo/modules/admin/templates/assets/css/TeamMemberDrawer-BeilJIbl.css
src/fred_admin/demo/modules/admin/templates/assets/css/UserDrawer-BnSzAB_t.css
src/fred_admin/demo/modules/admin/templates/assets/css/index-AOBtE0uk.css
src/fred_admin/demo/modules/admin/templates/assets/css/index-BDGGk7wz.css
src/fred_admin/demo/modules/admin/templates/assets/css/index-BFmfAQKb.css
src/fred_admin/demo/modules/admin/templates/assets/css/index-B_-O9m_B.css
src/fred_admin/demo/modules/admin/templates/assets/css/index-Bj_MA3O2.css
src/fred_admin/demo/modules/admin/templates/assets/css/index-Bw8ARqGO.css
src/fred_admin/demo/modules/admin/templates/assets/css/index-C6aRiGk7.css
src/fred_admin/demo/modules/admin/templates/assets/css/index-CKLr3w-N.css
src/fred_admin/demo/modules/admin/templates/assets/css/index-CndoNt-j.css
src/fred_admin/demo/modules/admin/templates/assets/css/index-D50JSfRL.css
src/fred_admin/demo/modules/admin/templates/assets/css/index-DrH93mpf.css
src/fred_admin/demo/modules/admin/templates/assets/css/index-DutDSxrU.css
src/fred_admin/demo/modules/admin/templates/assets/css/index-fccjTSvx.css
src/fred_admin/demo/modules/admin/templates/assets/css/index-kAXVCDUi.css
src/fred_admin/demo/modules/admin/templates/assets/css/index-pdg8TvVf.css
src/fred_admin/demo/modules/admin/templates/assets/css/index-tn0RQdqM.css
src/fred_admin/demo/modules/admin/templates/assets/gif/avatar-Dcbh69co.gif
src/fred_admin/demo/modules/admin/templates/assets/js/403-CWUqi1w8.js
src/fred_admin/demo/modules/admin/templates/assets/js/404-C5d3N4cq.js
src/fred_admin/demo/modules/admin/templates/assets/js/500-CBZA1T-Q.js
src/fred_admin/demo/modules/admin/templates/assets/js/ApiDrawer-lKvUU8bm.js
src/fred_admin/demo/modules/admin/templates/assets/js/ApiDrawer.vue_vue_type_script_setup_true_lang-7z7y2k8v.js
src/fred_admin/demo/modules/admin/templates/assets/js/ButtonDrawer-BhS6ie6Y.js
src/fred_admin/demo/modules/admin/templates/assets/js/CompanyDrawer-Buaao60J.js
src/fred_admin/demo/modules/admin/templates/assets/js/CompanyDrawer.vue_vue_type_script_setup_true_lang-Bpy8fMFl.js
src/fred_admin/demo/modules/admin/templates/assets/js/ConfigDrawer-BfVmagXD.js
src/fred_admin/demo/modules/admin/templates/assets/js/ConfigDrawer.vue_vue_type_script_setup_true_name_ConfigDrawer_lang-C1_UKPe3.js
src/fred_admin/demo/modules/admin/templates/assets/js/DataBaseDrawer-CuK4hy6I.js
src/fred_admin/demo/modules/admin/templates/assets/js/DepartmentDrawer-Bf8YebXz.js
src/fred_admin/demo/modules/admin/templates/assets/js/DepartmentDrawer.vue_vue_type_script_setup_true_lang-C0P1aHN7.js
src/fred_admin/demo/modules/admin/templates/assets/js/FieldTypeDrawer-BJuyXiS8.js
src/fred_admin/demo/modules/admin/templates/assets/js/FieldTypeDrawer.vue_vue_type_script_setup_true_lang-Bkmncxeh.js
src/fred_admin/demo/modules/admin/templates/assets/js/IndexDrawer-nmn7-uTs.js
src/fred_admin/demo/modules/admin/templates/assets/js/LoginForm-B9kBC_e9.js
src/fred_admin/demo/modules/admin/templates/assets/js/MenuDrawer-BotX58II.js
src/fred_admin/demo/modules/admin/templates/assets/js/RoleButtonDrawer-Dy0zyW_4.js
src/fred_admin/demo/modules/admin/templates/assets/js/RoleDrawer-C2ajZHT5.js
src/fred_admin/demo/modules/admin/templates/assets/js/RoleDrawer.vue_vue_type_script_setup_true_name_RoleDrawer_lang-DXnyzA_C.js
src/fred_admin/demo/modules/admin/templates/assets/js/RoleMenuDrawer-ByzMkNpM.js
src/fred_admin/demo/modules/admin/templates/assets/js/RoleUserDrawer-CTFAyLNi.js
src/fred_admin/demo/modules/admin/templates/assets/js/RoleUserDrawer.vue_vue_type_script_setup_true_name_RoleUserDrawer_lang-Dv_MvBam.js
src/fred_admin/demo/modules/admin/templates/assets/js/SystemLogDrawer-BI5rirco.js
src/fred_admin/demo/modules/admin/templates/assets/js/TableDataDrawer-DJO_HHOA.js
src/fred_admin/demo/modules/admin/templates/assets/js/TeamDrawer-mKuSLEG3.js
src/fred_admin/demo/modules/admin/templates/assets/js/TeamDrawer.vue_vue_type_script_setup_true_lang-0TBckW2h.js
src/fred_admin/demo/modules/admin/templates/assets/js/TeamMemberDrawer-DEl0w8Q-.js
src/fred_admin/demo/modules/admin/templates/assets/js/TokenDrawer-C7LJbH1n.js
src/fred_admin/demo/modules/admin/templates/assets/js/TokenDrawer.vue_vue_type_script_setup_true_lang-DLhE-Nsv.js
src/fred_admin/demo/modules/admin/templates/assets/js/UserDrawer-DIKMAEqp.js
src/fred_admin/demo/modules/admin/templates/assets/js/UserDrawer.vue_vue_type_script_setup_true_name_UserDrawer_lang-DwHGACxk.js
src/fred_admin/demo/modules/admin/templates/assets/js/_plugin-vue_export-helper-BCo6x5W8.js
src/fred_admin/demo/modules/admin/templates/assets/js/admin-DQPjP4dq.js
src/fred_admin/demo/modules/admin/templates/assets/js/dataBase-BYuTdVP4.js
src/fred_admin/demo/modules/admin/templates/assets/js/detail-BRi5wAJP.js
src/fred_admin/demo/modules/admin/templates/assets/js/detail-VRvFw5Rj.js
src/fred_admin/demo/modules/admin/templates/assets/js/echarts-D6nGSbQc.js
src/fred_admin/demo/modules/admin/templates/assets/js/editor-l0sNRNKZ.js
src/fred_admin/demo/modules/admin/templates/assets/js/element-plus-B7q13QOM.js
src/fred_admin/demo/modules/admin/templates/assets/js/index--TGxh4jU.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-2C_fdtJD.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-6ZYen3bO.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-B05ol7Pg.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-B2_XRMus.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-BKaQZUhv.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-BNzN0NI1.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-BOEdG1em.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-BWYrYUH0.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-Bbh8Ajb8.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-Bf5yUrpO.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-BkRWgzOQ.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-C4Iur943.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-C4RbCqX7.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-C6OLzaiK.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-CFb5OtQM.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-CTVScJjl.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-Cg4fjz0S.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-CmtFV3YR.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-DFYtC7o7.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-DVCW7UA6.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-DWB4KK-3.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-Df-jrmDr.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-DhSNnbcF.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-DpQI8Qt0.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-DvdWmuwz.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-Dwvivsm3.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-_0Lo8-dF.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-a89zcB_B.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-cGdR7F-9.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-h-BYg7Gd.js
src/fred_admin/demo/modules/admin/templates/assets/js/index-lfcv83Rx.js
src/fred_admin/demo/modules/admin/templates/assets/js/index.vue_vue_type_script_setup_true_lang-DXe3QI07.js
src/fred_admin/demo/modules/admin/templates/assets/js/index.vue_vue_type_script_setup_true_name_ECharts_lang-BlyiFfKg.js
src/fred_admin/demo/modules/admin/templates/assets/js/index.vue_vue_type_script_setup_true_name_SwitchDark_lang-CtdFkltA.js
src/fred_admin/demo/modules/admin/templates/assets/js/md5-DqXFI5m9.js
src/fred_admin/demo/modules/admin/templates/assets/js/notData-CvMaLoqa.js
src/fred_admin/demo/modules/admin/templates/assets/js/organization-B5JYJOMG.js
src/fred_admin/demo/modules/admin/templates/assets/js/sortable.esm-Dhe0be67.js
src/fred_admin/demo/modules/admin/templates/assets/js/system-B2krsJi3.js
src/fred_admin/demo/modules/admin/templates/assets/js/useAuthButtons-C0Dz_DhS.js
src/fred_admin/demo/modules/admin/templates/assets/js/useHandleData-BKcTLuhs.js
src/fred_admin/demo/modules/admin/templates/assets/js/user-BqvwSz2k.js
src/fred_admin/demo/modules/admin/templates/assets/js/vue-vendor-qExs-kXs.js
src/fred_admin/demo/modules/admin/templates/assets/otf/DIN-CriAxom-.otf
src/fred_admin/demo/modules/admin/templates/assets/png/403-B16-l2qe.png
src/fred_admin/demo/modules/admin/templates/assets/png/404-D1SY6nEk.png
src/fred_admin/demo/modules/admin/templates/assets/png/500-Dicp6Hxb.png
src/fred_admin/demo/modules/admin/templates/assets/png/login_left-BVCCvqZF.png
src/fred_admin/demo/modules/admin/templates/assets/png/welcome-VFYC1WKN.png
src/fred_admin/demo/modules/admin/templates/assets/ttf/MetroDF-BQ3atWFc.ttf
src/fred_admin/demo/modules/admin/templates/assets/ttf/YouSheBiaoTiHei-fahbdFno.ttf
src/fred_admin/demo/modules/admin/templates/assets/ttf/iconfont-C18_W46G.ttf
src/fred_admin/fonts/NotoSansSC-VariableFont_wght.ttf