黄何裕
2024-07-23 ef5339794e21c4905518c6b8fba013a9c32aa1ab
refs
用户 黄何裕 <1053952480@qq.com>
星期二, 七月 23, 2024 18:02 +0800
提交者 黄何裕 <1053952480@qq.com>
星期二, 七月 23, 2024 18:02 +0800
提交ef5339794e21c4905518c6b8fba013a9c32aa1ab
目录 d22b3bc7ba901fcc425dc7683ac483832c52b9dd 目录 | zip | gz
parent 9db77d7932b3a786aecc1bb5301f750aeffa9693 查看 | 对比
创建项目框架,编写教务部分静态页面
104个文件已添加
4862 ■■■■■ 已修改文件
.editorconfig 14 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.env.development 5 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.env.production 6 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.env.staging 8 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.eslintignore 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
.eslintrc.js 198 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.gitignore 16 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
.travis.yml 5 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
LICENSE 21 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
README-zh.md 111 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
babel.config.js 14 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
build/index.js 35 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
jest.config.js 24 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
jsconfig.json 9 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
mock/index.js 57 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
mock/mock-server.js 81 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
mock/table.js 29 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
mock/user.js 84 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
mock/utils.js 25 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
package.json 62 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
postcss.config.js 8 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
public/favicon.ico 对比 | 查看 | 原始文档 | blame | 历史
public/index.html 17 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/App.vue 11 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/api/table.js 9 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/api/user.js 24 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/assets/404_images/404.png 对比 | 查看 | 原始文档 | blame | 历史
src/assets/404_images/404_cloud.png 对比 | 查看 | 原始文档 | blame | 历史
src/components/Breadcrumb/index.vue 78 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/Hamburger/index.vue 44 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/components/SvgIcon/index.vue 62 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/index.js 9 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/dashboard.svg 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/example.svg 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/eye-open.svg 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/eye.svg 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/form.svg 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/link.svg 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/nested.svg 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/password.svg 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/table.svg 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/tree.svg 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svg/user.svg 1 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/icons/svgo.yml 22 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/AppMain.vue 40 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/Navbar.vue 139 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/Sidebar/FixiOSBug.js 26 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/Sidebar/Item.vue 41 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/Sidebar/Link.vue 43 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/Sidebar/Logo.vue 82 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/Sidebar/SidebarItem.vue 95 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/Sidebar/index.vue 56 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/layout/components/index.js 3 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/layout/index.vue 93 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/layout/mixin/ResizeHandler.js 45 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main.js 43 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/permission.js 64 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/router/index.js 217 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/settings.js 16 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/store/getters.js 8 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/store/index.js 19 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/store/modules/app.js 48 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/store/modules/settings.js 32 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/store/modules/user.js 97 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/styles/element-ui.scss 49 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/styles/index.scss 65 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/styles/mixin.scss 28 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/styles/sidebar.scss 226 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/styles/transition.scss 48 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/styles/variables.scss 25 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/utils/auth.js 15 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/utils/get-page-title.js 10 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/utils/index.js 117 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/utils/request.js 85 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/utils/validate.js 20 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/404.vue 228 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/class/index.vue 103 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/comment/index.vue 118 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/curriculum/index.vue 131 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/development/index.vue 124 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/form/index.vue 85 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/home/index.vue 30 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/login/index.vue 237 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/nested/menu1/index.vue 7 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/nested/menu1/menu1-1/index.vue 7 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/nested/menu1/menu1-2/index.vue 7 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/nested/menu1/menu1-2/menu1-2-1/index.vue 5 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/nested/menu1/menu1-2/menu1-2-2/index.vue 5 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/nested/menu1/menu1-3/index.vue 5 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/nested/menu2/index.vue 5 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/schedule/index.vue 对比 | 查看 | 原始文档 | blame | 历史
src/views/scheduleCourses/index.vue 112 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/student/index.vue 101 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/tree/index.vue 78 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/views/work/index.vue 117 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
tests/unit/.eslintrc.js 5 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
tests/unit/components/Breadcrumb.spec.js 98 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
tests/unit/components/Hamburger.spec.js 18 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
tests/unit/components/SvgIcon.spec.js 22 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
tests/unit/utils/formatTime.spec.js 30 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
tests/unit/utils/param2Obj.spec.js 14 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
tests/unit/utils/parseTime.spec.js 35 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
tests/unit/utils/validate.spec.js 17 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
vue.config.js 123 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史