From bd5a4c4ee78f6812d3f10a7ea79383164e6db073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E7=BA=A2=E4=B8=BD?= <1181930680@qq.com> Date: Fri, 5 Jul 2024 09:34:18 +0800 Subject: [PATCH] del --- yh-wms-ui/.editorconfig => .editorconfig | 0 yh-wms-ui/.env => .env | 0 yh-wms-ui/.env.development => .env.development | 0 yh-wms-ui/.env.production => .env.production | 0 yh-wms-ui/.env.test => .env.test | 0 yh-wms-ui/.eslintignore => .eslintignore | 0 yh-wms-ui/.eslintrc.js => .eslintrc.js | 0 yh-wms-ui/.gitignore => .gitignore | 0 yh-wms-ui/.prettierignore => .prettierignore | 0 yh-wms-ui/.stylelintignore => .stylelintignore | 0 yh-wms-ui/CHANGELOG.md => CHANGELOG.md | 0 yh-wms-ui/README.md => README.md | 0 yh-wms-ui/auto-imports.d.ts => auto-imports.d.ts | 0 {yh-wms-ui/build => build}/constant.ts | 0 {yh-wms-ui/build => build}/getConfigFileName.ts | 0 {yh-wms-ui/build => build}/script/buildConf.ts | 0 {yh-wms-ui/build => build}/script/postBuild.ts | 0 {yh-wms-ui/build => build}/utils.ts | 0 {yh-wms-ui/build => build}/vite/plugin/compress.ts | 0 {yh-wms-ui/build => build}/vite/plugin/html.ts | 0 {yh-wms-ui/build => build}/vite/plugin/index.ts | 0 {yh-wms-ui/build => build}/vite/plugin/mock.ts | 0 .../build => build}/vite/plugin/visualizer.ts | 0 {yh-wms-ui/build => build}/vite/proxy.ts | 0 .../commitlint.config.js => commitlint.config.js | 0 yh-wms-ui/index.html => index.html | 0 {yh-wms-ui/mock => mock}/_createProductionServer.ts | 0 {yh-wms-ui/mock => mock}/_util.ts | 0 {yh-wms-ui/mock => mock}/comtemp/article.ts | 0 {yh-wms-ui/mock => mock}/comtemp/category.ts | 0 {yh-wms-ui/mock => mock}/comtemp/make.ts | 0 {yh-wms-ui/mock => mock}/comtemp/video.ts | 0 {yh-wms-ui/mock => mock}/dashboard/console.ts | 0 {yh-wms-ui/mock => mock}/region/region.ts | 0 {yh-wms-ui/mock => mock}/select/select.ts | 0 {yh-wms-ui/mock => mock}/system/dictionary.ts | 0 {yh-wms-ui/mock => mock}/system/menu.ts | 0 {yh-wms-ui/mock => mock}/system/role.ts | 0 {yh-wms-ui/mock => mock}/table/list.ts | 0 {yh-wms-ui/mock => mock}/table/select.ts | 0 {yh-wms-ui/mock => mock}/user/menus.ts | 0 {yh-wms-ui/mock => mock}/user/user.ts | 0 yh-wms-ui/package.json => package.json | 0 yh-wms-ui/pnpm-lock.yaml => pnpm-lock.yaml | 0 yh-wms-ui/postcss.config.js => postcss.config.js | 0 yh-wms-ui/prettier.config.js => prettier.config.js | 0 {yh-wms-ui/public => public}/favicon.ico | Bin {yh-wms-ui/src => src}/App.vue | 0 {yh-wms-ui/src => src}/api/common/index.ts | 0 {yh-wms-ui/src => src}/api/comtemp/article.ts | 0 {yh-wms-ui/src => src}/api/comtemp/category.ts | 0 {yh-wms-ui/src => src}/api/comtemp/make.ts | 0 {yh-wms-ui/src => src}/api/comtemp/video.ts | 0 {yh-wms-ui/src => src}/api/dashboard/console.ts | 0 {yh-wms-ui/src => src}/api/region/region.ts | 0 {yh-wms-ui/src => src}/api/select/select.ts | 0 {yh-wms-ui/src => src}/api/system/dictionary.ts | 0 {yh-wms-ui/src => src}/api/system/menu.ts | 0 {yh-wms-ui/src => src}/api/system/role.ts | 0 {yh-wms-ui/src => src}/api/system/user.ts | 0 {yh-wms-ui/src => src}/api/table/list.ts | 0 {yh-wms-ui/src => src}/assets/icons/login.svg | 0 {yh-wms-ui/src => src}/assets/icons/logo.svg | 0 {yh-wms-ui/src => src}/assets/images/Business.svg | 0 {yh-wms-ui/src => src}/assets/images/Error.svg | 0 .../src => src}/assets/images/account-logo.png | Bin {yh-wms-ui/src => src}/assets/images/analysis.svg | 0 .../src => src}/assets/images/exception/403.svg | 0 .../src => src}/assets/images/exception/404.svg | 0 .../src => src}/assets/images/exception/500.svg | 0 .../assets/images/exception/developing.svg | 0 .../assets/images/exception/load-error.svg | 0 .../src => src}/assets/images/exception/nodata.svg | 0 .../src => src}/assets/images/header-theme-dark.svg | 0 {yh-wms-ui/src => src}/assets/images/login-bg.svg | 0 {yh-wms-ui/src => src}/assets/images/login-pic.png | Bin {yh-wms-ui/src => src}/assets/images/login.svg | 0 {yh-wms-ui/src => src}/assets/images/logo.png | Bin .../assets/images/nav-horizontal-mix.svg | 0 .../src => src}/assets/images/nav-horizontal.svg | 0 .../src => src}/assets/images/nav-theme-dark.svg | 0 .../src => src}/assets/images/nav-theme-light.svg | 0 .../src => src}/assets/images/order_count.svg | 0 {yh-wms-ui/src => src}/assets/images/sale.svg | 0 .../src => src}/assets/images/sales-dashboard.svg | 0 {yh-wms-ui/src => src}/assets/images/schoolboy.png | Bin {yh-wms-ui/src => src}/assets/images/tool.png | Bin {yh-wms-ui/src => src}/assets/images/visits.svg | 0 {yh-wms-ui/src => src}/assets/images/volume.svg | 0 .../components/Application/Application.vue | 0 .../src => src}/components/Application/index.ts | 0 .../components/Application/search/AppSearch.vue | 0 .../src => src}/components/Authority/index.ts | 0 .../components/Authority/src/Authority.vue | 0 .../src => src}/components/CountTo/CountTo.vue | 0 {yh-wms-ui/src => src}/components/CountTo/index.ts | 0 {yh-wms-ui/src => src}/components/Cropper/index.ts | 0 .../src => src}/components/Cropper/src/Cropper.vue | 0 .../components/Cropper/src/CropperImage.vue | 0 .../components/Cropper/src/CropperModal.vue | 0 .../src => src}/components/Cropper/src/typing.ts | 0 {yh-wms-ui/src => src}/components/Excel/index.ts | 0 .../components/Excel/src/Export2Excel.ts | 0 .../components/Excel/src/ImportExcel.vue | 0 .../src => src}/components/Excel/src/typing.ts | 0 {yh-wms-ui/src => src}/components/Form/index.ts | 0 .../src => src}/components/Form/src/BasicForm.vue | 0 .../src => src}/components/Form/src/helper.ts | 0 .../components/Form/src/hooks/useForm.ts | 0 .../components/Form/src/hooks/useFormContext.ts | 0 .../components/Form/src/hooks/useFormEvents.ts | 0 .../components/Form/src/hooks/useFormValues.ts | 0 {yh-wms-ui/src => src}/components/Form/src/props.ts | 0 .../src => src}/components/Form/src/types/form.ts | 0 .../src => src}/components/Form/src/types/index.ts | 0 .../components/Lockscreen/Lockscreen.vue | 0 .../src => src}/components/Lockscreen/Recharge.vue | 0 .../src => src}/components/Lockscreen/index.ts | 0 {yh-wms-ui/src => src}/components/Modal/index.ts | 0 .../src => src}/components/Modal/src/basicModal.vue | 0 .../Modal/src/components/FooterAction.vue | 0 .../components/Modal/src/hooks/useModal.ts | 0 .../src => src}/components/Modal/src/props.ts | 0 .../src => src}/components/Modal/src/type/index.ts | 0 {yh-wms-ui/src => src}/components/Page/index.ts | 0 .../src => src}/components/Page/src/PageFooter.vue | 0 .../src => src}/components/Page/src/PageWrapper.vue | 0 .../src => src}/components/Page/src/wrapperProps.ts | 0 {yh-wms-ui/src => src}/components/Password/index.ts | 0 .../components/Password/src/Password.vue | 0 .../Password/src/components/Intensity.vue | 0 .../src => src}/components/Password/src/props.ts | 0 {yh-wms-ui/src => src}/components/Qrcode/index.ts | 0 .../src => src}/components/Qrcode/src/Qrcode.vue | 0 .../src => src}/components/Qrcode/src/drawCanvas.ts | 0 .../src => src}/components/Qrcode/src/drawLogo.ts | 0 .../src => src}/components/Qrcode/src/qrcodePlus.ts | 0 .../src => src}/components/Qrcode/src/toCanvas.ts | 0 .../src => src}/components/Qrcode/src/typing.ts | 0 {yh-wms-ui/src => src}/components/Region/index.ts | 0 .../src => src}/components/Region/src/Region.vue | 0 .../src => src}/components/Region/src/props.ts | 0 {yh-wms-ui/src => src}/components/Render/index.ts | 0 .../src => src}/components/Render/src/Render.vue | 0 {yh-wms-ui/src => src}/components/Select/index.ts | 0 .../components/Select/src/BasicSelect.vue | 0 .../src => src}/components/Select/src/props.ts | 0 {yh-wms-ui/src => src}/components/Table/index.ts | 0 .../src => src}/components/Table/src/Table.vue | 0 .../components/Table/src/componentMap.ts | 0 .../components/Table/src/components/Render/index.ts | 0 .../Table/src/components/Render/src/Render.vue | 0 .../components/Table/src/components/TableAction.vue | 0 .../Table/src/components/editable/CellComponent.ts | 0 .../Table/src/components/editable/EditableCell.vue | 0 .../Table/src/components/editable/helper.ts | 0 .../Table/src/components/editable/index.ts | 0 .../Table/src/components/settings/ColumnSetting.vue | 0 .../src => src}/components/Table/src/const.ts | 0 .../components/Table/src/hooks/useColumns.ts | 0 .../components/Table/src/hooks/useDataSource.ts | 0 .../components/Table/src/hooks/useLoading.ts | 0 .../components/Table/src/hooks/usePagination.ts | 0 .../components/Table/src/hooks/useTableContext.ts | 0 .../src => src}/components/Table/src/props.ts | 0 .../components/Table/src/types/componentType.ts | 0 .../components/Table/src/types/pagination.ts | 0 .../src => src}/components/Table/src/types/table.ts | 0 .../components/Table/src/types/tableAction.ts | 0 .../src => src}/components/TableSelect/index.ts | 0 .../components/TableSelect/src/TableSelect.vue | 0 .../src => src}/components/TableSelect/src/props.ts | 0 .../components/TableSelect/src/types/index.ts | 0 {yh-wms-ui/src => src}/components/Upload/index.ts | 0 .../components/Upload/src/BasicUpload.vue | 0 .../src => src}/components/Upload/src/props.ts | 0 .../src => src}/components/Upload/src/type/index.ts | 0 {yh-wms-ui/src => src}/directives/clickOutside.ts | 0 {yh-wms-ui/src => src}/directives/permission.ts | 0 {yh-wms-ui/src => src}/directives/scrollBar.ts | 0 {yh-wms-ui/src => src}/enums/avatarEnum.ts | 0 {yh-wms-ui/src => src}/enums/breakpointEnum.ts | 0 {yh-wms-ui/src => src}/enums/cacheEnum.ts | 0 {yh-wms-ui/src => src}/enums/httpEnum.ts | 0 {yh-wms-ui/src => src}/enums/pageEnum.ts | 0 {yh-wms-ui/src => src}/enums/permissionsEnum.ts | 0 {yh-wms-ui/src => src}/enums/roleEnum.ts | 0 {yh-wms-ui/src => src}/hooks/core/useTimeout.ts | 0 {yh-wms-ui/src => src}/hooks/event/useBreakpoint.ts | 0 .../src => src}/hooks/event/useEventListener.ts | 0 .../src => src}/hooks/event/useWindowSizeFn.ts | 0 {yh-wms-ui/src => src}/hooks/index.ts | 0 {yh-wms-ui/src => src}/hooks/setting/index.ts | 0 .../src => src}/hooks/setting/useDesignSetting.ts | 0 .../src => src}/hooks/setting/useProjectSetting.ts | 0 {yh-wms-ui/src => src}/hooks/use-async.ts | 0 {yh-wms-ui/src => src}/hooks/useBattery.ts | 0 {yh-wms-ui/src => src}/hooks/useDomWidth.ts | 0 {yh-wms-ui/src => src}/hooks/useOnline.ts | 0 {yh-wms-ui/src => src}/hooks/useTime.ts | 0 .../src => src}/hooks/web/useCopyToClipboard.ts | 0 {yh-wms-ui/src => src}/hooks/web/useECharts.ts | 0 {yh-wms-ui/src => src}/hooks/web/usePage.ts | 0 {yh-wms-ui/src => src}/hooks/web/usePermission.ts | 0 {yh-wms-ui/src => src}/hooks/web/useTags.ts | 0 .../src => src}/layout/components/Footer/index.ts | 0 .../src => src}/layout/components/Footer/index.vue | 0 .../layout/components/Header/AmendPwd.vue | 0 .../layout/components/Header/NotifierProPlus.vue | 0 .../layout/components/Header/ProjectSetting.vue | 0 .../src => src}/layout/components/Header/index.ts | 0 .../src => src}/layout/components/Header/index.vue | 0 .../src => src}/layout/components/Logo/index.ts | 0 .../src => src}/layout/components/Logo/index.vue | 0 .../src => src}/layout/components/Main/index.ts | 0 .../src => src}/layout/components/Main/index.vue | 0 .../layout/components/Sider/ReSubMenu.vue | 0 .../src => src}/layout/components/Sider/Sider.vue | 0 .../src => src}/layout/components/TagsView/index.ts | 0 .../layout/components/TagsView/index.vue | 0 {yh-wms-ui/src => src}/layout/index.vue | 0 {yh-wms-ui/src => src}/layout/parentLayout.vue | 0 {yh-wms-ui/src => src}/main.ts | 0 {yh-wms-ui/src => src}/plugins/customComponents.ts | 0 {yh-wms-ui/src => src}/plugins/directives.ts | 0 {yh-wms-ui/src => src}/plugins/element.ts | 0 {yh-wms-ui/src => src}/plugins/globalMethods.ts | 0 {yh-wms-ui/src => src}/plugins/index.ts | 0 {yh-wms-ui/src => src}/router/base.ts | 0 {yh-wms-ui/src => src}/router/constant.ts | 0 {yh-wms-ui/src => src}/router/generator-routers.ts | 0 {yh-wms-ui/src => src}/router/index.ts | 0 {yh-wms-ui/src => src}/router/menus/index.ts | 0 {yh-wms-ui/src => src}/router/modules/about.ts | 0 {yh-wms-ui/src => src}/router/modules/comp.ts | 0 {yh-wms-ui/src => src}/router/modules/comtemp.ts | 0 {yh-wms-ui/src => src}/router/modules/dashboard.ts | 0 {yh-wms-ui/src => src}/router/modules/exception.ts | 0 {yh-wms-ui/src => src}/router/modules/feature.ts | 0 {yh-wms-ui/src => src}/router/modules/form.ts | 0 {yh-wms-ui/src => src}/router/modules/frame.ts | 0 {yh-wms-ui/src => src}/router/modules/list.ts | 0 {yh-wms-ui/src => src}/router/modules/mandate.ts | 0 {yh-wms-ui/src => src}/router/modules/setting.ts | 0 {yh-wms-ui/src => src}/router/modules/system.ts | 0 {yh-wms-ui/src => src}/router/router-guards.ts | 0 {yh-wms-ui/src => src}/router/router-icons.ts | 0 {yh-wms-ui/src => src}/router/types.ts | 0 {yh-wms-ui/src => src}/settings/animateSetting.ts | 0 {yh-wms-ui/src => src}/settings/componentSetting.ts | 0 {yh-wms-ui/src => src}/settings/designSetting.ts | 0 {yh-wms-ui/src => src}/settings/projectSetting.ts | 0 {yh-wms-ui/src => src}/store/index.ts | 0 {yh-wms-ui/src => src}/store/modules/asyncRoute.ts | 0 .../src => src}/store/modules/designSetting.ts | 0 {yh-wms-ui/src => src}/store/modules/lockscreen.ts | 0 .../src => src}/store/modules/projectSetting.ts | 0 {yh-wms-ui/src => src}/store/modules/tabsView.ts | 0 {yh-wms-ui/src => src}/store/modules/user.ts | 0 {yh-wms-ui/src => src}/store/mutation-types.ts | 0 {yh-wms-ui/src => src}/store/plugins/index.ts | 0 {yh-wms-ui/src => src}/store/types.ts | 0 {yh-wms-ui/src => src}/styles/common.scss | 0 {yh-wms-ui/src => src}/styles/index.scss | 0 {yh-wms-ui/src => src}/styles/tailwind.css | 0 {yh-wms-ui/src => src}/styles/tailwindbase.css | 0 {yh-wms-ui/src => src}/styles/theme/dark.css | 0 {yh-wms-ui/src => src}/styles/theme/dark.min.css | 0 {yh-wms-ui/src => src}/styles/theme/dark.scss | 0 {yh-wms-ui/src => src}/styles/theme/light.scss | 0 {yh-wms-ui/src => src}/styles/transition/base.scss | 0 {yh-wms-ui/src => src}/styles/transition/fade.scss | 0 {yh-wms-ui/src => src}/styles/transition/index.scss | 0 {yh-wms-ui/src => src}/styles/transition/scale.scss | 0 .../src => src}/styles/transition/scroll.scss | 0 {yh-wms-ui/src => src}/styles/transition/slide.scss | 0 {yh-wms-ui/src => src}/styles/transition/zoom.scss | 0 {yh-wms-ui/src => src}/styles/var.scss | 0 {yh-wms-ui/src => src}/utils/Storage.ts | 0 {yh-wms-ui/src => src}/utils/browser-type.ts | 0 {yh-wms-ui/src => src}/utils/color.ts | 0 {yh-wms-ui/src => src}/utils/dateUtil.ts | 0 {yh-wms-ui/src => src}/utils/domUtils.ts | 0 {yh-wms-ui/src => src}/utils/downloadFile.ts | 0 {yh-wms-ui/src => src}/utils/env.ts | 0 {yh-wms-ui/src => src}/utils/file/base64Conver.ts | 0 {yh-wms-ui/src => src}/utils/file/download.ts | 0 {yh-wms-ui/src => src}/utils/helper/treeHelper.ts | 0 {yh-wms-ui/src => src}/utils/helper/tsxHelper.tsx | 0 {yh-wms-ui/src => src}/utils/http/axios/Axios.ts | 0 .../src => src}/utils/http/axios/axiosCancel.ts | 0 .../src => src}/utils/http/axios/axiosTransform.ts | 0 .../src => src}/utils/http/axios/checkStatus.ts | 0 {yh-wms-ui/src => src}/utils/http/axios/helper.ts | 0 {yh-wms-ui/src => src}/utils/http/axios/index.ts | 0 {yh-wms-ui/src => src}/utils/http/axios/types.ts | 0 {yh-wms-ui/src => src}/utils/index.ts | 0 {yh-wms-ui/src => src}/utils/is/index.ts | 0 {yh-wms-ui/src => src}/utils/lib/echarts.ts | 0 {yh-wms-ui/src => src}/utils/lodashChunk.ts | 0 {yh-wms-ui/src => src}/utils/log.ts | 0 {yh-wms-ui/src => src}/utils/propTypes.ts | 0 {yh-wms-ui/src => src}/utils/urlUtils.ts | 0 {yh-wms-ui/src => src}/views/about/index.vue | 0 {yh-wms-ui/src => src}/views/comp/cropper/index.vue | 0 {yh-wms-ui/src => src}/views/comp/drag/index.vue | 0 {yh-wms-ui/src => src}/views/comp/form/basic.vue | 0 {yh-wms-ui/src => src}/views/comp/form/useForm.vue | 0 {yh-wms-ui/src => src}/views/comp/modal/index.vue | 0 .../src => src}/views/comp/password/index.vue | 0 {yh-wms-ui/src => src}/views/comp/qrcode/index.vue | 0 {yh-wms-ui/src => src}/views/comp/region/index.vue | 0 .../src => src}/views/comp/richtext/vue-quill.vue | 0 {yh-wms-ui/src => src}/views/comp/select/select.vue | 0 .../src => src}/views/comp/table/CellColumns.ts | 0 {yh-wms-ui/src => src}/views/comp/table/basic.vue | 0 .../src => src}/views/comp/table/basicColumns.ts | 0 .../src => src}/views/comp/table/editCell.vue | 0 {yh-wms-ui/src => src}/views/comp/table/editRow.vue | 0 .../src => src}/views/comp/table/rowColumns.ts | 0 .../views/comp/tableSelect/basicColumns.ts | 0 .../views/comp/tableSelect/tableSelect.vue | 0 {yh-wms-ui/src => src}/views/comp/upload/index.vue | 0 .../views/comtemp/search-article/search-article.vue | 0 .../views/comtemp/search-make/search-make.vue | 0 .../views/comtemp/search-video/search-video.vue | 0 .../dashboard/console/components/AreaRanking.vue | 0 .../dashboard/console/components/FluxTrend.vue | 0 .../views/dashboard/console/components/Icons.ts | 0 .../dashboard/console/components/NewVisitAmount.vue | 0 .../views/dashboard/console/components/PageView.vue | 0 .../views/dashboard/console/components/Percent.vue | 0 .../views/dashboard/console/components/Pie.vue | 0 .../views/dashboard/console/components/VisiTab.vue | 0 .../dashboard/console/components/VisitAmount.vue | 0 .../dashboard/console/components/VisitSource.vue | 0 .../views/dashboard/console/components/props.ts | 0 .../src => src}/views/dashboard/console/console.vue | 0 .../src => src}/views/dashboard/monitor/monitor.vue | 0 .../views/dashboard/workplace/workplace.vue | 0 {yh-wms-ui/src => src}/views/exception/403.vue | 0 {yh-wms-ui/src => src}/views/exception/404.vue | 0 {yh-wms-ui/src => src}/views/exception/500.vue | 0 {yh-wms-ui/src => src}/views/feature/copy/copy.vue | 0 .../src => src}/views/feature/download/download.vue | 0 .../src => src}/views/feature/download/imgBase64.ts | 0 .../views/feature/excel/choiceExport.vue | 0 .../src => src}/views/feature/excel/jsonExport.vue | 0 .../src => src}/views/feature/print/print.vue | 0 .../src => src}/views/feature/tags/tagsAction.vue | 0 .../views/form/advancedForm/advancedForm.vue | 0 .../src => src}/views/form/basicForm/index.vue | 0 {yh-wms-ui/src => src}/views/form/detail/index.vue | 0 .../src => src}/views/form/stepForm/Step1.vue | 0 .../src => src}/views/form/stepForm/Step2.vue | 0 .../src => src}/views/form/stepForm/Step3.vue | 0 .../src => src}/views/form/stepForm/stepForm.vue | 0 {yh-wms-ui/src => src}/views/iframe/index.vue | 0 .../src => src}/views/list/basicList/columns.ts | 0 .../src => src}/views/list/basicList/index.vue | 0 .../src => src}/views/list/basicList/info.vue | 0 {yh-wms-ui/src => src}/views/login/LoginForm.vue | 0 {yh-wms-ui/src => src}/views/login/LoginForm2.vue | 0 {yh-wms-ui/src => src}/views/login/RegisterForm.vue | 0 .../src => src}/views/login/RegisterForm2.vue | 0 {yh-wms-ui/src => src}/views/login/index.vue | 0 {yh-wms-ui/src => src}/views/login/newLogin.vue | 0 {yh-wms-ui/src => src}/views/login/newLogin2.vue | 0 {yh-wms-ui/src => src}/views/redirect/index.vue | 0 .../views/setting/account/BasicSetting.vue | 0 .../views/setting/account/SafetySetting.vue | 0 .../src => src}/views/setting/account/account.vue | 0 .../views/setting/system/BasicSetting.vue | 0 .../views/setting/system/EmailSetting.vue | 0 .../views/setting/system/RevealSetting.vue | 0 .../src => src}/views/setting/system/system.vue | 0 .../views/system/dictionary/CreateModal.vue | 0 .../src => src}/views/system/dictionary/columns.ts | 0 .../views/system/dictionary/dictionary.vue | 0 .../src => src}/views/system/menu/CreateDrawer.vue | 0 {yh-wms-ui/src => src}/views/system/menu/menu.vue | 0 .../src => src}/views/system/role/CreateDrawer.vue | 0 {yh-wms-ui/src => src}/views/system/role/columns.ts | 0 {yh-wms-ui/src => src}/views/system/role/role.vue | 0 .../src => src}/views/system/role/types/index.ts | 0 .../src => src}/views/system/user/CreateModal.vue | 0 {yh-wms-ui/src => src}/views/system/user/columns.ts | 0 .../src => src}/views/system/user/modalSchemas.ts | 0 .../src => src}/views/system/user/querySchemas.ts | 0 {yh-wms-ui/src => src}/views/system/user/user.vue | 0 .../stylelint.config.js => stylelint.config.js | 0 yh-wms-ui/tailwind.config.js => tailwind.config.js | 0 yh-wms-ui/tsconfig.json => tsconfig.json | 0 {yh-wms-ui/types => types}/config.d.ts | 0 {yh-wms-ui/types => types}/global.d.ts | 0 {yh-wms-ui/types => types}/images.d.ts | 0 {yh-wms-ui/types => types}/index.d.ts | 0 {yh-wms-ui/types => types}/modules.d.ts | 0 {yh-wms-ui/types => types}/utils.d.ts | 0 yh-wms-ui/vite.config.ts => vite.config.ts | 0 400 files changed, 0 insertions(+), 0 deletions(-) rename yh-wms-ui/.editorconfig => .editorconfig (100%) rename yh-wms-ui/.env => .env (100%) rename yh-wms-ui/.env.development => .env.development (100%) rename yh-wms-ui/.env.production => .env.production (100%) rename yh-wms-ui/.env.test => .env.test (100%) rename yh-wms-ui/.eslintignore => .eslintignore (100%) rename yh-wms-ui/.eslintrc.js => .eslintrc.js (100%) rename yh-wms-ui/.gitignore => .gitignore (100%) rename yh-wms-ui/.prettierignore => .prettierignore (100%) rename yh-wms-ui/.stylelintignore => .stylelintignore (100%) rename yh-wms-ui/CHANGELOG.md => CHANGELOG.md (100%) rename yh-wms-ui/README.md => README.md (100%) rename yh-wms-ui/auto-imports.d.ts => auto-imports.d.ts (100%) rename {yh-wms-ui/build => build}/constant.ts (100%) rename {yh-wms-ui/build => build}/getConfigFileName.ts (100%) rename {yh-wms-ui/build => build}/script/buildConf.ts (100%) rename {yh-wms-ui/build => build}/script/postBuild.ts (100%) rename {yh-wms-ui/build => build}/utils.ts (100%) rename {yh-wms-ui/build => build}/vite/plugin/compress.ts (100%) rename {yh-wms-ui/build => build}/vite/plugin/html.ts (100%) rename {yh-wms-ui/build => build}/vite/plugin/index.ts (100%) rename {yh-wms-ui/build => build}/vite/plugin/mock.ts (100%) rename {yh-wms-ui/build => build}/vite/plugin/visualizer.ts (100%) rename {yh-wms-ui/build => build}/vite/proxy.ts (100%) rename yh-wms-ui/commitlint.config.js => commitlint.config.js (100%) rename yh-wms-ui/index.html => index.html (100%) rename {yh-wms-ui/mock => mock}/_createProductionServer.ts (100%) rename {yh-wms-ui/mock => mock}/_util.ts (100%) rename {yh-wms-ui/mock => mock}/comtemp/article.ts (100%) rename {yh-wms-ui/mock => mock}/comtemp/category.ts (100%) rename {yh-wms-ui/mock => mock}/comtemp/make.ts (100%) rename {yh-wms-ui/mock => mock}/comtemp/video.ts (100%) rename {yh-wms-ui/mock => mock}/dashboard/console.ts (100%) rename {yh-wms-ui/mock => mock}/region/region.ts (100%) rename {yh-wms-ui/mock => mock}/select/select.ts (100%) rename {yh-wms-ui/mock => mock}/system/dictionary.ts (100%) rename {yh-wms-ui/mock => mock}/system/menu.ts (100%) rename {yh-wms-ui/mock => mock}/system/role.ts (100%) rename {yh-wms-ui/mock => mock}/table/list.ts (100%) rename {yh-wms-ui/mock => mock}/table/select.ts (100%) rename {yh-wms-ui/mock => mock}/user/menus.ts (100%) rename {yh-wms-ui/mock => mock}/user/user.ts (100%) rename yh-wms-ui/package.json => package.json (100%) rename yh-wms-ui/pnpm-lock.yaml => pnpm-lock.yaml (100%) rename yh-wms-ui/postcss.config.js => postcss.config.js (100%) rename yh-wms-ui/prettier.config.js => prettier.config.js (100%) rename {yh-wms-ui/public => public}/favicon.ico (100%) rename {yh-wms-ui/src => src}/App.vue (100%) rename {yh-wms-ui/src => src}/api/common/index.ts (100%) rename {yh-wms-ui/src => src}/api/comtemp/article.ts (100%) rename {yh-wms-ui/src => src}/api/comtemp/category.ts (100%) rename {yh-wms-ui/src => src}/api/comtemp/make.ts (100%) rename {yh-wms-ui/src => src}/api/comtemp/video.ts (100%) rename {yh-wms-ui/src => src}/api/dashboard/console.ts (100%) rename {yh-wms-ui/src => src}/api/region/region.ts (100%) rename {yh-wms-ui/src => src}/api/select/select.ts (100%) rename {yh-wms-ui/src => src}/api/system/dictionary.ts (100%) rename {yh-wms-ui/src => src}/api/system/menu.ts (100%) rename {yh-wms-ui/src => src}/api/system/role.ts (100%) rename {yh-wms-ui/src => src}/api/system/user.ts (100%) rename {yh-wms-ui/src => src}/api/table/list.ts (100%) rename {yh-wms-ui/src => src}/assets/icons/login.svg (100%) rename {yh-wms-ui/src => src}/assets/icons/logo.svg (100%) rename {yh-wms-ui/src => src}/assets/images/Business.svg (100%) rename {yh-wms-ui/src => src}/assets/images/Error.svg (100%) rename {yh-wms-ui/src => src}/assets/images/account-logo.png (100%) rename {yh-wms-ui/src => src}/assets/images/analysis.svg (100%) rename {yh-wms-ui/src => src}/assets/images/exception/403.svg (100%) rename {yh-wms-ui/src => src}/assets/images/exception/404.svg (100%) rename {yh-wms-ui/src => src}/assets/images/exception/500.svg (100%) rename {yh-wms-ui/src => src}/assets/images/exception/developing.svg (100%) rename {yh-wms-ui/src => src}/assets/images/exception/load-error.svg (100%) rename {yh-wms-ui/src => src}/assets/images/exception/nodata.svg (100%) rename {yh-wms-ui/src => src}/assets/images/header-theme-dark.svg (100%) rename {yh-wms-ui/src => src}/assets/images/login-bg.svg (100%) rename {yh-wms-ui/src => src}/assets/images/login-pic.png (100%) rename {yh-wms-ui/src => src}/assets/images/login.svg (100%) rename {yh-wms-ui/src => src}/assets/images/logo.png (100%) rename {yh-wms-ui/src => src}/assets/images/nav-horizontal-mix.svg (100%) rename {yh-wms-ui/src => src}/assets/images/nav-horizontal.svg (100%) rename {yh-wms-ui/src => src}/assets/images/nav-theme-dark.svg (100%) rename {yh-wms-ui/src => src}/assets/images/nav-theme-light.svg (100%) rename {yh-wms-ui/src => src}/assets/images/order_count.svg (100%) rename {yh-wms-ui/src => src}/assets/images/sale.svg (100%) rename {yh-wms-ui/src => src}/assets/images/sales-dashboard.svg (100%) rename {yh-wms-ui/src => src}/assets/images/schoolboy.png (100%) rename {yh-wms-ui/src => src}/assets/images/tool.png (100%) rename {yh-wms-ui/src => src}/assets/images/visits.svg (100%) rename {yh-wms-ui/src => src}/assets/images/volume.svg (100%) rename {yh-wms-ui/src => src}/components/Application/Application.vue (100%) rename {yh-wms-ui/src => src}/components/Application/index.ts (100%) rename {yh-wms-ui/src => src}/components/Application/search/AppSearch.vue (100%) rename {yh-wms-ui/src => src}/components/Authority/index.ts (100%) rename {yh-wms-ui/src => src}/components/Authority/src/Authority.vue (100%) rename {yh-wms-ui/src => src}/components/CountTo/CountTo.vue (100%) rename {yh-wms-ui/src => src}/components/CountTo/index.ts (100%) rename {yh-wms-ui/src => src}/components/Cropper/index.ts (100%) rename {yh-wms-ui/src => src}/components/Cropper/src/Cropper.vue (100%) rename {yh-wms-ui/src => src}/components/Cropper/src/CropperImage.vue (100%) rename {yh-wms-ui/src => src}/components/Cropper/src/CropperModal.vue (100%) rename {yh-wms-ui/src => src}/components/Cropper/src/typing.ts (100%) rename {yh-wms-ui/src => src}/components/Excel/index.ts (100%) rename {yh-wms-ui/src => src}/components/Excel/src/Export2Excel.ts (100%) rename {yh-wms-ui/src => src}/components/Excel/src/ImportExcel.vue (100%) rename {yh-wms-ui/src => src}/components/Excel/src/typing.ts (100%) rename {yh-wms-ui/src => src}/components/Form/index.ts (100%) rename {yh-wms-ui/src => src}/components/Form/src/BasicForm.vue (100%) rename {yh-wms-ui/src => src}/components/Form/src/helper.ts (100%) rename {yh-wms-ui/src => src}/components/Form/src/hooks/useForm.ts (100%) rename {yh-wms-ui/src => src}/components/Form/src/hooks/useFormContext.ts (100%) rename {yh-wms-ui/src => src}/components/Form/src/hooks/useFormEvents.ts (100%) rename {yh-wms-ui/src => src}/components/Form/src/hooks/useFormValues.ts (100%) rename {yh-wms-ui/src => src}/components/Form/src/props.ts (100%) rename {yh-wms-ui/src => src}/components/Form/src/types/form.ts (100%) rename {yh-wms-ui/src => src}/components/Form/src/types/index.ts (100%) rename {yh-wms-ui/src => src}/components/Lockscreen/Lockscreen.vue (100%) rename {yh-wms-ui/src => src}/components/Lockscreen/Recharge.vue (100%) rename {yh-wms-ui/src => src}/components/Lockscreen/index.ts (100%) rename {yh-wms-ui/src => src}/components/Modal/index.ts (100%) rename {yh-wms-ui/src => src}/components/Modal/src/basicModal.vue (100%) rename {yh-wms-ui/src => src}/components/Modal/src/components/FooterAction.vue (100%) rename {yh-wms-ui/src => src}/components/Modal/src/hooks/useModal.ts (100%) rename {yh-wms-ui/src => src}/components/Modal/src/props.ts (100%) rename {yh-wms-ui/src => src}/components/Modal/src/type/index.ts (100%) rename {yh-wms-ui/src => src}/components/Page/index.ts (100%) rename {yh-wms-ui/src => src}/components/Page/src/PageFooter.vue (100%) rename {yh-wms-ui/src => src}/components/Page/src/PageWrapper.vue (100%) rename {yh-wms-ui/src => src}/components/Page/src/wrapperProps.ts (100%) rename {yh-wms-ui/src => src}/components/Password/index.ts (100%) rename {yh-wms-ui/src => src}/components/Password/src/Password.vue (100%) rename {yh-wms-ui/src => src}/components/Password/src/components/Intensity.vue (100%) rename {yh-wms-ui/src => src}/components/Password/src/props.ts (100%) rename {yh-wms-ui/src => src}/components/Qrcode/index.ts (100%) rename {yh-wms-ui/src => src}/components/Qrcode/src/Qrcode.vue (100%) rename {yh-wms-ui/src => src}/components/Qrcode/src/drawCanvas.ts (100%) rename {yh-wms-ui/src => src}/components/Qrcode/src/drawLogo.ts (100%) rename {yh-wms-ui/src => src}/components/Qrcode/src/qrcodePlus.ts (100%) rename {yh-wms-ui/src => src}/components/Qrcode/src/toCanvas.ts (100%) rename {yh-wms-ui/src => src}/components/Qrcode/src/typing.ts (100%) rename {yh-wms-ui/src => src}/components/Region/index.ts (100%) rename {yh-wms-ui/src => src}/components/Region/src/Region.vue (100%) rename {yh-wms-ui/src => src}/components/Region/src/props.ts (100%) rename {yh-wms-ui/src => src}/components/Render/index.ts (100%) rename {yh-wms-ui/src => src}/components/Render/src/Render.vue (100%) rename {yh-wms-ui/src => src}/components/Select/index.ts (100%) rename {yh-wms-ui/src => src}/components/Select/src/BasicSelect.vue (100%) rename {yh-wms-ui/src => src}/components/Select/src/props.ts (100%) rename {yh-wms-ui/src => src}/components/Table/index.ts (100%) rename {yh-wms-ui/src => src}/components/Table/src/Table.vue (100%) rename {yh-wms-ui/src => src}/components/Table/src/componentMap.ts (100%) rename {yh-wms-ui/src => src}/components/Table/src/components/Render/index.ts (100%) rename {yh-wms-ui/src => src}/components/Table/src/components/Render/src/Render.vue (100%) rename {yh-wms-ui/src => src}/components/Table/src/components/TableAction.vue (100%) rename {yh-wms-ui/src => src}/components/Table/src/components/editable/CellComponent.ts (100%) rename {yh-wms-ui/src => src}/components/Table/src/components/editable/EditableCell.vue (100%) rename {yh-wms-ui/src => src}/components/Table/src/components/editable/helper.ts (100%) rename {yh-wms-ui/src => src}/components/Table/src/components/editable/index.ts (100%) rename {yh-wms-ui/src => src}/components/Table/src/components/settings/ColumnSetting.vue (100%) rename {yh-wms-ui/src => src}/components/Table/src/const.ts (100%) rename {yh-wms-ui/src => src}/components/Table/src/hooks/useColumns.ts (100%) rename {yh-wms-ui/src => src}/components/Table/src/hooks/useDataSource.ts (100%) rename {yh-wms-ui/src => src}/components/Table/src/hooks/useLoading.ts (100%) rename {yh-wms-ui/src => src}/components/Table/src/hooks/usePagination.ts (100%) rename {yh-wms-ui/src => src}/components/Table/src/hooks/useTableContext.ts (100%) rename {yh-wms-ui/src => src}/components/Table/src/props.ts (100%) rename {yh-wms-ui/src => src}/components/Table/src/types/componentType.ts (100%) rename {yh-wms-ui/src => src}/components/Table/src/types/pagination.ts (100%) rename {yh-wms-ui/src => src}/components/Table/src/types/table.ts (100%) rename {yh-wms-ui/src => src}/components/Table/src/types/tableAction.ts (100%) rename {yh-wms-ui/src => src}/components/TableSelect/index.ts (100%) rename {yh-wms-ui/src => src}/components/TableSelect/src/TableSelect.vue (100%) rename {yh-wms-ui/src => src}/components/TableSelect/src/props.ts (100%) rename {yh-wms-ui/src => src}/components/TableSelect/src/types/index.ts (100%) rename {yh-wms-ui/src => src}/components/Upload/index.ts (100%) rename {yh-wms-ui/src => src}/components/Upload/src/BasicUpload.vue (100%) rename {yh-wms-ui/src => src}/components/Upload/src/props.ts (100%) rename {yh-wms-ui/src => src}/components/Upload/src/type/index.ts (100%) rename {yh-wms-ui/src => src}/directives/clickOutside.ts (100%) rename {yh-wms-ui/src => src}/directives/permission.ts (100%) rename {yh-wms-ui/src => src}/directives/scrollBar.ts (100%) rename {yh-wms-ui/src => src}/enums/avatarEnum.ts (100%) rename {yh-wms-ui/src => src}/enums/breakpointEnum.ts (100%) rename {yh-wms-ui/src => src}/enums/cacheEnum.ts (100%) rename {yh-wms-ui/src => src}/enums/httpEnum.ts (100%) rename {yh-wms-ui/src => src}/enums/pageEnum.ts (100%) rename {yh-wms-ui/src => src}/enums/permissionsEnum.ts (100%) rename {yh-wms-ui/src => src}/enums/roleEnum.ts (100%) rename {yh-wms-ui/src => src}/hooks/core/useTimeout.ts (100%) rename {yh-wms-ui/src => src}/hooks/event/useBreakpoint.ts (100%) rename {yh-wms-ui/src => src}/hooks/event/useEventListener.ts (100%) rename {yh-wms-ui/src => src}/hooks/event/useWindowSizeFn.ts (100%) rename {yh-wms-ui/src => src}/hooks/index.ts (100%) rename {yh-wms-ui/src => src}/hooks/setting/index.ts (100%) rename {yh-wms-ui/src => src}/hooks/setting/useDesignSetting.ts (100%) rename {yh-wms-ui/src => src}/hooks/setting/useProjectSetting.ts (100%) rename {yh-wms-ui/src => src}/hooks/use-async.ts (100%) rename {yh-wms-ui/src => src}/hooks/useBattery.ts (100%) rename {yh-wms-ui/src => src}/hooks/useDomWidth.ts (100%) rename {yh-wms-ui/src => src}/hooks/useOnline.ts (100%) rename {yh-wms-ui/src => src}/hooks/useTime.ts (100%) rename {yh-wms-ui/src => src}/hooks/web/useCopyToClipboard.ts (100%) rename {yh-wms-ui/src => src}/hooks/web/useECharts.ts (100%) rename {yh-wms-ui/src => src}/hooks/web/usePage.ts (100%) rename {yh-wms-ui/src => src}/hooks/web/usePermission.ts (100%) rename {yh-wms-ui/src => src}/hooks/web/useTags.ts (100%) rename {yh-wms-ui/src => src}/layout/components/Footer/index.ts (100%) rename {yh-wms-ui/src => src}/layout/components/Footer/index.vue (100%) rename {yh-wms-ui/src => src}/layout/components/Header/AmendPwd.vue (100%) rename {yh-wms-ui/src => src}/layout/components/Header/NotifierProPlus.vue (100%) rename {yh-wms-ui/src => src}/layout/components/Header/ProjectSetting.vue (100%) rename {yh-wms-ui/src => src}/layout/components/Header/index.ts (100%) rename {yh-wms-ui/src => src}/layout/components/Header/index.vue (100%) rename {yh-wms-ui/src => src}/layout/components/Logo/index.ts (100%) rename {yh-wms-ui/src => src}/layout/components/Logo/index.vue (100%) rename {yh-wms-ui/src => src}/layout/components/Main/index.ts (100%) rename {yh-wms-ui/src => src}/layout/components/Main/index.vue (100%) rename {yh-wms-ui/src => src}/layout/components/Sider/ReSubMenu.vue (100%) rename {yh-wms-ui/src => src}/layout/components/Sider/Sider.vue (100%) rename {yh-wms-ui/src => src}/layout/components/TagsView/index.ts (100%) rename {yh-wms-ui/src => src}/layout/components/TagsView/index.vue (100%) rename {yh-wms-ui/src => src}/layout/index.vue (100%) rename {yh-wms-ui/src => src}/layout/parentLayout.vue (100%) rename {yh-wms-ui/src => src}/main.ts (100%) rename {yh-wms-ui/src => src}/plugins/customComponents.ts (100%) rename {yh-wms-ui/src => src}/plugins/directives.ts (100%) rename {yh-wms-ui/src => src}/plugins/element.ts (100%) rename {yh-wms-ui/src => src}/plugins/globalMethods.ts (100%) rename {yh-wms-ui/src => src}/plugins/index.ts (100%) rename {yh-wms-ui/src => src}/router/base.ts (100%) rename {yh-wms-ui/src => src}/router/constant.ts (100%) rename {yh-wms-ui/src => src}/router/generator-routers.ts (100%) rename {yh-wms-ui/src => src}/router/index.ts (100%) rename {yh-wms-ui/src => src}/router/menus/index.ts (100%) rename {yh-wms-ui/src => src}/router/modules/about.ts (100%) rename {yh-wms-ui/src => src}/router/modules/comp.ts (100%) rename {yh-wms-ui/src => src}/router/modules/comtemp.ts (100%) rename {yh-wms-ui/src => src}/router/modules/dashboard.ts (100%) rename {yh-wms-ui/src => src}/router/modules/exception.ts (100%) rename {yh-wms-ui/src => src}/router/modules/feature.ts (100%) rename {yh-wms-ui/src => src}/router/modules/form.ts (100%) rename {yh-wms-ui/src => src}/router/modules/frame.ts (100%) rename {yh-wms-ui/src => src}/router/modules/list.ts (100%) rename {yh-wms-ui/src => src}/router/modules/mandate.ts (100%) rename {yh-wms-ui/src => src}/router/modules/setting.ts (100%) rename {yh-wms-ui/src => src}/router/modules/system.ts (100%) rename {yh-wms-ui/src => src}/router/router-guards.ts (100%) rename {yh-wms-ui/src => src}/router/router-icons.ts (100%) rename {yh-wms-ui/src => src}/router/types.ts (100%) rename {yh-wms-ui/src => src}/settings/animateSetting.ts (100%) rename {yh-wms-ui/src => src}/settings/componentSetting.ts (100%) rename {yh-wms-ui/src => src}/settings/designSetting.ts (100%) rename {yh-wms-ui/src => src}/settings/projectSetting.ts (100%) rename {yh-wms-ui/src => src}/store/index.ts (100%) rename {yh-wms-ui/src => src}/store/modules/asyncRoute.ts (100%) rename {yh-wms-ui/src => src}/store/modules/designSetting.ts (100%) rename {yh-wms-ui/src => src}/store/modules/lockscreen.ts (100%) rename {yh-wms-ui/src => src}/store/modules/projectSetting.ts (100%) rename {yh-wms-ui/src => src}/store/modules/tabsView.ts (100%) rename {yh-wms-ui/src => src}/store/modules/user.ts (100%) rename {yh-wms-ui/src => src}/store/mutation-types.ts (100%) rename {yh-wms-ui/src => src}/store/plugins/index.ts (100%) rename {yh-wms-ui/src => src}/store/types.ts (100%) rename {yh-wms-ui/src => src}/styles/common.scss (100%) rename {yh-wms-ui/src => src}/styles/index.scss (100%) rename {yh-wms-ui/src => src}/styles/tailwind.css (100%) rename {yh-wms-ui/src => src}/styles/tailwindbase.css (100%) rename {yh-wms-ui/src => src}/styles/theme/dark.css (100%) rename {yh-wms-ui/src => src}/styles/theme/dark.min.css (100%) rename {yh-wms-ui/src => src}/styles/theme/dark.scss (100%) rename {yh-wms-ui/src => src}/styles/theme/light.scss (100%) rename {yh-wms-ui/src => src}/styles/transition/base.scss (100%) rename {yh-wms-ui/src => src}/styles/transition/fade.scss (100%) rename {yh-wms-ui/src => src}/styles/transition/index.scss (100%) rename {yh-wms-ui/src => src}/styles/transition/scale.scss (100%) rename {yh-wms-ui/src => src}/styles/transition/scroll.scss (100%) rename {yh-wms-ui/src => src}/styles/transition/slide.scss (100%) rename {yh-wms-ui/src => src}/styles/transition/zoom.scss (100%) rename {yh-wms-ui/src => src}/styles/var.scss (100%) rename {yh-wms-ui/src => src}/utils/Storage.ts (100%) rename {yh-wms-ui/src => src}/utils/browser-type.ts (100%) rename {yh-wms-ui/src => src}/utils/color.ts (100%) rename {yh-wms-ui/src => src}/utils/dateUtil.ts (100%) rename {yh-wms-ui/src => src}/utils/domUtils.ts (100%) rename {yh-wms-ui/src => src}/utils/downloadFile.ts (100%) rename {yh-wms-ui/src => src}/utils/env.ts (100%) rename {yh-wms-ui/src => src}/utils/file/base64Conver.ts (100%) rename {yh-wms-ui/src => src}/utils/file/download.ts (100%) rename {yh-wms-ui/src => src}/utils/helper/treeHelper.ts (100%) rename {yh-wms-ui/src => src}/utils/helper/tsxHelper.tsx (100%) rename {yh-wms-ui/src => src}/utils/http/axios/Axios.ts (100%) rename {yh-wms-ui/src => src}/utils/http/axios/axiosCancel.ts (100%) rename {yh-wms-ui/src => src}/utils/http/axios/axiosTransform.ts (100%) rename {yh-wms-ui/src => src}/utils/http/axios/checkStatus.ts (100%) rename {yh-wms-ui/src => src}/utils/http/axios/helper.ts (100%) rename {yh-wms-ui/src => src}/utils/http/axios/index.ts (100%) rename {yh-wms-ui/src => src}/utils/http/axios/types.ts (100%) rename {yh-wms-ui/src => src}/utils/index.ts (100%) rename {yh-wms-ui/src => src}/utils/is/index.ts (100%) rename {yh-wms-ui/src => src}/utils/lib/echarts.ts (100%) rename {yh-wms-ui/src => src}/utils/lodashChunk.ts (100%) rename {yh-wms-ui/src => src}/utils/log.ts (100%) rename {yh-wms-ui/src => src}/utils/propTypes.ts (100%) rename {yh-wms-ui/src => src}/utils/urlUtils.ts (100%) rename {yh-wms-ui/src => src}/views/about/index.vue (100%) rename {yh-wms-ui/src => src}/views/comp/cropper/index.vue (100%) rename {yh-wms-ui/src => src}/views/comp/drag/index.vue (100%) rename {yh-wms-ui/src => src}/views/comp/form/basic.vue (100%) rename {yh-wms-ui/src => src}/views/comp/form/useForm.vue (100%) rename {yh-wms-ui/src => src}/views/comp/modal/index.vue (100%) rename {yh-wms-ui/src => src}/views/comp/password/index.vue (100%) rename {yh-wms-ui/src => src}/views/comp/qrcode/index.vue (100%) rename {yh-wms-ui/src => src}/views/comp/region/index.vue (100%) rename {yh-wms-ui/src => src}/views/comp/richtext/vue-quill.vue (100%) rename {yh-wms-ui/src => src}/views/comp/select/select.vue (100%) rename {yh-wms-ui/src => src}/views/comp/table/CellColumns.ts (100%) rename {yh-wms-ui/src => src}/views/comp/table/basic.vue (100%) rename {yh-wms-ui/src => src}/views/comp/table/basicColumns.ts (100%) rename {yh-wms-ui/src => src}/views/comp/table/editCell.vue (100%) rename {yh-wms-ui/src => src}/views/comp/table/editRow.vue (100%) rename {yh-wms-ui/src => src}/views/comp/table/rowColumns.ts (100%) rename {yh-wms-ui/src => src}/views/comp/tableSelect/basicColumns.ts (100%) rename {yh-wms-ui/src => src}/views/comp/tableSelect/tableSelect.vue (100%) rename {yh-wms-ui/src => src}/views/comp/upload/index.vue (100%) rename {yh-wms-ui/src => src}/views/comtemp/search-article/search-article.vue (100%) rename {yh-wms-ui/src => src}/views/comtemp/search-make/search-make.vue (100%) rename {yh-wms-ui/src => src}/views/comtemp/search-video/search-video.vue (100%) rename {yh-wms-ui/src => src}/views/dashboard/console/components/AreaRanking.vue (100%) rename {yh-wms-ui/src => src}/views/dashboard/console/components/FluxTrend.vue (100%) rename {yh-wms-ui/src => src}/views/dashboard/console/components/Icons.ts (100%) rename {yh-wms-ui/src => src}/views/dashboard/console/components/NewVisitAmount.vue (100%) rename {yh-wms-ui/src => src}/views/dashboard/console/components/PageView.vue (100%) rename {yh-wms-ui/src => src}/views/dashboard/console/components/Percent.vue (100%) rename {yh-wms-ui/src => src}/views/dashboard/console/components/Pie.vue (100%) rename {yh-wms-ui/src => src}/views/dashboard/console/components/VisiTab.vue (100%) rename {yh-wms-ui/src => src}/views/dashboard/console/components/VisitAmount.vue (100%) rename {yh-wms-ui/src => src}/views/dashboard/console/components/VisitSource.vue (100%) rename {yh-wms-ui/src => src}/views/dashboard/console/components/props.ts (100%) rename {yh-wms-ui/src => src}/views/dashboard/console/console.vue (100%) rename {yh-wms-ui/src => src}/views/dashboard/monitor/monitor.vue (100%) rename {yh-wms-ui/src => src}/views/dashboard/workplace/workplace.vue (100%) rename {yh-wms-ui/src => src}/views/exception/403.vue (100%) rename {yh-wms-ui/src => src}/views/exception/404.vue (100%) rename {yh-wms-ui/src => src}/views/exception/500.vue (100%) rename {yh-wms-ui/src => src}/views/feature/copy/copy.vue (100%) rename {yh-wms-ui/src => src}/views/feature/download/download.vue (100%) rename {yh-wms-ui/src => src}/views/feature/download/imgBase64.ts (100%) rename {yh-wms-ui/src => src}/views/feature/excel/choiceExport.vue (100%) rename {yh-wms-ui/src => src}/views/feature/excel/jsonExport.vue (100%) rename {yh-wms-ui/src => src}/views/feature/print/print.vue (100%) rename {yh-wms-ui/src => src}/views/feature/tags/tagsAction.vue (100%) rename {yh-wms-ui/src => src}/views/form/advancedForm/advancedForm.vue (100%) rename {yh-wms-ui/src => src}/views/form/basicForm/index.vue (100%) rename {yh-wms-ui/src => src}/views/form/detail/index.vue (100%) rename {yh-wms-ui/src => src}/views/form/stepForm/Step1.vue (100%) rename {yh-wms-ui/src => src}/views/form/stepForm/Step2.vue (100%) rename {yh-wms-ui/src => src}/views/form/stepForm/Step3.vue (100%) rename {yh-wms-ui/src => src}/views/form/stepForm/stepForm.vue (100%) rename {yh-wms-ui/src => src}/views/iframe/index.vue (100%) rename {yh-wms-ui/src => src}/views/list/basicList/columns.ts (100%) rename {yh-wms-ui/src => src}/views/list/basicList/index.vue (100%) rename {yh-wms-ui/src => src}/views/list/basicList/info.vue (100%) rename {yh-wms-ui/src => src}/views/login/LoginForm.vue (100%) rename {yh-wms-ui/src => src}/views/login/LoginForm2.vue (100%) rename {yh-wms-ui/src => src}/views/login/RegisterForm.vue (100%) rename {yh-wms-ui/src => src}/views/login/RegisterForm2.vue (100%) rename {yh-wms-ui/src => src}/views/login/index.vue (100%) rename {yh-wms-ui/src => src}/views/login/newLogin.vue (100%) rename {yh-wms-ui/src => src}/views/login/newLogin2.vue (100%) rename {yh-wms-ui/src => src}/views/redirect/index.vue (100%) rename {yh-wms-ui/src => src}/views/setting/account/BasicSetting.vue (100%) rename {yh-wms-ui/src => src}/views/setting/account/SafetySetting.vue (100%) rename {yh-wms-ui/src => src}/views/setting/account/account.vue (100%) rename {yh-wms-ui/src => src}/views/setting/system/BasicSetting.vue (100%) rename {yh-wms-ui/src => src}/views/setting/system/EmailSetting.vue (100%) rename {yh-wms-ui/src => src}/views/setting/system/RevealSetting.vue (100%) rename {yh-wms-ui/src => src}/views/setting/system/system.vue (100%) rename {yh-wms-ui/src => src}/views/system/dictionary/CreateModal.vue (100%) rename {yh-wms-ui/src => src}/views/system/dictionary/columns.ts (100%) rename {yh-wms-ui/src => src}/views/system/dictionary/dictionary.vue (100%) rename {yh-wms-ui/src => src}/views/system/menu/CreateDrawer.vue (100%) rename {yh-wms-ui/src => src}/views/system/menu/menu.vue (100%) rename {yh-wms-ui/src => src}/views/system/role/CreateDrawer.vue (100%) rename {yh-wms-ui/src => src}/views/system/role/columns.ts (100%) rename {yh-wms-ui/src => src}/views/system/role/role.vue (100%) rename {yh-wms-ui/src => src}/views/system/role/types/index.ts (100%) rename {yh-wms-ui/src => src}/views/system/user/CreateModal.vue (100%) rename {yh-wms-ui/src => src}/views/system/user/columns.ts (100%) rename {yh-wms-ui/src => src}/views/system/user/modalSchemas.ts (100%) rename {yh-wms-ui/src => src}/views/system/user/querySchemas.ts (100%) rename {yh-wms-ui/src => src}/views/system/user/user.vue (100%) rename yh-wms-ui/stylelint.config.js => stylelint.config.js (100%) rename yh-wms-ui/tailwind.config.js => tailwind.config.js (100%) rename yh-wms-ui/tsconfig.json => tsconfig.json (100%) rename {yh-wms-ui/types => types}/config.d.ts (100%) rename {yh-wms-ui/types => types}/global.d.ts (100%) rename {yh-wms-ui/types => types}/images.d.ts (100%) rename {yh-wms-ui/types => types}/index.d.ts (100%) rename {yh-wms-ui/types => types}/modules.d.ts (100%) rename {yh-wms-ui/types => types}/utils.d.ts (100%) rename yh-wms-ui/vite.config.ts => vite.config.ts (100%) diff --git a/yh-wms-ui/.editorconfig b/.editorconfig similarity index 100% rename from yh-wms-ui/.editorconfig rename to .editorconfig diff --git a/yh-wms-ui/.env b/.env similarity index 100% rename from yh-wms-ui/.env rename to .env diff --git a/yh-wms-ui/.env.development b/.env.development similarity index 100% rename from yh-wms-ui/.env.development rename to .env.development diff --git a/yh-wms-ui/.env.production b/.env.production similarity index 100% rename from yh-wms-ui/.env.production rename to .env.production diff --git a/yh-wms-ui/.env.test b/.env.test similarity index 100% rename from yh-wms-ui/.env.test rename to .env.test diff --git a/yh-wms-ui/.eslintignore b/.eslintignore similarity index 100% rename from yh-wms-ui/.eslintignore rename to .eslintignore diff --git a/yh-wms-ui/.eslintrc.js b/.eslintrc.js similarity index 100% rename from yh-wms-ui/.eslintrc.js rename to .eslintrc.js diff --git a/yh-wms-ui/.gitignore b/.gitignore similarity index 100% rename from yh-wms-ui/.gitignore rename to .gitignore diff --git a/yh-wms-ui/.prettierignore b/.prettierignore similarity index 100% rename from yh-wms-ui/.prettierignore rename to .prettierignore diff --git a/yh-wms-ui/.stylelintignore b/.stylelintignore similarity index 100% rename from yh-wms-ui/.stylelintignore rename to .stylelintignore diff --git a/yh-wms-ui/CHANGELOG.md b/CHANGELOG.md similarity index 100% rename from yh-wms-ui/CHANGELOG.md rename to CHANGELOG.md diff --git a/yh-wms-ui/README.md b/README.md similarity index 100% rename from yh-wms-ui/README.md rename to README.md diff --git a/yh-wms-ui/auto-imports.d.ts b/auto-imports.d.ts similarity index 100% rename from yh-wms-ui/auto-imports.d.ts rename to auto-imports.d.ts diff --git a/yh-wms-ui/build/constant.ts b/build/constant.ts similarity index 100% rename from yh-wms-ui/build/constant.ts rename to build/constant.ts diff --git a/yh-wms-ui/build/getConfigFileName.ts b/build/getConfigFileName.ts similarity index 100% rename from yh-wms-ui/build/getConfigFileName.ts rename to build/getConfigFileName.ts diff --git a/yh-wms-ui/build/script/buildConf.ts b/build/script/buildConf.ts similarity index 100% rename from yh-wms-ui/build/script/buildConf.ts rename to build/script/buildConf.ts diff --git a/yh-wms-ui/build/script/postBuild.ts b/build/script/postBuild.ts similarity index 100% rename from yh-wms-ui/build/script/postBuild.ts rename to build/script/postBuild.ts diff --git a/yh-wms-ui/build/utils.ts b/build/utils.ts similarity index 100% rename from yh-wms-ui/build/utils.ts rename to build/utils.ts diff --git a/yh-wms-ui/build/vite/plugin/compress.ts b/build/vite/plugin/compress.ts similarity index 100% rename from yh-wms-ui/build/vite/plugin/compress.ts rename to build/vite/plugin/compress.ts diff --git a/yh-wms-ui/build/vite/plugin/html.ts b/build/vite/plugin/html.ts similarity index 100% rename from yh-wms-ui/build/vite/plugin/html.ts rename to build/vite/plugin/html.ts diff --git a/yh-wms-ui/build/vite/plugin/index.ts b/build/vite/plugin/index.ts similarity index 100% rename from yh-wms-ui/build/vite/plugin/index.ts rename to build/vite/plugin/index.ts diff --git a/yh-wms-ui/build/vite/plugin/mock.ts b/build/vite/plugin/mock.ts similarity index 100% rename from yh-wms-ui/build/vite/plugin/mock.ts rename to build/vite/plugin/mock.ts diff --git a/yh-wms-ui/build/vite/plugin/visualizer.ts b/build/vite/plugin/visualizer.ts similarity index 100% rename from yh-wms-ui/build/vite/plugin/visualizer.ts rename to build/vite/plugin/visualizer.ts diff --git a/yh-wms-ui/build/vite/proxy.ts b/build/vite/proxy.ts similarity index 100% rename from yh-wms-ui/build/vite/proxy.ts rename to build/vite/proxy.ts diff --git a/yh-wms-ui/commitlint.config.js b/commitlint.config.js similarity index 100% rename from yh-wms-ui/commitlint.config.js rename to commitlint.config.js diff --git a/yh-wms-ui/index.html b/index.html similarity index 100% rename from yh-wms-ui/index.html rename to index.html diff --git a/yh-wms-ui/mock/_createProductionServer.ts b/mock/_createProductionServer.ts similarity index 100% rename from yh-wms-ui/mock/_createProductionServer.ts rename to mock/_createProductionServer.ts diff --git a/yh-wms-ui/mock/_util.ts b/mock/_util.ts similarity index 100% rename from yh-wms-ui/mock/_util.ts rename to mock/_util.ts diff --git a/yh-wms-ui/mock/comtemp/article.ts b/mock/comtemp/article.ts similarity index 100% rename from yh-wms-ui/mock/comtemp/article.ts rename to mock/comtemp/article.ts diff --git a/yh-wms-ui/mock/comtemp/category.ts b/mock/comtemp/category.ts similarity index 100% rename from yh-wms-ui/mock/comtemp/category.ts rename to mock/comtemp/category.ts diff --git a/yh-wms-ui/mock/comtemp/make.ts b/mock/comtemp/make.ts similarity index 100% rename from yh-wms-ui/mock/comtemp/make.ts rename to mock/comtemp/make.ts diff --git a/yh-wms-ui/mock/comtemp/video.ts b/mock/comtemp/video.ts similarity index 100% rename from yh-wms-ui/mock/comtemp/video.ts rename to mock/comtemp/video.ts diff --git a/yh-wms-ui/mock/dashboard/console.ts b/mock/dashboard/console.ts similarity index 100% rename from yh-wms-ui/mock/dashboard/console.ts rename to mock/dashboard/console.ts diff --git a/yh-wms-ui/mock/region/region.ts b/mock/region/region.ts similarity index 100% rename from yh-wms-ui/mock/region/region.ts rename to mock/region/region.ts diff --git a/yh-wms-ui/mock/select/select.ts b/mock/select/select.ts similarity index 100% rename from yh-wms-ui/mock/select/select.ts rename to mock/select/select.ts diff --git a/yh-wms-ui/mock/system/dictionary.ts b/mock/system/dictionary.ts similarity index 100% rename from yh-wms-ui/mock/system/dictionary.ts rename to mock/system/dictionary.ts diff --git a/yh-wms-ui/mock/system/menu.ts b/mock/system/menu.ts similarity index 100% rename from yh-wms-ui/mock/system/menu.ts rename to mock/system/menu.ts diff --git a/yh-wms-ui/mock/system/role.ts b/mock/system/role.ts similarity index 100% rename from yh-wms-ui/mock/system/role.ts rename to mock/system/role.ts diff --git a/yh-wms-ui/mock/table/list.ts b/mock/table/list.ts similarity index 100% rename from yh-wms-ui/mock/table/list.ts rename to mock/table/list.ts diff --git a/yh-wms-ui/mock/table/select.ts b/mock/table/select.ts similarity index 100% rename from yh-wms-ui/mock/table/select.ts rename to mock/table/select.ts diff --git a/yh-wms-ui/mock/user/menus.ts b/mock/user/menus.ts similarity index 100% rename from yh-wms-ui/mock/user/menus.ts rename to mock/user/menus.ts diff --git a/yh-wms-ui/mock/user/user.ts b/mock/user/user.ts similarity index 100% rename from yh-wms-ui/mock/user/user.ts rename to mock/user/user.ts diff --git a/yh-wms-ui/package.json b/package.json similarity index 100% rename from yh-wms-ui/package.json rename to package.json diff --git a/yh-wms-ui/pnpm-lock.yaml b/pnpm-lock.yaml similarity index 100% rename from yh-wms-ui/pnpm-lock.yaml rename to pnpm-lock.yaml diff --git a/yh-wms-ui/postcss.config.js b/postcss.config.js similarity index 100% rename from yh-wms-ui/postcss.config.js rename to postcss.config.js diff --git a/yh-wms-ui/prettier.config.js b/prettier.config.js similarity index 100% rename from yh-wms-ui/prettier.config.js rename to prettier.config.js diff --git a/yh-wms-ui/public/favicon.ico b/public/favicon.ico similarity index 100% rename from yh-wms-ui/public/favicon.ico rename to public/favicon.ico diff --git a/yh-wms-ui/src/App.vue b/src/App.vue similarity index 100% rename from yh-wms-ui/src/App.vue rename to src/App.vue diff --git a/yh-wms-ui/src/api/common/index.ts b/src/api/common/index.ts similarity index 100% rename from yh-wms-ui/src/api/common/index.ts rename to src/api/common/index.ts diff --git a/yh-wms-ui/src/api/comtemp/article.ts b/src/api/comtemp/article.ts similarity index 100% rename from yh-wms-ui/src/api/comtemp/article.ts rename to src/api/comtemp/article.ts diff --git a/yh-wms-ui/src/api/comtemp/category.ts b/src/api/comtemp/category.ts similarity index 100% rename from yh-wms-ui/src/api/comtemp/category.ts rename to src/api/comtemp/category.ts diff --git a/yh-wms-ui/src/api/comtemp/make.ts b/src/api/comtemp/make.ts similarity index 100% rename from yh-wms-ui/src/api/comtemp/make.ts rename to src/api/comtemp/make.ts diff --git a/yh-wms-ui/src/api/comtemp/video.ts b/src/api/comtemp/video.ts similarity index 100% rename from yh-wms-ui/src/api/comtemp/video.ts rename to src/api/comtemp/video.ts diff --git a/yh-wms-ui/src/api/dashboard/console.ts b/src/api/dashboard/console.ts similarity index 100% rename from yh-wms-ui/src/api/dashboard/console.ts rename to src/api/dashboard/console.ts diff --git a/yh-wms-ui/src/api/region/region.ts b/src/api/region/region.ts similarity index 100% rename from yh-wms-ui/src/api/region/region.ts rename to src/api/region/region.ts diff --git a/yh-wms-ui/src/api/select/select.ts b/src/api/select/select.ts similarity index 100% rename from yh-wms-ui/src/api/select/select.ts rename to src/api/select/select.ts diff --git a/yh-wms-ui/src/api/system/dictionary.ts b/src/api/system/dictionary.ts similarity index 100% rename from yh-wms-ui/src/api/system/dictionary.ts rename to src/api/system/dictionary.ts diff --git a/yh-wms-ui/src/api/system/menu.ts b/src/api/system/menu.ts similarity index 100% rename from yh-wms-ui/src/api/system/menu.ts rename to src/api/system/menu.ts diff --git a/yh-wms-ui/src/api/system/role.ts b/src/api/system/role.ts similarity index 100% rename from yh-wms-ui/src/api/system/role.ts rename to src/api/system/role.ts diff --git a/yh-wms-ui/src/api/system/user.ts b/src/api/system/user.ts similarity index 100% rename from yh-wms-ui/src/api/system/user.ts rename to src/api/system/user.ts diff --git a/yh-wms-ui/src/api/table/list.ts b/src/api/table/list.ts similarity index 100% rename from yh-wms-ui/src/api/table/list.ts rename to src/api/table/list.ts diff --git a/yh-wms-ui/src/assets/icons/login.svg b/src/assets/icons/login.svg similarity index 100% rename from yh-wms-ui/src/assets/icons/login.svg rename to src/assets/icons/login.svg diff --git a/yh-wms-ui/src/assets/icons/logo.svg b/src/assets/icons/logo.svg similarity index 100% rename from yh-wms-ui/src/assets/icons/logo.svg rename to src/assets/icons/logo.svg diff --git a/yh-wms-ui/src/assets/images/Business.svg b/src/assets/images/Business.svg similarity index 100% rename from yh-wms-ui/src/assets/images/Business.svg rename to src/assets/images/Business.svg diff --git a/yh-wms-ui/src/assets/images/Error.svg b/src/assets/images/Error.svg similarity index 100% rename from yh-wms-ui/src/assets/images/Error.svg rename to src/assets/images/Error.svg diff --git a/yh-wms-ui/src/assets/images/account-logo.png b/src/assets/images/account-logo.png similarity index 100% rename from yh-wms-ui/src/assets/images/account-logo.png rename to src/assets/images/account-logo.png diff --git a/yh-wms-ui/src/assets/images/analysis.svg b/src/assets/images/analysis.svg similarity index 100% rename from yh-wms-ui/src/assets/images/analysis.svg rename to src/assets/images/analysis.svg diff --git a/yh-wms-ui/src/assets/images/exception/403.svg b/src/assets/images/exception/403.svg similarity index 100% rename from yh-wms-ui/src/assets/images/exception/403.svg rename to src/assets/images/exception/403.svg diff --git a/yh-wms-ui/src/assets/images/exception/404.svg b/src/assets/images/exception/404.svg similarity index 100% rename from yh-wms-ui/src/assets/images/exception/404.svg rename to src/assets/images/exception/404.svg diff --git a/yh-wms-ui/src/assets/images/exception/500.svg b/src/assets/images/exception/500.svg similarity index 100% rename from yh-wms-ui/src/assets/images/exception/500.svg rename to src/assets/images/exception/500.svg diff --git a/yh-wms-ui/src/assets/images/exception/developing.svg b/src/assets/images/exception/developing.svg similarity index 100% rename from yh-wms-ui/src/assets/images/exception/developing.svg rename to src/assets/images/exception/developing.svg diff --git a/yh-wms-ui/src/assets/images/exception/load-error.svg b/src/assets/images/exception/load-error.svg similarity index 100% rename from yh-wms-ui/src/assets/images/exception/load-error.svg rename to src/assets/images/exception/load-error.svg diff --git a/yh-wms-ui/src/assets/images/exception/nodata.svg b/src/assets/images/exception/nodata.svg similarity index 100% rename from yh-wms-ui/src/assets/images/exception/nodata.svg rename to src/assets/images/exception/nodata.svg diff --git a/yh-wms-ui/src/assets/images/header-theme-dark.svg b/src/assets/images/header-theme-dark.svg similarity index 100% rename from yh-wms-ui/src/assets/images/header-theme-dark.svg rename to src/assets/images/header-theme-dark.svg diff --git a/yh-wms-ui/src/assets/images/login-bg.svg b/src/assets/images/login-bg.svg similarity index 100% rename from yh-wms-ui/src/assets/images/login-bg.svg rename to src/assets/images/login-bg.svg diff --git a/yh-wms-ui/src/assets/images/login-pic.png b/src/assets/images/login-pic.png similarity index 100% rename from yh-wms-ui/src/assets/images/login-pic.png rename to src/assets/images/login-pic.png diff --git a/yh-wms-ui/src/assets/images/login.svg b/src/assets/images/login.svg similarity index 100% rename from yh-wms-ui/src/assets/images/login.svg rename to src/assets/images/login.svg diff --git a/yh-wms-ui/src/assets/images/logo.png b/src/assets/images/logo.png similarity index 100% rename from yh-wms-ui/src/assets/images/logo.png rename to src/assets/images/logo.png diff --git a/yh-wms-ui/src/assets/images/nav-horizontal-mix.svg b/src/assets/images/nav-horizontal-mix.svg similarity index 100% rename from yh-wms-ui/src/assets/images/nav-horizontal-mix.svg rename to src/assets/images/nav-horizontal-mix.svg diff --git a/yh-wms-ui/src/assets/images/nav-horizontal.svg b/src/assets/images/nav-horizontal.svg similarity index 100% rename from yh-wms-ui/src/assets/images/nav-horizontal.svg rename to src/assets/images/nav-horizontal.svg diff --git a/yh-wms-ui/src/assets/images/nav-theme-dark.svg b/src/assets/images/nav-theme-dark.svg similarity index 100% rename from yh-wms-ui/src/assets/images/nav-theme-dark.svg rename to src/assets/images/nav-theme-dark.svg diff --git a/yh-wms-ui/src/assets/images/nav-theme-light.svg b/src/assets/images/nav-theme-light.svg similarity index 100% rename from yh-wms-ui/src/assets/images/nav-theme-light.svg rename to src/assets/images/nav-theme-light.svg diff --git a/yh-wms-ui/src/assets/images/order_count.svg b/src/assets/images/order_count.svg similarity index 100% rename from yh-wms-ui/src/assets/images/order_count.svg rename to src/assets/images/order_count.svg diff --git a/yh-wms-ui/src/assets/images/sale.svg b/src/assets/images/sale.svg similarity index 100% rename from yh-wms-ui/src/assets/images/sale.svg rename to src/assets/images/sale.svg diff --git a/yh-wms-ui/src/assets/images/sales-dashboard.svg b/src/assets/images/sales-dashboard.svg similarity index 100% rename from yh-wms-ui/src/assets/images/sales-dashboard.svg rename to src/assets/images/sales-dashboard.svg diff --git a/yh-wms-ui/src/assets/images/schoolboy.png b/src/assets/images/schoolboy.png similarity index 100% rename from yh-wms-ui/src/assets/images/schoolboy.png rename to src/assets/images/schoolboy.png diff --git a/yh-wms-ui/src/assets/images/tool.png b/src/assets/images/tool.png similarity index 100% rename from yh-wms-ui/src/assets/images/tool.png rename to src/assets/images/tool.png diff --git a/yh-wms-ui/src/assets/images/visits.svg b/src/assets/images/visits.svg similarity index 100% rename from yh-wms-ui/src/assets/images/visits.svg rename to src/assets/images/visits.svg diff --git a/yh-wms-ui/src/assets/images/volume.svg b/src/assets/images/volume.svg similarity index 100% rename from yh-wms-ui/src/assets/images/volume.svg rename to src/assets/images/volume.svg diff --git a/yh-wms-ui/src/components/Application/Application.vue b/src/components/Application/Application.vue similarity index 100% rename from yh-wms-ui/src/components/Application/Application.vue rename to src/components/Application/Application.vue diff --git a/yh-wms-ui/src/components/Application/index.ts b/src/components/Application/index.ts similarity index 100% rename from yh-wms-ui/src/components/Application/index.ts rename to src/components/Application/index.ts diff --git a/yh-wms-ui/src/components/Application/search/AppSearch.vue b/src/components/Application/search/AppSearch.vue similarity index 100% rename from yh-wms-ui/src/components/Application/search/AppSearch.vue rename to src/components/Application/search/AppSearch.vue diff --git a/yh-wms-ui/src/components/Authority/index.ts b/src/components/Authority/index.ts similarity index 100% rename from yh-wms-ui/src/components/Authority/index.ts rename to src/components/Authority/index.ts diff --git a/yh-wms-ui/src/components/Authority/src/Authority.vue b/src/components/Authority/src/Authority.vue similarity index 100% rename from yh-wms-ui/src/components/Authority/src/Authority.vue rename to src/components/Authority/src/Authority.vue diff --git a/yh-wms-ui/src/components/CountTo/CountTo.vue b/src/components/CountTo/CountTo.vue similarity index 100% rename from yh-wms-ui/src/components/CountTo/CountTo.vue rename to src/components/CountTo/CountTo.vue diff --git a/yh-wms-ui/src/components/CountTo/index.ts b/src/components/CountTo/index.ts similarity index 100% rename from yh-wms-ui/src/components/CountTo/index.ts rename to src/components/CountTo/index.ts diff --git a/yh-wms-ui/src/components/Cropper/index.ts b/src/components/Cropper/index.ts similarity index 100% rename from yh-wms-ui/src/components/Cropper/index.ts rename to src/components/Cropper/index.ts diff --git a/yh-wms-ui/src/components/Cropper/src/Cropper.vue b/src/components/Cropper/src/Cropper.vue similarity index 100% rename from yh-wms-ui/src/components/Cropper/src/Cropper.vue rename to src/components/Cropper/src/Cropper.vue diff --git a/yh-wms-ui/src/components/Cropper/src/CropperImage.vue b/src/components/Cropper/src/CropperImage.vue similarity index 100% rename from yh-wms-ui/src/components/Cropper/src/CropperImage.vue rename to src/components/Cropper/src/CropperImage.vue diff --git a/yh-wms-ui/src/components/Cropper/src/CropperModal.vue b/src/components/Cropper/src/CropperModal.vue similarity index 100% rename from yh-wms-ui/src/components/Cropper/src/CropperModal.vue rename to src/components/Cropper/src/CropperModal.vue diff --git a/yh-wms-ui/src/components/Cropper/src/typing.ts b/src/components/Cropper/src/typing.ts similarity index 100% rename from yh-wms-ui/src/components/Cropper/src/typing.ts rename to src/components/Cropper/src/typing.ts diff --git a/yh-wms-ui/src/components/Excel/index.ts b/src/components/Excel/index.ts similarity index 100% rename from yh-wms-ui/src/components/Excel/index.ts rename to src/components/Excel/index.ts diff --git a/yh-wms-ui/src/components/Excel/src/Export2Excel.ts b/src/components/Excel/src/Export2Excel.ts similarity index 100% rename from yh-wms-ui/src/components/Excel/src/Export2Excel.ts rename to src/components/Excel/src/Export2Excel.ts diff --git a/yh-wms-ui/src/components/Excel/src/ImportExcel.vue b/src/components/Excel/src/ImportExcel.vue similarity index 100% rename from yh-wms-ui/src/components/Excel/src/ImportExcel.vue rename to src/components/Excel/src/ImportExcel.vue diff --git a/yh-wms-ui/src/components/Excel/src/typing.ts b/src/components/Excel/src/typing.ts similarity index 100% rename from yh-wms-ui/src/components/Excel/src/typing.ts rename to src/components/Excel/src/typing.ts diff --git a/yh-wms-ui/src/components/Form/index.ts b/src/components/Form/index.ts similarity index 100% rename from yh-wms-ui/src/components/Form/index.ts rename to src/components/Form/index.ts diff --git a/yh-wms-ui/src/components/Form/src/BasicForm.vue b/src/components/Form/src/BasicForm.vue similarity index 100% rename from yh-wms-ui/src/components/Form/src/BasicForm.vue rename to src/components/Form/src/BasicForm.vue diff --git a/yh-wms-ui/src/components/Form/src/helper.ts b/src/components/Form/src/helper.ts similarity index 100% rename from yh-wms-ui/src/components/Form/src/helper.ts rename to src/components/Form/src/helper.ts diff --git a/yh-wms-ui/src/components/Form/src/hooks/useForm.ts b/src/components/Form/src/hooks/useForm.ts similarity index 100% rename from yh-wms-ui/src/components/Form/src/hooks/useForm.ts rename to src/components/Form/src/hooks/useForm.ts diff --git a/yh-wms-ui/src/components/Form/src/hooks/useFormContext.ts b/src/components/Form/src/hooks/useFormContext.ts similarity index 100% rename from yh-wms-ui/src/components/Form/src/hooks/useFormContext.ts rename to src/components/Form/src/hooks/useFormContext.ts diff --git a/yh-wms-ui/src/components/Form/src/hooks/useFormEvents.ts b/src/components/Form/src/hooks/useFormEvents.ts similarity index 100% rename from yh-wms-ui/src/components/Form/src/hooks/useFormEvents.ts rename to src/components/Form/src/hooks/useFormEvents.ts diff --git a/yh-wms-ui/src/components/Form/src/hooks/useFormValues.ts b/src/components/Form/src/hooks/useFormValues.ts similarity index 100% rename from yh-wms-ui/src/components/Form/src/hooks/useFormValues.ts rename to src/components/Form/src/hooks/useFormValues.ts diff --git a/yh-wms-ui/src/components/Form/src/props.ts b/src/components/Form/src/props.ts similarity index 100% rename from yh-wms-ui/src/components/Form/src/props.ts rename to src/components/Form/src/props.ts diff --git a/yh-wms-ui/src/components/Form/src/types/form.ts b/src/components/Form/src/types/form.ts similarity index 100% rename from yh-wms-ui/src/components/Form/src/types/form.ts rename to src/components/Form/src/types/form.ts diff --git a/yh-wms-ui/src/components/Form/src/types/index.ts b/src/components/Form/src/types/index.ts similarity index 100% rename from yh-wms-ui/src/components/Form/src/types/index.ts rename to src/components/Form/src/types/index.ts diff --git a/yh-wms-ui/src/components/Lockscreen/Lockscreen.vue b/src/components/Lockscreen/Lockscreen.vue similarity index 100% rename from yh-wms-ui/src/components/Lockscreen/Lockscreen.vue rename to src/components/Lockscreen/Lockscreen.vue diff --git a/yh-wms-ui/src/components/Lockscreen/Recharge.vue b/src/components/Lockscreen/Recharge.vue similarity index 100% rename from yh-wms-ui/src/components/Lockscreen/Recharge.vue rename to src/components/Lockscreen/Recharge.vue diff --git a/yh-wms-ui/src/components/Lockscreen/index.ts b/src/components/Lockscreen/index.ts similarity index 100% rename from yh-wms-ui/src/components/Lockscreen/index.ts rename to src/components/Lockscreen/index.ts diff --git a/yh-wms-ui/src/components/Modal/index.ts b/src/components/Modal/index.ts similarity index 100% rename from yh-wms-ui/src/components/Modal/index.ts rename to src/components/Modal/index.ts diff --git a/yh-wms-ui/src/components/Modal/src/basicModal.vue b/src/components/Modal/src/basicModal.vue similarity index 100% rename from yh-wms-ui/src/components/Modal/src/basicModal.vue rename to src/components/Modal/src/basicModal.vue diff --git a/yh-wms-ui/src/components/Modal/src/components/FooterAction.vue b/src/components/Modal/src/components/FooterAction.vue similarity index 100% rename from yh-wms-ui/src/components/Modal/src/components/FooterAction.vue rename to src/components/Modal/src/components/FooterAction.vue diff --git a/yh-wms-ui/src/components/Modal/src/hooks/useModal.ts b/src/components/Modal/src/hooks/useModal.ts similarity index 100% rename from yh-wms-ui/src/components/Modal/src/hooks/useModal.ts rename to src/components/Modal/src/hooks/useModal.ts diff --git a/yh-wms-ui/src/components/Modal/src/props.ts b/src/components/Modal/src/props.ts similarity index 100% rename from yh-wms-ui/src/components/Modal/src/props.ts rename to src/components/Modal/src/props.ts diff --git a/yh-wms-ui/src/components/Modal/src/type/index.ts b/src/components/Modal/src/type/index.ts similarity index 100% rename from yh-wms-ui/src/components/Modal/src/type/index.ts rename to src/components/Modal/src/type/index.ts diff --git a/yh-wms-ui/src/components/Page/index.ts b/src/components/Page/index.ts similarity index 100% rename from yh-wms-ui/src/components/Page/index.ts rename to src/components/Page/index.ts diff --git a/yh-wms-ui/src/components/Page/src/PageFooter.vue b/src/components/Page/src/PageFooter.vue similarity index 100% rename from yh-wms-ui/src/components/Page/src/PageFooter.vue rename to src/components/Page/src/PageFooter.vue diff --git a/yh-wms-ui/src/components/Page/src/PageWrapper.vue b/src/components/Page/src/PageWrapper.vue similarity index 100% rename from yh-wms-ui/src/components/Page/src/PageWrapper.vue rename to src/components/Page/src/PageWrapper.vue diff --git a/yh-wms-ui/src/components/Page/src/wrapperProps.ts b/src/components/Page/src/wrapperProps.ts similarity index 100% rename from yh-wms-ui/src/components/Page/src/wrapperProps.ts rename to src/components/Page/src/wrapperProps.ts diff --git a/yh-wms-ui/src/components/Password/index.ts b/src/components/Password/index.ts similarity index 100% rename from yh-wms-ui/src/components/Password/index.ts rename to src/components/Password/index.ts diff --git a/yh-wms-ui/src/components/Password/src/Password.vue b/src/components/Password/src/Password.vue similarity index 100% rename from yh-wms-ui/src/components/Password/src/Password.vue rename to src/components/Password/src/Password.vue diff --git a/yh-wms-ui/src/components/Password/src/components/Intensity.vue b/src/components/Password/src/components/Intensity.vue similarity index 100% rename from yh-wms-ui/src/components/Password/src/components/Intensity.vue rename to src/components/Password/src/components/Intensity.vue diff --git a/yh-wms-ui/src/components/Password/src/props.ts b/src/components/Password/src/props.ts similarity index 100% rename from yh-wms-ui/src/components/Password/src/props.ts rename to src/components/Password/src/props.ts diff --git a/yh-wms-ui/src/components/Qrcode/index.ts b/src/components/Qrcode/index.ts similarity index 100% rename from yh-wms-ui/src/components/Qrcode/index.ts rename to src/components/Qrcode/index.ts diff --git a/yh-wms-ui/src/components/Qrcode/src/Qrcode.vue b/src/components/Qrcode/src/Qrcode.vue similarity index 100% rename from yh-wms-ui/src/components/Qrcode/src/Qrcode.vue rename to src/components/Qrcode/src/Qrcode.vue diff --git a/yh-wms-ui/src/components/Qrcode/src/drawCanvas.ts b/src/components/Qrcode/src/drawCanvas.ts similarity index 100% rename from yh-wms-ui/src/components/Qrcode/src/drawCanvas.ts rename to src/components/Qrcode/src/drawCanvas.ts diff --git a/yh-wms-ui/src/components/Qrcode/src/drawLogo.ts b/src/components/Qrcode/src/drawLogo.ts similarity index 100% rename from yh-wms-ui/src/components/Qrcode/src/drawLogo.ts rename to src/components/Qrcode/src/drawLogo.ts diff --git a/yh-wms-ui/src/components/Qrcode/src/qrcodePlus.ts b/src/components/Qrcode/src/qrcodePlus.ts similarity index 100% rename from yh-wms-ui/src/components/Qrcode/src/qrcodePlus.ts rename to src/components/Qrcode/src/qrcodePlus.ts diff --git a/yh-wms-ui/src/components/Qrcode/src/toCanvas.ts b/src/components/Qrcode/src/toCanvas.ts similarity index 100% rename from yh-wms-ui/src/components/Qrcode/src/toCanvas.ts rename to src/components/Qrcode/src/toCanvas.ts diff --git a/yh-wms-ui/src/components/Qrcode/src/typing.ts b/src/components/Qrcode/src/typing.ts similarity index 100% rename from yh-wms-ui/src/components/Qrcode/src/typing.ts rename to src/components/Qrcode/src/typing.ts diff --git a/yh-wms-ui/src/components/Region/index.ts b/src/components/Region/index.ts similarity index 100% rename from yh-wms-ui/src/components/Region/index.ts rename to src/components/Region/index.ts diff --git a/yh-wms-ui/src/components/Region/src/Region.vue b/src/components/Region/src/Region.vue similarity index 100% rename from yh-wms-ui/src/components/Region/src/Region.vue rename to src/components/Region/src/Region.vue diff --git a/yh-wms-ui/src/components/Region/src/props.ts b/src/components/Region/src/props.ts similarity index 100% rename from yh-wms-ui/src/components/Region/src/props.ts rename to src/components/Region/src/props.ts diff --git a/yh-wms-ui/src/components/Render/index.ts b/src/components/Render/index.ts similarity index 100% rename from yh-wms-ui/src/components/Render/index.ts rename to src/components/Render/index.ts diff --git a/yh-wms-ui/src/components/Render/src/Render.vue b/src/components/Render/src/Render.vue similarity index 100% rename from yh-wms-ui/src/components/Render/src/Render.vue rename to src/components/Render/src/Render.vue diff --git a/yh-wms-ui/src/components/Select/index.ts b/src/components/Select/index.ts similarity index 100% rename from yh-wms-ui/src/components/Select/index.ts rename to src/components/Select/index.ts diff --git a/yh-wms-ui/src/components/Select/src/BasicSelect.vue b/src/components/Select/src/BasicSelect.vue similarity index 100% rename from yh-wms-ui/src/components/Select/src/BasicSelect.vue rename to src/components/Select/src/BasicSelect.vue diff --git a/yh-wms-ui/src/components/Select/src/props.ts b/src/components/Select/src/props.ts similarity index 100% rename from yh-wms-ui/src/components/Select/src/props.ts rename to src/components/Select/src/props.ts diff --git a/yh-wms-ui/src/components/Table/index.ts b/src/components/Table/index.ts similarity index 100% rename from yh-wms-ui/src/components/Table/index.ts rename to src/components/Table/index.ts diff --git a/yh-wms-ui/src/components/Table/src/Table.vue b/src/components/Table/src/Table.vue similarity index 100% rename from yh-wms-ui/src/components/Table/src/Table.vue rename to src/components/Table/src/Table.vue diff --git a/yh-wms-ui/src/components/Table/src/componentMap.ts b/src/components/Table/src/componentMap.ts similarity index 100% rename from yh-wms-ui/src/components/Table/src/componentMap.ts rename to src/components/Table/src/componentMap.ts diff --git a/yh-wms-ui/src/components/Table/src/components/Render/index.ts b/src/components/Table/src/components/Render/index.ts similarity index 100% rename from yh-wms-ui/src/components/Table/src/components/Render/index.ts rename to src/components/Table/src/components/Render/index.ts diff --git a/yh-wms-ui/src/components/Table/src/components/Render/src/Render.vue b/src/components/Table/src/components/Render/src/Render.vue similarity index 100% rename from yh-wms-ui/src/components/Table/src/components/Render/src/Render.vue rename to src/components/Table/src/components/Render/src/Render.vue diff --git a/yh-wms-ui/src/components/Table/src/components/TableAction.vue b/src/components/Table/src/components/TableAction.vue similarity index 100% rename from yh-wms-ui/src/components/Table/src/components/TableAction.vue rename to src/components/Table/src/components/TableAction.vue diff --git a/yh-wms-ui/src/components/Table/src/components/editable/CellComponent.ts b/src/components/Table/src/components/editable/CellComponent.ts similarity index 100% rename from yh-wms-ui/src/components/Table/src/components/editable/CellComponent.ts rename to src/components/Table/src/components/editable/CellComponent.ts diff --git a/yh-wms-ui/src/components/Table/src/components/editable/EditableCell.vue b/src/components/Table/src/components/editable/EditableCell.vue similarity index 100% rename from yh-wms-ui/src/components/Table/src/components/editable/EditableCell.vue rename to src/components/Table/src/components/editable/EditableCell.vue diff --git a/yh-wms-ui/src/components/Table/src/components/editable/helper.ts b/src/components/Table/src/components/editable/helper.ts similarity index 100% rename from yh-wms-ui/src/components/Table/src/components/editable/helper.ts rename to src/components/Table/src/components/editable/helper.ts diff --git a/yh-wms-ui/src/components/Table/src/components/editable/index.ts b/src/components/Table/src/components/editable/index.ts similarity index 100% rename from yh-wms-ui/src/components/Table/src/components/editable/index.ts rename to src/components/Table/src/components/editable/index.ts diff --git a/yh-wms-ui/src/components/Table/src/components/settings/ColumnSetting.vue b/src/components/Table/src/components/settings/ColumnSetting.vue similarity index 100% rename from yh-wms-ui/src/components/Table/src/components/settings/ColumnSetting.vue rename to src/components/Table/src/components/settings/ColumnSetting.vue diff --git a/yh-wms-ui/src/components/Table/src/const.ts b/src/components/Table/src/const.ts similarity index 100% rename from yh-wms-ui/src/components/Table/src/const.ts rename to src/components/Table/src/const.ts diff --git a/yh-wms-ui/src/components/Table/src/hooks/useColumns.ts b/src/components/Table/src/hooks/useColumns.ts similarity index 100% rename from yh-wms-ui/src/components/Table/src/hooks/useColumns.ts rename to src/components/Table/src/hooks/useColumns.ts diff --git a/yh-wms-ui/src/components/Table/src/hooks/useDataSource.ts b/src/components/Table/src/hooks/useDataSource.ts similarity index 100% rename from yh-wms-ui/src/components/Table/src/hooks/useDataSource.ts rename to src/components/Table/src/hooks/useDataSource.ts diff --git a/yh-wms-ui/src/components/Table/src/hooks/useLoading.ts b/src/components/Table/src/hooks/useLoading.ts similarity index 100% rename from yh-wms-ui/src/components/Table/src/hooks/useLoading.ts rename to src/components/Table/src/hooks/useLoading.ts diff --git a/yh-wms-ui/src/components/Table/src/hooks/usePagination.ts b/src/components/Table/src/hooks/usePagination.ts similarity index 100% rename from yh-wms-ui/src/components/Table/src/hooks/usePagination.ts rename to src/components/Table/src/hooks/usePagination.ts diff --git a/yh-wms-ui/src/components/Table/src/hooks/useTableContext.ts b/src/components/Table/src/hooks/useTableContext.ts similarity index 100% rename from yh-wms-ui/src/components/Table/src/hooks/useTableContext.ts rename to src/components/Table/src/hooks/useTableContext.ts diff --git a/yh-wms-ui/src/components/Table/src/props.ts b/src/components/Table/src/props.ts similarity index 100% rename from yh-wms-ui/src/components/Table/src/props.ts rename to src/components/Table/src/props.ts diff --git a/yh-wms-ui/src/components/Table/src/types/componentType.ts b/src/components/Table/src/types/componentType.ts similarity index 100% rename from yh-wms-ui/src/components/Table/src/types/componentType.ts rename to src/components/Table/src/types/componentType.ts diff --git a/yh-wms-ui/src/components/Table/src/types/pagination.ts b/src/components/Table/src/types/pagination.ts similarity index 100% rename from yh-wms-ui/src/components/Table/src/types/pagination.ts rename to src/components/Table/src/types/pagination.ts diff --git a/yh-wms-ui/src/components/Table/src/types/table.ts b/src/components/Table/src/types/table.ts similarity index 100% rename from yh-wms-ui/src/components/Table/src/types/table.ts rename to src/components/Table/src/types/table.ts diff --git a/yh-wms-ui/src/components/Table/src/types/tableAction.ts b/src/components/Table/src/types/tableAction.ts similarity index 100% rename from yh-wms-ui/src/components/Table/src/types/tableAction.ts rename to src/components/Table/src/types/tableAction.ts diff --git a/yh-wms-ui/src/components/TableSelect/index.ts b/src/components/TableSelect/index.ts similarity index 100% rename from yh-wms-ui/src/components/TableSelect/index.ts rename to src/components/TableSelect/index.ts diff --git a/yh-wms-ui/src/components/TableSelect/src/TableSelect.vue b/src/components/TableSelect/src/TableSelect.vue similarity index 100% rename from yh-wms-ui/src/components/TableSelect/src/TableSelect.vue rename to src/components/TableSelect/src/TableSelect.vue diff --git a/yh-wms-ui/src/components/TableSelect/src/props.ts b/src/components/TableSelect/src/props.ts similarity index 100% rename from yh-wms-ui/src/components/TableSelect/src/props.ts rename to src/components/TableSelect/src/props.ts diff --git a/yh-wms-ui/src/components/TableSelect/src/types/index.ts b/src/components/TableSelect/src/types/index.ts similarity index 100% rename from yh-wms-ui/src/components/TableSelect/src/types/index.ts rename to src/components/TableSelect/src/types/index.ts diff --git a/yh-wms-ui/src/components/Upload/index.ts b/src/components/Upload/index.ts similarity index 100% rename from yh-wms-ui/src/components/Upload/index.ts rename to src/components/Upload/index.ts diff --git a/yh-wms-ui/src/components/Upload/src/BasicUpload.vue b/src/components/Upload/src/BasicUpload.vue similarity index 100% rename from yh-wms-ui/src/components/Upload/src/BasicUpload.vue rename to src/components/Upload/src/BasicUpload.vue diff --git a/yh-wms-ui/src/components/Upload/src/props.ts b/src/components/Upload/src/props.ts similarity index 100% rename from yh-wms-ui/src/components/Upload/src/props.ts rename to src/components/Upload/src/props.ts diff --git a/yh-wms-ui/src/components/Upload/src/type/index.ts b/src/components/Upload/src/type/index.ts similarity index 100% rename from yh-wms-ui/src/components/Upload/src/type/index.ts rename to src/components/Upload/src/type/index.ts diff --git a/yh-wms-ui/src/directives/clickOutside.ts b/src/directives/clickOutside.ts similarity index 100% rename from yh-wms-ui/src/directives/clickOutside.ts rename to src/directives/clickOutside.ts diff --git a/yh-wms-ui/src/directives/permission.ts b/src/directives/permission.ts similarity index 100% rename from yh-wms-ui/src/directives/permission.ts rename to src/directives/permission.ts diff --git a/yh-wms-ui/src/directives/scrollBar.ts b/src/directives/scrollBar.ts similarity index 100% rename from yh-wms-ui/src/directives/scrollBar.ts rename to src/directives/scrollBar.ts diff --git a/yh-wms-ui/src/enums/avatarEnum.ts b/src/enums/avatarEnum.ts similarity index 100% rename from yh-wms-ui/src/enums/avatarEnum.ts rename to src/enums/avatarEnum.ts diff --git a/yh-wms-ui/src/enums/breakpointEnum.ts b/src/enums/breakpointEnum.ts similarity index 100% rename from yh-wms-ui/src/enums/breakpointEnum.ts rename to src/enums/breakpointEnum.ts diff --git a/yh-wms-ui/src/enums/cacheEnum.ts b/src/enums/cacheEnum.ts similarity index 100% rename from yh-wms-ui/src/enums/cacheEnum.ts rename to src/enums/cacheEnum.ts diff --git a/yh-wms-ui/src/enums/httpEnum.ts b/src/enums/httpEnum.ts similarity index 100% rename from yh-wms-ui/src/enums/httpEnum.ts rename to src/enums/httpEnum.ts diff --git a/yh-wms-ui/src/enums/pageEnum.ts b/src/enums/pageEnum.ts similarity index 100% rename from yh-wms-ui/src/enums/pageEnum.ts rename to src/enums/pageEnum.ts diff --git a/yh-wms-ui/src/enums/permissionsEnum.ts b/src/enums/permissionsEnum.ts similarity index 100% rename from yh-wms-ui/src/enums/permissionsEnum.ts rename to src/enums/permissionsEnum.ts diff --git a/yh-wms-ui/src/enums/roleEnum.ts b/src/enums/roleEnum.ts similarity index 100% rename from yh-wms-ui/src/enums/roleEnum.ts rename to src/enums/roleEnum.ts diff --git a/yh-wms-ui/src/hooks/core/useTimeout.ts b/src/hooks/core/useTimeout.ts similarity index 100% rename from yh-wms-ui/src/hooks/core/useTimeout.ts rename to src/hooks/core/useTimeout.ts diff --git a/yh-wms-ui/src/hooks/event/useBreakpoint.ts b/src/hooks/event/useBreakpoint.ts similarity index 100% rename from yh-wms-ui/src/hooks/event/useBreakpoint.ts rename to src/hooks/event/useBreakpoint.ts diff --git a/yh-wms-ui/src/hooks/event/useEventListener.ts b/src/hooks/event/useEventListener.ts similarity index 100% rename from yh-wms-ui/src/hooks/event/useEventListener.ts rename to src/hooks/event/useEventListener.ts diff --git a/yh-wms-ui/src/hooks/event/useWindowSizeFn.ts b/src/hooks/event/useWindowSizeFn.ts similarity index 100% rename from yh-wms-ui/src/hooks/event/useWindowSizeFn.ts rename to src/hooks/event/useWindowSizeFn.ts diff --git a/yh-wms-ui/src/hooks/index.ts b/src/hooks/index.ts similarity index 100% rename from yh-wms-ui/src/hooks/index.ts rename to src/hooks/index.ts diff --git a/yh-wms-ui/src/hooks/setting/index.ts b/src/hooks/setting/index.ts similarity index 100% rename from yh-wms-ui/src/hooks/setting/index.ts rename to src/hooks/setting/index.ts diff --git a/yh-wms-ui/src/hooks/setting/useDesignSetting.ts b/src/hooks/setting/useDesignSetting.ts similarity index 100% rename from yh-wms-ui/src/hooks/setting/useDesignSetting.ts rename to src/hooks/setting/useDesignSetting.ts diff --git a/yh-wms-ui/src/hooks/setting/useProjectSetting.ts b/src/hooks/setting/useProjectSetting.ts similarity index 100% rename from yh-wms-ui/src/hooks/setting/useProjectSetting.ts rename to src/hooks/setting/useProjectSetting.ts diff --git a/yh-wms-ui/src/hooks/use-async.ts b/src/hooks/use-async.ts similarity index 100% rename from yh-wms-ui/src/hooks/use-async.ts rename to src/hooks/use-async.ts diff --git a/yh-wms-ui/src/hooks/useBattery.ts b/src/hooks/useBattery.ts similarity index 100% rename from yh-wms-ui/src/hooks/useBattery.ts rename to src/hooks/useBattery.ts diff --git a/yh-wms-ui/src/hooks/useDomWidth.ts b/src/hooks/useDomWidth.ts similarity index 100% rename from yh-wms-ui/src/hooks/useDomWidth.ts rename to src/hooks/useDomWidth.ts diff --git a/yh-wms-ui/src/hooks/useOnline.ts b/src/hooks/useOnline.ts similarity index 100% rename from yh-wms-ui/src/hooks/useOnline.ts rename to src/hooks/useOnline.ts diff --git a/yh-wms-ui/src/hooks/useTime.ts b/src/hooks/useTime.ts similarity index 100% rename from yh-wms-ui/src/hooks/useTime.ts rename to src/hooks/useTime.ts diff --git a/yh-wms-ui/src/hooks/web/useCopyToClipboard.ts b/src/hooks/web/useCopyToClipboard.ts similarity index 100% rename from yh-wms-ui/src/hooks/web/useCopyToClipboard.ts rename to src/hooks/web/useCopyToClipboard.ts diff --git a/yh-wms-ui/src/hooks/web/useECharts.ts b/src/hooks/web/useECharts.ts similarity index 100% rename from yh-wms-ui/src/hooks/web/useECharts.ts rename to src/hooks/web/useECharts.ts diff --git a/yh-wms-ui/src/hooks/web/usePage.ts b/src/hooks/web/usePage.ts similarity index 100% rename from yh-wms-ui/src/hooks/web/usePage.ts rename to src/hooks/web/usePage.ts diff --git a/yh-wms-ui/src/hooks/web/usePermission.ts b/src/hooks/web/usePermission.ts similarity index 100% rename from yh-wms-ui/src/hooks/web/usePermission.ts rename to src/hooks/web/usePermission.ts diff --git a/yh-wms-ui/src/hooks/web/useTags.ts b/src/hooks/web/useTags.ts similarity index 100% rename from yh-wms-ui/src/hooks/web/useTags.ts rename to src/hooks/web/useTags.ts diff --git a/yh-wms-ui/src/layout/components/Footer/index.ts b/src/layout/components/Footer/index.ts similarity index 100% rename from yh-wms-ui/src/layout/components/Footer/index.ts rename to src/layout/components/Footer/index.ts diff --git a/yh-wms-ui/src/layout/components/Footer/index.vue b/src/layout/components/Footer/index.vue similarity index 100% rename from yh-wms-ui/src/layout/components/Footer/index.vue rename to src/layout/components/Footer/index.vue diff --git a/yh-wms-ui/src/layout/components/Header/AmendPwd.vue b/src/layout/components/Header/AmendPwd.vue similarity index 100% rename from yh-wms-ui/src/layout/components/Header/AmendPwd.vue rename to src/layout/components/Header/AmendPwd.vue diff --git a/yh-wms-ui/src/layout/components/Header/NotifierProPlus.vue b/src/layout/components/Header/NotifierProPlus.vue similarity index 100% rename from yh-wms-ui/src/layout/components/Header/NotifierProPlus.vue rename to src/layout/components/Header/NotifierProPlus.vue diff --git a/yh-wms-ui/src/layout/components/Header/ProjectSetting.vue b/src/layout/components/Header/ProjectSetting.vue similarity index 100% rename from yh-wms-ui/src/layout/components/Header/ProjectSetting.vue rename to src/layout/components/Header/ProjectSetting.vue diff --git a/yh-wms-ui/src/layout/components/Header/index.ts b/src/layout/components/Header/index.ts similarity index 100% rename from yh-wms-ui/src/layout/components/Header/index.ts rename to src/layout/components/Header/index.ts diff --git a/yh-wms-ui/src/layout/components/Header/index.vue b/src/layout/components/Header/index.vue similarity index 100% rename from yh-wms-ui/src/layout/components/Header/index.vue rename to src/layout/components/Header/index.vue diff --git a/yh-wms-ui/src/layout/components/Logo/index.ts b/src/layout/components/Logo/index.ts similarity index 100% rename from yh-wms-ui/src/layout/components/Logo/index.ts rename to src/layout/components/Logo/index.ts diff --git a/yh-wms-ui/src/layout/components/Logo/index.vue b/src/layout/components/Logo/index.vue similarity index 100% rename from yh-wms-ui/src/layout/components/Logo/index.vue rename to src/layout/components/Logo/index.vue diff --git a/yh-wms-ui/src/layout/components/Main/index.ts b/src/layout/components/Main/index.ts similarity index 100% rename from yh-wms-ui/src/layout/components/Main/index.ts rename to src/layout/components/Main/index.ts diff --git a/yh-wms-ui/src/layout/components/Main/index.vue b/src/layout/components/Main/index.vue similarity index 100% rename from yh-wms-ui/src/layout/components/Main/index.vue rename to src/layout/components/Main/index.vue diff --git a/yh-wms-ui/src/layout/components/Sider/ReSubMenu.vue b/src/layout/components/Sider/ReSubMenu.vue similarity index 100% rename from yh-wms-ui/src/layout/components/Sider/ReSubMenu.vue rename to src/layout/components/Sider/ReSubMenu.vue diff --git a/yh-wms-ui/src/layout/components/Sider/Sider.vue b/src/layout/components/Sider/Sider.vue similarity index 100% rename from yh-wms-ui/src/layout/components/Sider/Sider.vue rename to src/layout/components/Sider/Sider.vue diff --git a/yh-wms-ui/src/layout/components/TagsView/index.ts b/src/layout/components/TagsView/index.ts similarity index 100% rename from yh-wms-ui/src/layout/components/TagsView/index.ts rename to src/layout/components/TagsView/index.ts diff --git a/yh-wms-ui/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue similarity index 100% rename from yh-wms-ui/src/layout/components/TagsView/index.vue rename to src/layout/components/TagsView/index.vue diff --git a/yh-wms-ui/src/layout/index.vue b/src/layout/index.vue similarity index 100% rename from yh-wms-ui/src/layout/index.vue rename to src/layout/index.vue diff --git a/yh-wms-ui/src/layout/parentLayout.vue b/src/layout/parentLayout.vue similarity index 100% rename from yh-wms-ui/src/layout/parentLayout.vue rename to src/layout/parentLayout.vue diff --git a/yh-wms-ui/src/main.ts b/src/main.ts similarity index 100% rename from yh-wms-ui/src/main.ts rename to src/main.ts diff --git a/yh-wms-ui/src/plugins/customComponents.ts b/src/plugins/customComponents.ts similarity index 100% rename from yh-wms-ui/src/plugins/customComponents.ts rename to src/plugins/customComponents.ts diff --git a/yh-wms-ui/src/plugins/directives.ts b/src/plugins/directives.ts similarity index 100% rename from yh-wms-ui/src/plugins/directives.ts rename to src/plugins/directives.ts diff --git a/yh-wms-ui/src/plugins/element.ts b/src/plugins/element.ts similarity index 100% rename from yh-wms-ui/src/plugins/element.ts rename to src/plugins/element.ts diff --git a/yh-wms-ui/src/plugins/globalMethods.ts b/src/plugins/globalMethods.ts similarity index 100% rename from yh-wms-ui/src/plugins/globalMethods.ts rename to src/plugins/globalMethods.ts diff --git a/yh-wms-ui/src/plugins/index.ts b/src/plugins/index.ts similarity index 100% rename from yh-wms-ui/src/plugins/index.ts rename to src/plugins/index.ts diff --git a/yh-wms-ui/src/router/base.ts b/src/router/base.ts similarity index 100% rename from yh-wms-ui/src/router/base.ts rename to src/router/base.ts diff --git a/yh-wms-ui/src/router/constant.ts b/src/router/constant.ts similarity index 100% rename from yh-wms-ui/src/router/constant.ts rename to src/router/constant.ts diff --git a/yh-wms-ui/src/router/generator-routers.ts b/src/router/generator-routers.ts similarity index 100% rename from yh-wms-ui/src/router/generator-routers.ts rename to src/router/generator-routers.ts diff --git a/yh-wms-ui/src/router/index.ts b/src/router/index.ts similarity index 100% rename from yh-wms-ui/src/router/index.ts rename to src/router/index.ts diff --git a/yh-wms-ui/src/router/menus/index.ts b/src/router/menus/index.ts similarity index 100% rename from yh-wms-ui/src/router/menus/index.ts rename to src/router/menus/index.ts diff --git a/yh-wms-ui/src/router/modules/about.ts b/src/router/modules/about.ts similarity index 100% rename from yh-wms-ui/src/router/modules/about.ts rename to src/router/modules/about.ts diff --git a/yh-wms-ui/src/router/modules/comp.ts b/src/router/modules/comp.ts similarity index 100% rename from yh-wms-ui/src/router/modules/comp.ts rename to src/router/modules/comp.ts diff --git a/yh-wms-ui/src/router/modules/comtemp.ts b/src/router/modules/comtemp.ts similarity index 100% rename from yh-wms-ui/src/router/modules/comtemp.ts rename to src/router/modules/comtemp.ts diff --git a/yh-wms-ui/src/router/modules/dashboard.ts b/src/router/modules/dashboard.ts similarity index 100% rename from yh-wms-ui/src/router/modules/dashboard.ts rename to src/router/modules/dashboard.ts diff --git a/yh-wms-ui/src/router/modules/exception.ts b/src/router/modules/exception.ts similarity index 100% rename from yh-wms-ui/src/router/modules/exception.ts rename to src/router/modules/exception.ts diff --git a/yh-wms-ui/src/router/modules/feature.ts b/src/router/modules/feature.ts similarity index 100% rename from yh-wms-ui/src/router/modules/feature.ts rename to src/router/modules/feature.ts diff --git a/yh-wms-ui/src/router/modules/form.ts b/src/router/modules/form.ts similarity index 100% rename from yh-wms-ui/src/router/modules/form.ts rename to src/router/modules/form.ts diff --git a/yh-wms-ui/src/router/modules/frame.ts b/src/router/modules/frame.ts similarity index 100% rename from yh-wms-ui/src/router/modules/frame.ts rename to src/router/modules/frame.ts diff --git a/yh-wms-ui/src/router/modules/list.ts b/src/router/modules/list.ts similarity index 100% rename from yh-wms-ui/src/router/modules/list.ts rename to src/router/modules/list.ts diff --git a/yh-wms-ui/src/router/modules/mandate.ts b/src/router/modules/mandate.ts similarity index 100% rename from yh-wms-ui/src/router/modules/mandate.ts rename to src/router/modules/mandate.ts diff --git a/yh-wms-ui/src/router/modules/setting.ts b/src/router/modules/setting.ts similarity index 100% rename from yh-wms-ui/src/router/modules/setting.ts rename to src/router/modules/setting.ts diff --git a/yh-wms-ui/src/router/modules/system.ts b/src/router/modules/system.ts similarity index 100% rename from yh-wms-ui/src/router/modules/system.ts rename to src/router/modules/system.ts diff --git a/yh-wms-ui/src/router/router-guards.ts b/src/router/router-guards.ts similarity index 100% rename from yh-wms-ui/src/router/router-guards.ts rename to src/router/router-guards.ts diff --git a/yh-wms-ui/src/router/router-icons.ts b/src/router/router-icons.ts similarity index 100% rename from yh-wms-ui/src/router/router-icons.ts rename to src/router/router-icons.ts diff --git a/yh-wms-ui/src/router/types.ts b/src/router/types.ts similarity index 100% rename from yh-wms-ui/src/router/types.ts rename to src/router/types.ts diff --git a/yh-wms-ui/src/settings/animateSetting.ts b/src/settings/animateSetting.ts similarity index 100% rename from yh-wms-ui/src/settings/animateSetting.ts rename to src/settings/animateSetting.ts diff --git a/yh-wms-ui/src/settings/componentSetting.ts b/src/settings/componentSetting.ts similarity index 100% rename from yh-wms-ui/src/settings/componentSetting.ts rename to src/settings/componentSetting.ts diff --git a/yh-wms-ui/src/settings/designSetting.ts b/src/settings/designSetting.ts similarity index 100% rename from yh-wms-ui/src/settings/designSetting.ts rename to src/settings/designSetting.ts diff --git a/yh-wms-ui/src/settings/projectSetting.ts b/src/settings/projectSetting.ts similarity index 100% rename from yh-wms-ui/src/settings/projectSetting.ts rename to src/settings/projectSetting.ts diff --git a/yh-wms-ui/src/store/index.ts b/src/store/index.ts similarity index 100% rename from yh-wms-ui/src/store/index.ts rename to src/store/index.ts diff --git a/yh-wms-ui/src/store/modules/asyncRoute.ts b/src/store/modules/asyncRoute.ts similarity index 100% rename from yh-wms-ui/src/store/modules/asyncRoute.ts rename to src/store/modules/asyncRoute.ts diff --git a/yh-wms-ui/src/store/modules/designSetting.ts b/src/store/modules/designSetting.ts similarity index 100% rename from yh-wms-ui/src/store/modules/designSetting.ts rename to src/store/modules/designSetting.ts diff --git a/yh-wms-ui/src/store/modules/lockscreen.ts b/src/store/modules/lockscreen.ts similarity index 100% rename from yh-wms-ui/src/store/modules/lockscreen.ts rename to src/store/modules/lockscreen.ts diff --git a/yh-wms-ui/src/store/modules/projectSetting.ts b/src/store/modules/projectSetting.ts similarity index 100% rename from yh-wms-ui/src/store/modules/projectSetting.ts rename to src/store/modules/projectSetting.ts diff --git a/yh-wms-ui/src/store/modules/tabsView.ts b/src/store/modules/tabsView.ts similarity index 100% rename from yh-wms-ui/src/store/modules/tabsView.ts rename to src/store/modules/tabsView.ts diff --git a/yh-wms-ui/src/store/modules/user.ts b/src/store/modules/user.ts similarity index 100% rename from yh-wms-ui/src/store/modules/user.ts rename to src/store/modules/user.ts diff --git a/yh-wms-ui/src/store/mutation-types.ts b/src/store/mutation-types.ts similarity index 100% rename from yh-wms-ui/src/store/mutation-types.ts rename to src/store/mutation-types.ts diff --git a/yh-wms-ui/src/store/plugins/index.ts b/src/store/plugins/index.ts similarity index 100% rename from yh-wms-ui/src/store/plugins/index.ts rename to src/store/plugins/index.ts diff --git a/yh-wms-ui/src/store/types.ts b/src/store/types.ts similarity index 100% rename from yh-wms-ui/src/store/types.ts rename to src/store/types.ts diff --git a/yh-wms-ui/src/styles/common.scss b/src/styles/common.scss similarity index 100% rename from yh-wms-ui/src/styles/common.scss rename to src/styles/common.scss diff --git a/yh-wms-ui/src/styles/index.scss b/src/styles/index.scss similarity index 100% rename from yh-wms-ui/src/styles/index.scss rename to src/styles/index.scss diff --git a/yh-wms-ui/src/styles/tailwind.css b/src/styles/tailwind.css similarity index 100% rename from yh-wms-ui/src/styles/tailwind.css rename to src/styles/tailwind.css diff --git a/yh-wms-ui/src/styles/tailwindbase.css b/src/styles/tailwindbase.css similarity index 100% rename from yh-wms-ui/src/styles/tailwindbase.css rename to src/styles/tailwindbase.css diff --git a/yh-wms-ui/src/styles/theme/dark.css b/src/styles/theme/dark.css similarity index 100% rename from yh-wms-ui/src/styles/theme/dark.css rename to src/styles/theme/dark.css diff --git a/yh-wms-ui/src/styles/theme/dark.min.css b/src/styles/theme/dark.min.css similarity index 100% rename from yh-wms-ui/src/styles/theme/dark.min.css rename to src/styles/theme/dark.min.css diff --git a/yh-wms-ui/src/styles/theme/dark.scss b/src/styles/theme/dark.scss similarity index 100% rename from yh-wms-ui/src/styles/theme/dark.scss rename to src/styles/theme/dark.scss diff --git a/yh-wms-ui/src/styles/theme/light.scss b/src/styles/theme/light.scss similarity index 100% rename from yh-wms-ui/src/styles/theme/light.scss rename to src/styles/theme/light.scss diff --git a/yh-wms-ui/src/styles/transition/base.scss b/src/styles/transition/base.scss similarity index 100% rename from yh-wms-ui/src/styles/transition/base.scss rename to src/styles/transition/base.scss diff --git a/yh-wms-ui/src/styles/transition/fade.scss b/src/styles/transition/fade.scss similarity index 100% rename from yh-wms-ui/src/styles/transition/fade.scss rename to src/styles/transition/fade.scss diff --git a/yh-wms-ui/src/styles/transition/index.scss b/src/styles/transition/index.scss similarity index 100% rename from yh-wms-ui/src/styles/transition/index.scss rename to src/styles/transition/index.scss diff --git a/yh-wms-ui/src/styles/transition/scale.scss b/src/styles/transition/scale.scss similarity index 100% rename from yh-wms-ui/src/styles/transition/scale.scss rename to src/styles/transition/scale.scss diff --git a/yh-wms-ui/src/styles/transition/scroll.scss b/src/styles/transition/scroll.scss similarity index 100% rename from yh-wms-ui/src/styles/transition/scroll.scss rename to src/styles/transition/scroll.scss diff --git a/yh-wms-ui/src/styles/transition/slide.scss b/src/styles/transition/slide.scss similarity index 100% rename from yh-wms-ui/src/styles/transition/slide.scss rename to src/styles/transition/slide.scss diff --git a/yh-wms-ui/src/styles/transition/zoom.scss b/src/styles/transition/zoom.scss similarity index 100% rename from yh-wms-ui/src/styles/transition/zoom.scss rename to src/styles/transition/zoom.scss diff --git a/yh-wms-ui/src/styles/var.scss b/src/styles/var.scss similarity index 100% rename from yh-wms-ui/src/styles/var.scss rename to src/styles/var.scss diff --git a/yh-wms-ui/src/utils/Storage.ts b/src/utils/Storage.ts similarity index 100% rename from yh-wms-ui/src/utils/Storage.ts rename to src/utils/Storage.ts diff --git a/yh-wms-ui/src/utils/browser-type.ts b/src/utils/browser-type.ts similarity index 100% rename from yh-wms-ui/src/utils/browser-type.ts rename to src/utils/browser-type.ts diff --git a/yh-wms-ui/src/utils/color.ts b/src/utils/color.ts similarity index 100% rename from yh-wms-ui/src/utils/color.ts rename to src/utils/color.ts diff --git a/yh-wms-ui/src/utils/dateUtil.ts b/src/utils/dateUtil.ts similarity index 100% rename from yh-wms-ui/src/utils/dateUtil.ts rename to src/utils/dateUtil.ts diff --git a/yh-wms-ui/src/utils/domUtils.ts b/src/utils/domUtils.ts similarity index 100% rename from yh-wms-ui/src/utils/domUtils.ts rename to src/utils/domUtils.ts diff --git a/yh-wms-ui/src/utils/downloadFile.ts b/src/utils/downloadFile.ts similarity index 100% rename from yh-wms-ui/src/utils/downloadFile.ts rename to src/utils/downloadFile.ts diff --git a/yh-wms-ui/src/utils/env.ts b/src/utils/env.ts similarity index 100% rename from yh-wms-ui/src/utils/env.ts rename to src/utils/env.ts diff --git a/yh-wms-ui/src/utils/file/base64Conver.ts b/src/utils/file/base64Conver.ts similarity index 100% rename from yh-wms-ui/src/utils/file/base64Conver.ts rename to src/utils/file/base64Conver.ts diff --git a/yh-wms-ui/src/utils/file/download.ts b/src/utils/file/download.ts similarity index 100% rename from yh-wms-ui/src/utils/file/download.ts rename to src/utils/file/download.ts diff --git a/yh-wms-ui/src/utils/helper/treeHelper.ts b/src/utils/helper/treeHelper.ts similarity index 100% rename from yh-wms-ui/src/utils/helper/treeHelper.ts rename to src/utils/helper/treeHelper.ts diff --git a/yh-wms-ui/src/utils/helper/tsxHelper.tsx b/src/utils/helper/tsxHelper.tsx similarity index 100% rename from yh-wms-ui/src/utils/helper/tsxHelper.tsx rename to src/utils/helper/tsxHelper.tsx diff --git a/yh-wms-ui/src/utils/http/axios/Axios.ts b/src/utils/http/axios/Axios.ts similarity index 100% rename from yh-wms-ui/src/utils/http/axios/Axios.ts rename to src/utils/http/axios/Axios.ts diff --git a/yh-wms-ui/src/utils/http/axios/axiosCancel.ts b/src/utils/http/axios/axiosCancel.ts similarity index 100% rename from yh-wms-ui/src/utils/http/axios/axiosCancel.ts rename to src/utils/http/axios/axiosCancel.ts diff --git a/yh-wms-ui/src/utils/http/axios/axiosTransform.ts b/src/utils/http/axios/axiosTransform.ts similarity index 100% rename from yh-wms-ui/src/utils/http/axios/axiosTransform.ts rename to src/utils/http/axios/axiosTransform.ts diff --git a/yh-wms-ui/src/utils/http/axios/checkStatus.ts b/src/utils/http/axios/checkStatus.ts similarity index 100% rename from yh-wms-ui/src/utils/http/axios/checkStatus.ts rename to src/utils/http/axios/checkStatus.ts diff --git a/yh-wms-ui/src/utils/http/axios/helper.ts b/src/utils/http/axios/helper.ts similarity index 100% rename from yh-wms-ui/src/utils/http/axios/helper.ts rename to src/utils/http/axios/helper.ts diff --git a/yh-wms-ui/src/utils/http/axios/index.ts b/src/utils/http/axios/index.ts similarity index 100% rename from yh-wms-ui/src/utils/http/axios/index.ts rename to src/utils/http/axios/index.ts diff --git a/yh-wms-ui/src/utils/http/axios/types.ts b/src/utils/http/axios/types.ts similarity index 100% rename from yh-wms-ui/src/utils/http/axios/types.ts rename to src/utils/http/axios/types.ts diff --git a/yh-wms-ui/src/utils/index.ts b/src/utils/index.ts similarity index 100% rename from yh-wms-ui/src/utils/index.ts rename to src/utils/index.ts diff --git a/yh-wms-ui/src/utils/is/index.ts b/src/utils/is/index.ts similarity index 100% rename from yh-wms-ui/src/utils/is/index.ts rename to src/utils/is/index.ts diff --git a/yh-wms-ui/src/utils/lib/echarts.ts b/src/utils/lib/echarts.ts similarity index 100% rename from yh-wms-ui/src/utils/lib/echarts.ts rename to src/utils/lib/echarts.ts diff --git a/yh-wms-ui/src/utils/lodashChunk.ts b/src/utils/lodashChunk.ts similarity index 100% rename from yh-wms-ui/src/utils/lodashChunk.ts rename to src/utils/lodashChunk.ts diff --git a/yh-wms-ui/src/utils/log.ts b/src/utils/log.ts similarity index 100% rename from yh-wms-ui/src/utils/log.ts rename to src/utils/log.ts diff --git a/yh-wms-ui/src/utils/propTypes.ts b/src/utils/propTypes.ts similarity index 100% rename from yh-wms-ui/src/utils/propTypes.ts rename to src/utils/propTypes.ts diff --git a/yh-wms-ui/src/utils/urlUtils.ts b/src/utils/urlUtils.ts similarity index 100% rename from yh-wms-ui/src/utils/urlUtils.ts rename to src/utils/urlUtils.ts diff --git a/yh-wms-ui/src/views/about/index.vue b/src/views/about/index.vue similarity index 100% rename from yh-wms-ui/src/views/about/index.vue rename to src/views/about/index.vue diff --git a/yh-wms-ui/src/views/comp/cropper/index.vue b/src/views/comp/cropper/index.vue similarity index 100% rename from yh-wms-ui/src/views/comp/cropper/index.vue rename to src/views/comp/cropper/index.vue diff --git a/yh-wms-ui/src/views/comp/drag/index.vue b/src/views/comp/drag/index.vue similarity index 100% rename from yh-wms-ui/src/views/comp/drag/index.vue rename to src/views/comp/drag/index.vue diff --git a/yh-wms-ui/src/views/comp/form/basic.vue b/src/views/comp/form/basic.vue similarity index 100% rename from yh-wms-ui/src/views/comp/form/basic.vue rename to src/views/comp/form/basic.vue diff --git a/yh-wms-ui/src/views/comp/form/useForm.vue b/src/views/comp/form/useForm.vue similarity index 100% rename from yh-wms-ui/src/views/comp/form/useForm.vue rename to src/views/comp/form/useForm.vue diff --git a/yh-wms-ui/src/views/comp/modal/index.vue b/src/views/comp/modal/index.vue similarity index 100% rename from yh-wms-ui/src/views/comp/modal/index.vue rename to src/views/comp/modal/index.vue diff --git a/yh-wms-ui/src/views/comp/password/index.vue b/src/views/comp/password/index.vue similarity index 100% rename from yh-wms-ui/src/views/comp/password/index.vue rename to src/views/comp/password/index.vue diff --git a/yh-wms-ui/src/views/comp/qrcode/index.vue b/src/views/comp/qrcode/index.vue similarity index 100% rename from yh-wms-ui/src/views/comp/qrcode/index.vue rename to src/views/comp/qrcode/index.vue diff --git a/yh-wms-ui/src/views/comp/region/index.vue b/src/views/comp/region/index.vue similarity index 100% rename from yh-wms-ui/src/views/comp/region/index.vue rename to src/views/comp/region/index.vue diff --git a/yh-wms-ui/src/views/comp/richtext/vue-quill.vue b/src/views/comp/richtext/vue-quill.vue similarity index 100% rename from yh-wms-ui/src/views/comp/richtext/vue-quill.vue rename to src/views/comp/richtext/vue-quill.vue diff --git a/yh-wms-ui/src/views/comp/select/select.vue b/src/views/comp/select/select.vue similarity index 100% rename from yh-wms-ui/src/views/comp/select/select.vue rename to src/views/comp/select/select.vue diff --git a/yh-wms-ui/src/views/comp/table/CellColumns.ts b/src/views/comp/table/CellColumns.ts similarity index 100% rename from yh-wms-ui/src/views/comp/table/CellColumns.ts rename to src/views/comp/table/CellColumns.ts diff --git a/yh-wms-ui/src/views/comp/table/basic.vue b/src/views/comp/table/basic.vue similarity index 100% rename from yh-wms-ui/src/views/comp/table/basic.vue rename to src/views/comp/table/basic.vue diff --git a/yh-wms-ui/src/views/comp/table/basicColumns.ts b/src/views/comp/table/basicColumns.ts similarity index 100% rename from yh-wms-ui/src/views/comp/table/basicColumns.ts rename to src/views/comp/table/basicColumns.ts diff --git a/yh-wms-ui/src/views/comp/table/editCell.vue b/src/views/comp/table/editCell.vue similarity index 100% rename from yh-wms-ui/src/views/comp/table/editCell.vue rename to src/views/comp/table/editCell.vue diff --git a/yh-wms-ui/src/views/comp/table/editRow.vue b/src/views/comp/table/editRow.vue similarity index 100% rename from yh-wms-ui/src/views/comp/table/editRow.vue rename to src/views/comp/table/editRow.vue diff --git a/yh-wms-ui/src/views/comp/table/rowColumns.ts b/src/views/comp/table/rowColumns.ts similarity index 100% rename from yh-wms-ui/src/views/comp/table/rowColumns.ts rename to src/views/comp/table/rowColumns.ts diff --git a/yh-wms-ui/src/views/comp/tableSelect/basicColumns.ts b/src/views/comp/tableSelect/basicColumns.ts similarity index 100% rename from yh-wms-ui/src/views/comp/tableSelect/basicColumns.ts rename to src/views/comp/tableSelect/basicColumns.ts diff --git a/yh-wms-ui/src/views/comp/tableSelect/tableSelect.vue b/src/views/comp/tableSelect/tableSelect.vue similarity index 100% rename from yh-wms-ui/src/views/comp/tableSelect/tableSelect.vue rename to src/views/comp/tableSelect/tableSelect.vue diff --git a/yh-wms-ui/src/views/comp/upload/index.vue b/src/views/comp/upload/index.vue similarity index 100% rename from yh-wms-ui/src/views/comp/upload/index.vue rename to src/views/comp/upload/index.vue diff --git a/yh-wms-ui/src/views/comtemp/search-article/search-article.vue b/src/views/comtemp/search-article/search-article.vue similarity index 100% rename from yh-wms-ui/src/views/comtemp/search-article/search-article.vue rename to src/views/comtemp/search-article/search-article.vue diff --git a/yh-wms-ui/src/views/comtemp/search-make/search-make.vue b/src/views/comtemp/search-make/search-make.vue similarity index 100% rename from yh-wms-ui/src/views/comtemp/search-make/search-make.vue rename to src/views/comtemp/search-make/search-make.vue diff --git a/yh-wms-ui/src/views/comtemp/search-video/search-video.vue b/src/views/comtemp/search-video/search-video.vue similarity index 100% rename from yh-wms-ui/src/views/comtemp/search-video/search-video.vue rename to src/views/comtemp/search-video/search-video.vue diff --git a/yh-wms-ui/src/views/dashboard/console/components/AreaRanking.vue b/src/views/dashboard/console/components/AreaRanking.vue similarity index 100% rename from yh-wms-ui/src/views/dashboard/console/components/AreaRanking.vue rename to src/views/dashboard/console/components/AreaRanking.vue diff --git a/yh-wms-ui/src/views/dashboard/console/components/FluxTrend.vue b/src/views/dashboard/console/components/FluxTrend.vue similarity index 100% rename from yh-wms-ui/src/views/dashboard/console/components/FluxTrend.vue rename to src/views/dashboard/console/components/FluxTrend.vue diff --git a/yh-wms-ui/src/views/dashboard/console/components/Icons.ts b/src/views/dashboard/console/components/Icons.ts similarity index 100% rename from yh-wms-ui/src/views/dashboard/console/components/Icons.ts rename to src/views/dashboard/console/components/Icons.ts diff --git a/yh-wms-ui/src/views/dashboard/console/components/NewVisitAmount.vue b/src/views/dashboard/console/components/NewVisitAmount.vue similarity index 100% rename from yh-wms-ui/src/views/dashboard/console/components/NewVisitAmount.vue rename to src/views/dashboard/console/components/NewVisitAmount.vue diff --git a/yh-wms-ui/src/views/dashboard/console/components/PageView.vue b/src/views/dashboard/console/components/PageView.vue similarity index 100% rename from yh-wms-ui/src/views/dashboard/console/components/PageView.vue rename to src/views/dashboard/console/components/PageView.vue diff --git a/yh-wms-ui/src/views/dashboard/console/components/Percent.vue b/src/views/dashboard/console/components/Percent.vue similarity index 100% rename from yh-wms-ui/src/views/dashboard/console/components/Percent.vue rename to src/views/dashboard/console/components/Percent.vue diff --git a/yh-wms-ui/src/views/dashboard/console/components/Pie.vue b/src/views/dashboard/console/components/Pie.vue similarity index 100% rename from yh-wms-ui/src/views/dashboard/console/components/Pie.vue rename to src/views/dashboard/console/components/Pie.vue diff --git a/yh-wms-ui/src/views/dashboard/console/components/VisiTab.vue b/src/views/dashboard/console/components/VisiTab.vue similarity index 100% rename from yh-wms-ui/src/views/dashboard/console/components/VisiTab.vue rename to src/views/dashboard/console/components/VisiTab.vue diff --git a/yh-wms-ui/src/views/dashboard/console/components/VisitAmount.vue b/src/views/dashboard/console/components/VisitAmount.vue similarity index 100% rename from yh-wms-ui/src/views/dashboard/console/components/VisitAmount.vue rename to src/views/dashboard/console/components/VisitAmount.vue diff --git a/yh-wms-ui/src/views/dashboard/console/components/VisitSource.vue b/src/views/dashboard/console/components/VisitSource.vue similarity index 100% rename from yh-wms-ui/src/views/dashboard/console/components/VisitSource.vue rename to src/views/dashboard/console/components/VisitSource.vue diff --git a/yh-wms-ui/src/views/dashboard/console/components/props.ts b/src/views/dashboard/console/components/props.ts similarity index 100% rename from yh-wms-ui/src/views/dashboard/console/components/props.ts rename to src/views/dashboard/console/components/props.ts diff --git a/yh-wms-ui/src/views/dashboard/console/console.vue b/src/views/dashboard/console/console.vue similarity index 100% rename from yh-wms-ui/src/views/dashboard/console/console.vue rename to src/views/dashboard/console/console.vue diff --git a/yh-wms-ui/src/views/dashboard/monitor/monitor.vue b/src/views/dashboard/monitor/monitor.vue similarity index 100% rename from yh-wms-ui/src/views/dashboard/monitor/monitor.vue rename to src/views/dashboard/monitor/monitor.vue diff --git a/yh-wms-ui/src/views/dashboard/workplace/workplace.vue b/src/views/dashboard/workplace/workplace.vue similarity index 100% rename from yh-wms-ui/src/views/dashboard/workplace/workplace.vue rename to src/views/dashboard/workplace/workplace.vue diff --git a/yh-wms-ui/src/views/exception/403.vue b/src/views/exception/403.vue similarity index 100% rename from yh-wms-ui/src/views/exception/403.vue rename to src/views/exception/403.vue diff --git a/yh-wms-ui/src/views/exception/404.vue b/src/views/exception/404.vue similarity index 100% rename from yh-wms-ui/src/views/exception/404.vue rename to src/views/exception/404.vue diff --git a/yh-wms-ui/src/views/exception/500.vue b/src/views/exception/500.vue similarity index 100% rename from yh-wms-ui/src/views/exception/500.vue rename to src/views/exception/500.vue diff --git a/yh-wms-ui/src/views/feature/copy/copy.vue b/src/views/feature/copy/copy.vue similarity index 100% rename from yh-wms-ui/src/views/feature/copy/copy.vue rename to src/views/feature/copy/copy.vue diff --git a/yh-wms-ui/src/views/feature/download/download.vue b/src/views/feature/download/download.vue similarity index 100% rename from yh-wms-ui/src/views/feature/download/download.vue rename to src/views/feature/download/download.vue diff --git a/yh-wms-ui/src/views/feature/download/imgBase64.ts b/src/views/feature/download/imgBase64.ts similarity index 100% rename from yh-wms-ui/src/views/feature/download/imgBase64.ts rename to src/views/feature/download/imgBase64.ts diff --git a/yh-wms-ui/src/views/feature/excel/choiceExport.vue b/src/views/feature/excel/choiceExport.vue similarity index 100% rename from yh-wms-ui/src/views/feature/excel/choiceExport.vue rename to src/views/feature/excel/choiceExport.vue diff --git a/yh-wms-ui/src/views/feature/excel/jsonExport.vue b/src/views/feature/excel/jsonExport.vue similarity index 100% rename from yh-wms-ui/src/views/feature/excel/jsonExport.vue rename to src/views/feature/excel/jsonExport.vue diff --git a/yh-wms-ui/src/views/feature/print/print.vue b/src/views/feature/print/print.vue similarity index 100% rename from yh-wms-ui/src/views/feature/print/print.vue rename to src/views/feature/print/print.vue diff --git a/yh-wms-ui/src/views/feature/tags/tagsAction.vue b/src/views/feature/tags/tagsAction.vue similarity index 100% rename from yh-wms-ui/src/views/feature/tags/tagsAction.vue rename to src/views/feature/tags/tagsAction.vue diff --git a/yh-wms-ui/src/views/form/advancedForm/advancedForm.vue b/src/views/form/advancedForm/advancedForm.vue similarity index 100% rename from yh-wms-ui/src/views/form/advancedForm/advancedForm.vue rename to src/views/form/advancedForm/advancedForm.vue diff --git a/yh-wms-ui/src/views/form/basicForm/index.vue b/src/views/form/basicForm/index.vue similarity index 100% rename from yh-wms-ui/src/views/form/basicForm/index.vue rename to src/views/form/basicForm/index.vue diff --git a/yh-wms-ui/src/views/form/detail/index.vue b/src/views/form/detail/index.vue similarity index 100% rename from yh-wms-ui/src/views/form/detail/index.vue rename to src/views/form/detail/index.vue diff --git a/yh-wms-ui/src/views/form/stepForm/Step1.vue b/src/views/form/stepForm/Step1.vue similarity index 100% rename from yh-wms-ui/src/views/form/stepForm/Step1.vue rename to src/views/form/stepForm/Step1.vue diff --git a/yh-wms-ui/src/views/form/stepForm/Step2.vue b/src/views/form/stepForm/Step2.vue similarity index 100% rename from yh-wms-ui/src/views/form/stepForm/Step2.vue rename to src/views/form/stepForm/Step2.vue diff --git a/yh-wms-ui/src/views/form/stepForm/Step3.vue b/src/views/form/stepForm/Step3.vue similarity index 100% rename from yh-wms-ui/src/views/form/stepForm/Step3.vue rename to src/views/form/stepForm/Step3.vue diff --git a/yh-wms-ui/src/views/form/stepForm/stepForm.vue b/src/views/form/stepForm/stepForm.vue similarity index 100% rename from yh-wms-ui/src/views/form/stepForm/stepForm.vue rename to src/views/form/stepForm/stepForm.vue diff --git a/yh-wms-ui/src/views/iframe/index.vue b/src/views/iframe/index.vue similarity index 100% rename from yh-wms-ui/src/views/iframe/index.vue rename to src/views/iframe/index.vue diff --git a/yh-wms-ui/src/views/list/basicList/columns.ts b/src/views/list/basicList/columns.ts similarity index 100% rename from yh-wms-ui/src/views/list/basicList/columns.ts rename to src/views/list/basicList/columns.ts diff --git a/yh-wms-ui/src/views/list/basicList/index.vue b/src/views/list/basicList/index.vue similarity index 100% rename from yh-wms-ui/src/views/list/basicList/index.vue rename to src/views/list/basicList/index.vue diff --git a/yh-wms-ui/src/views/list/basicList/info.vue b/src/views/list/basicList/info.vue similarity index 100% rename from yh-wms-ui/src/views/list/basicList/info.vue rename to src/views/list/basicList/info.vue diff --git a/yh-wms-ui/src/views/login/LoginForm.vue b/src/views/login/LoginForm.vue similarity index 100% rename from yh-wms-ui/src/views/login/LoginForm.vue rename to src/views/login/LoginForm.vue diff --git a/yh-wms-ui/src/views/login/LoginForm2.vue b/src/views/login/LoginForm2.vue similarity index 100% rename from yh-wms-ui/src/views/login/LoginForm2.vue rename to src/views/login/LoginForm2.vue diff --git a/yh-wms-ui/src/views/login/RegisterForm.vue b/src/views/login/RegisterForm.vue similarity index 100% rename from yh-wms-ui/src/views/login/RegisterForm.vue rename to src/views/login/RegisterForm.vue diff --git a/yh-wms-ui/src/views/login/RegisterForm2.vue b/src/views/login/RegisterForm2.vue similarity index 100% rename from yh-wms-ui/src/views/login/RegisterForm2.vue rename to src/views/login/RegisterForm2.vue diff --git a/yh-wms-ui/src/views/login/index.vue b/src/views/login/index.vue similarity index 100% rename from yh-wms-ui/src/views/login/index.vue rename to src/views/login/index.vue diff --git a/yh-wms-ui/src/views/login/newLogin.vue b/src/views/login/newLogin.vue similarity index 100% rename from yh-wms-ui/src/views/login/newLogin.vue rename to src/views/login/newLogin.vue diff --git a/yh-wms-ui/src/views/login/newLogin2.vue b/src/views/login/newLogin2.vue similarity index 100% rename from yh-wms-ui/src/views/login/newLogin2.vue rename to src/views/login/newLogin2.vue diff --git a/yh-wms-ui/src/views/redirect/index.vue b/src/views/redirect/index.vue similarity index 100% rename from yh-wms-ui/src/views/redirect/index.vue rename to src/views/redirect/index.vue diff --git a/yh-wms-ui/src/views/setting/account/BasicSetting.vue b/src/views/setting/account/BasicSetting.vue similarity index 100% rename from yh-wms-ui/src/views/setting/account/BasicSetting.vue rename to src/views/setting/account/BasicSetting.vue diff --git a/yh-wms-ui/src/views/setting/account/SafetySetting.vue b/src/views/setting/account/SafetySetting.vue similarity index 100% rename from yh-wms-ui/src/views/setting/account/SafetySetting.vue rename to src/views/setting/account/SafetySetting.vue diff --git a/yh-wms-ui/src/views/setting/account/account.vue b/src/views/setting/account/account.vue similarity index 100% rename from yh-wms-ui/src/views/setting/account/account.vue rename to src/views/setting/account/account.vue diff --git a/yh-wms-ui/src/views/setting/system/BasicSetting.vue b/src/views/setting/system/BasicSetting.vue similarity index 100% rename from yh-wms-ui/src/views/setting/system/BasicSetting.vue rename to src/views/setting/system/BasicSetting.vue diff --git a/yh-wms-ui/src/views/setting/system/EmailSetting.vue b/src/views/setting/system/EmailSetting.vue similarity index 100% rename from yh-wms-ui/src/views/setting/system/EmailSetting.vue rename to src/views/setting/system/EmailSetting.vue diff --git a/yh-wms-ui/src/views/setting/system/RevealSetting.vue b/src/views/setting/system/RevealSetting.vue similarity index 100% rename from yh-wms-ui/src/views/setting/system/RevealSetting.vue rename to src/views/setting/system/RevealSetting.vue diff --git a/yh-wms-ui/src/views/setting/system/system.vue b/src/views/setting/system/system.vue similarity index 100% rename from yh-wms-ui/src/views/setting/system/system.vue rename to src/views/setting/system/system.vue diff --git a/yh-wms-ui/src/views/system/dictionary/CreateModal.vue b/src/views/system/dictionary/CreateModal.vue similarity index 100% rename from yh-wms-ui/src/views/system/dictionary/CreateModal.vue rename to src/views/system/dictionary/CreateModal.vue diff --git a/yh-wms-ui/src/views/system/dictionary/columns.ts b/src/views/system/dictionary/columns.ts similarity index 100% rename from yh-wms-ui/src/views/system/dictionary/columns.ts rename to src/views/system/dictionary/columns.ts diff --git a/yh-wms-ui/src/views/system/dictionary/dictionary.vue b/src/views/system/dictionary/dictionary.vue similarity index 100% rename from yh-wms-ui/src/views/system/dictionary/dictionary.vue rename to src/views/system/dictionary/dictionary.vue diff --git a/yh-wms-ui/src/views/system/menu/CreateDrawer.vue b/src/views/system/menu/CreateDrawer.vue similarity index 100% rename from yh-wms-ui/src/views/system/menu/CreateDrawer.vue rename to src/views/system/menu/CreateDrawer.vue diff --git a/yh-wms-ui/src/views/system/menu/menu.vue b/src/views/system/menu/menu.vue similarity index 100% rename from yh-wms-ui/src/views/system/menu/menu.vue rename to src/views/system/menu/menu.vue diff --git a/yh-wms-ui/src/views/system/role/CreateDrawer.vue b/src/views/system/role/CreateDrawer.vue similarity index 100% rename from yh-wms-ui/src/views/system/role/CreateDrawer.vue rename to src/views/system/role/CreateDrawer.vue diff --git a/yh-wms-ui/src/views/system/role/columns.ts b/src/views/system/role/columns.ts similarity index 100% rename from yh-wms-ui/src/views/system/role/columns.ts rename to src/views/system/role/columns.ts diff --git a/yh-wms-ui/src/views/system/role/role.vue b/src/views/system/role/role.vue similarity index 100% rename from yh-wms-ui/src/views/system/role/role.vue rename to src/views/system/role/role.vue diff --git a/yh-wms-ui/src/views/system/role/types/index.ts b/src/views/system/role/types/index.ts similarity index 100% rename from yh-wms-ui/src/views/system/role/types/index.ts rename to src/views/system/role/types/index.ts diff --git a/yh-wms-ui/src/views/system/user/CreateModal.vue b/src/views/system/user/CreateModal.vue similarity index 100% rename from yh-wms-ui/src/views/system/user/CreateModal.vue rename to src/views/system/user/CreateModal.vue diff --git a/yh-wms-ui/src/views/system/user/columns.ts b/src/views/system/user/columns.ts similarity index 100% rename from yh-wms-ui/src/views/system/user/columns.ts rename to src/views/system/user/columns.ts diff --git a/yh-wms-ui/src/views/system/user/modalSchemas.ts b/src/views/system/user/modalSchemas.ts similarity index 100% rename from yh-wms-ui/src/views/system/user/modalSchemas.ts rename to src/views/system/user/modalSchemas.ts diff --git a/yh-wms-ui/src/views/system/user/querySchemas.ts b/src/views/system/user/querySchemas.ts similarity index 100% rename from yh-wms-ui/src/views/system/user/querySchemas.ts rename to src/views/system/user/querySchemas.ts diff --git a/yh-wms-ui/src/views/system/user/user.vue b/src/views/system/user/user.vue similarity index 100% rename from yh-wms-ui/src/views/system/user/user.vue rename to src/views/system/user/user.vue diff --git a/yh-wms-ui/stylelint.config.js b/stylelint.config.js similarity index 100% rename from yh-wms-ui/stylelint.config.js rename to stylelint.config.js diff --git a/yh-wms-ui/tailwind.config.js b/tailwind.config.js similarity index 100% rename from yh-wms-ui/tailwind.config.js rename to tailwind.config.js diff --git a/yh-wms-ui/tsconfig.json b/tsconfig.json similarity index 100% rename from yh-wms-ui/tsconfig.json rename to tsconfig.json diff --git a/yh-wms-ui/types/config.d.ts b/types/config.d.ts similarity index 100% rename from yh-wms-ui/types/config.d.ts rename to types/config.d.ts diff --git a/yh-wms-ui/types/global.d.ts b/types/global.d.ts similarity index 100% rename from yh-wms-ui/types/global.d.ts rename to types/global.d.ts diff --git a/yh-wms-ui/types/images.d.ts b/types/images.d.ts similarity index 100% rename from yh-wms-ui/types/images.d.ts rename to types/images.d.ts diff --git a/yh-wms-ui/types/index.d.ts b/types/index.d.ts similarity index 100% rename from yh-wms-ui/types/index.d.ts rename to types/index.d.ts diff --git a/yh-wms-ui/types/modules.d.ts b/types/modules.d.ts similarity index 100% rename from yh-wms-ui/types/modules.d.ts rename to types/modules.d.ts diff --git a/yh-wms-ui/types/utils.d.ts b/types/utils.d.ts similarity index 100% rename from yh-wms-ui/types/utils.d.ts rename to types/utils.d.ts diff --git a/yh-wms-ui/vite.config.ts b/vite.config.ts similarity index 100% rename from yh-wms-ui/vite.config.ts rename to vite.config.ts