hailin
2023-06-02 440ae63e10fb8819e1d355388fac0c9af72ef73d
分支
用户 hailin <1356886193@qq.com>
星期五, 六月 2, 2023 13:44 +0800
提交者 hailin <1356886193@qq.com>
星期五, 六月 2, 2023 13:44 +0800
提交440ae63e10fb8819e1d355388fac0c9af72ef73d
目录 c759c2507c646403c919831b17e427099c13044f 目录 | zip | gz
上一版本
第一次提交前端代码
已添加102个文件
文件已修改
.editorconfig 对比 | 查看 | 原始文档 | blame | 历史
.env.development 对比 | 查看 | 原始文档 | blame | 历史
.env.production 对比 | 查看 | 原始文档 | blame | 历史
.env.staging 对比 | 查看 | 原始文档 | blame | 历史
.eslintignore 对比 | 查看 | 原始文档 | blame | 历史
.eslintrc.js 对比 | 查看 | 原始文档 | blame | 历史
.gitignore 对比 | 查看 | 原始文档 | blame | 历史
.travis.yml 对比 | 查看 | 原始文档 | blame | 历史
LICENSE 对比 | 查看 | 原始文档 | blame | 历史
README-zh.md 对比 | 查看 | 原始文档 | blame | 历史
README.md 对比 | 查看 | 原始文档 | blame | 历史
babel.config.js 对比 | 查看 | 原始文档 | blame | 历史
build/index.js 对比 | 查看 | 原始文档 | blame | 历史
jest.config.js 对比 | 查看 | 原始文档 | blame | 历史
jsconfig.json 对比 | 查看 | 原始文档 | blame | 历史
mock/index.js 对比 | 查看 | 原始文档 | blame | 历史
mock/mock-server.js 对比 | 查看 | 原始文档 | blame | 历史
mock/table.js 对比 | 查看 | 原始文档 | blame | 历史
mock/user.js 对比 | 查看 | 原始文档 | blame | 历史
mock/utils.js 对比 | 查看 | 原始文档 | blame | 历史
package.json 对比 | 查看 | 原始文档 | blame | 历史
postcss.config.js 对比 | 查看 | 原始文档 | blame | 历史
public/favicon.ico 对比 | 查看 | 原始文档 | blame | 历史
public/index.html 对比 | 查看 | 原始文档 | blame | 历史
src/App.vue 对比 | 查看 | 原始文档 | blame | 历史
src/api/table.js 对比 | 查看 | 原始文档 | blame | 历史
src/api/user.js 对比 | 查看 | 原始文档 | blame | 历史
src/assets/404_images/404.png 对比 | 查看 | 原始文档 | blame | 历史
src/assets/404_images/404_cloud.png 对比 | 查看 | 原始文档 | blame | 历史
src/assets/images/loginbg.png 对比 | 查看 | 原始文档 | blame | 历史
src/assets/images/logo.png 对比 | 查看 | 原始文档 | blame | 历史
src/components/Breadcrumb/index.vue 对比 | 查看 | 原始文档 | blame | 历史
src/components/Hamburger/index.vue 对比 | 查看 | 原始文档 | blame | 历史
src/components/SettingTitle/index.vue 对比 | 查看 | 原始文档 | blame | 历史
src/components/SvgIcon/index.vue 对比 | 查看 | 原始文档 | blame | 历史
src/components/TableSearch/index.vue 对比 | 查看 | 原始文档 | blame | 历史
src/icons/index.js 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/dashboard.svg 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/example.svg 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/eye-open.svg 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/eye.svg 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/link.svg 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/password.svg 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/standing_book.svg 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/table.svg 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/tree.svg 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/user.svg 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svgo.yml 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/AppMain.vue 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/Navbar.vue 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/Sidebar/FixiOSBug.js 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/Sidebar/Item.vue 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/Sidebar/Link.vue 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/Sidebar/Logo.vue 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/Sidebar/SidebarItem.vue 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/Sidebar/index.vue 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/index.js 对比 | 查看 | 原始文档 | blame | 历史
src/layout/index.vue 对比 | 查看 | 原始文档 | blame | 历史
src/layout/mixin/ResizeHandler.js 对比 | 查看 | 原始文档 | blame | 历史
src/main.js 对比 | 查看 | 原始文档 | blame | 历史
src/permission.js 对比 | 查看 | 原始文档 | blame | 历史
src/router/index.js 对比 | 查看 | 原始文档 | blame | 历史
src/settings.js 对比 | 查看 | 原始文档 | blame | 历史
src/store/getters.js 对比 | 查看 | 原始文档 | blame | 历史
src/store/index.js 对比 | 查看 | 原始文档 | blame | 历史
src/store/modules/app.js 对比 | 查看 | 原始文档 | blame | 历史
src/store/modules/settings.js 对比 | 查看 | 原始文档 | blame | 历史
src/store/modules/user.js 对比 | 查看 | 原始文档 | blame | 历史
src/styles/element-ui.scss 对比 | 查看 | 原始文档 | blame | 历史
src/styles/index.scss 对比 | 查看 | 原始文档 | blame | 历史
src/styles/mixin.scss 对比 | 查看 | 原始文档 | blame | 历史
src/styles/sidebar.scss 对比 | 查看 | 原始文档 | blame | 历史
src/styles/transition.scss 对比 | 查看 | 原始文档 | blame | 历史
src/styles/variables.scss 对比 | 查看 | 原始文档 | blame | 历史
src/utils/auth.js 对比 | 查看 | 原始文档 | blame | 历史
src/utils/get-page-title.js 对比 | 查看 | 原始文档 | blame | 历史
src/utils/index.js 对比 | 查看 | 原始文档 | blame | 历史
src/utils/request.js 对比 | 查看 | 原始文档 | blame | 历史
src/utils/validate.js 对比 | 查看 | 原始文档 | blame | 历史
src/views/404.vue 对比 | 查看 | 原始文档 | blame | 历史
src/views/add_operation/barcode/index.vue 对比 | 查看 | 原始文档 | blame | 历史
src/views/add_operation/index.vue 对比 | 查看 | 原始文档 | blame | 历史
src/views/home/index.vue 对比 | 查看 | 原始文档 | blame | 历史
src/views/login/index.vue 对比 | 查看 | 原始文档 | blame | 历史
src/views/out_operation/index.vue 对比 | 查看 | 原始文档 | blame | 历史
src/views/out_operation/manual/index.vue 对比 | 查看 | 原始文档 | blame | 历史
src/views/out_operation/outboundLedger/index.vue 对比 | 查看 | 原始文档 | blame | 历史
src/views/outbound/depositoryManagement/index.vue 对比 | 查看 | 原始文档 | blame | 历史
src/views/outbound/index.vue 对比 | 查看 | 原始文档 | blame | 历史
src/views/system/dict/index.vue 对比 | 查看 | 原始文档 | blame | 历史
src/views/system/index.vue 对比 | 查看 | 原始文档 | blame | 历史
src/views/system/user/index.vue 对比 | 查看 | 原始文档 | blame | 历史
src/views/tree/index.vue 对比 | 查看 | 原始文档 | blame | 历史
tests/unit/.eslintrc.js 对比 | 查看 | 原始文档 | blame | 历史
tests/unit/components/Breadcrumb.spec.js 对比 | 查看 | 原始文档 | blame | 历史
tests/unit/components/Hamburger.spec.js 对比 | 查看 | 原始文档 | blame | 历史
tests/unit/components/SvgIcon.spec.js 对比 | 查看 | 原始文档 | blame | 历史
tests/unit/utils/formatTime.spec.js 对比 | 查看 | 原始文档 | blame | 历史
tests/unit/utils/param2Obj.spec.js 对比 | 查看 | 原始文档 | blame | 历史
tests/unit/utils/parseTime.spec.js 对比 | 查看 | 原始文档 | blame | 历史
tests/unit/utils/validate.spec.js 对比 | 查看 | 原始文档 | blame | 历史
vue.config.js 对比 | 查看 | 原始文档 | blame | 历史