程序源代码
Showing
.browserslistrc
0 → 100644
.editorconfig
0 → 100644
.env
0 → 100644
.env.development
0 → 100644
.env.preview
0 → 100644
.eslintrc.js
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
.prettierrc
0 → 100644
.travis.yml
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
README.zh-CN.md
0 → 100644
babel.config.js
0 → 100644
config/plugin.config.js
0 → 100644
docs/load-on-demand.md
0 → 100644
docs/multi-tabs.md
0 → 100644
jest.config.js
0 → 100644
jsconfig.json
0 → 100644
package.json
0 → 100644
postcss.config.js
0 → 100644
public/avatar2.jpg
0 → 100644
78.3 KB
public/index.html
0 → 100644
public/loading/loading.css
0 → 100644
public/loading/loading.html
0 → 100644
public/logo.png
0 → 100644
19.8 KB
src/App.vue
0 → 100644
src/api/index.js
0 → 100644
src/api/login.js
0 → 100644
src/api/manage.js
0 → 100644
src/assets/background.svg
0 → 100644
src/assets/logo.png
0 → 100644
19.8 KB
src/assets/logo.svg
0 → 100644
src/components/Menu/index.js
0 → 100644
src/components/Menu/menu.js
0 → 100644
src/components/Tree/Tree.jsx
0 → 100644
src/components/_util/util.js
0 → 100644
src/components/global.less
0 → 100644
src/components/index.js
0 → 100644
src/components/index.less
0 → 100644
src/config/router.config.js
0 → 100644
src/core/bootstrap.js
0 → 100644
src/core/icons.js
0 → 100644
src/core/lazy_use.js
0 → 100644
src/core/use.js
0 → 100644
src/layouts/BasicLayout.vue
0 → 100644
src/layouts/BlankLayout.vue
0 → 100644
src/layouts/PageView.vue
0 → 100644
src/layouts/RouteView.vue
0 → 100644
src/layouts/UserLayout.vue
0 → 100644
src/layouts/index.js
0 → 100644
src/main.js
0 → 100644
src/mock/index.js
0 → 100644
src/mock/services/article.js
0 → 100644
src/mock/services/auth.js
0 → 100644
src/mock/services/manage.js
0 → 100644
src/mock/services/other.js
0 → 100644
src/mock/services/user.js
0 → 100644
src/mock/util.js
0 → 100644
src/permission.js
0 → 100644
src/router/README.md
0 → 100644
src/router/index.js
0 → 100644
src/store/getters.js
0 → 100644
src/store/index.js
0 → 100644
src/store/modules/app.js
0 → 100644
src/store/modules/user.js
0 → 100644
src/store/mutation-types.js
0 → 100644
src/utils/axios.js
0 → 100644
src/utils/device.js
0 → 100644
src/utils/domUtil.js
0 → 100644
src/utils/filter.js
0 → 100644
src/utils/mixin.js
0 → 100644
src/utils/permissions.js
0 → 100644
src/utils/request.js
0 → 100644
src/utils/util.js
0 → 100644
src/utils/utils.less
0 → 100644
src/views/404.vue
0 → 100644
src/views/Home.vue
0 → 100644
src/views/exception/403.vue
0 → 100644
src/views/exception/404.vue
0 → 100644
src/views/exception/500.vue
0 → 100644
src/views/form/BasicForm.vue
0 → 100644
src/views/list/CardList.vue
0 → 100644
src/views/list/QueryList.vue
0 → 100644
src/views/list/TableList.vue
0 → 100644
src/views/other/RoleList.vue
0 → 100644
src/views/other/TreeList.vue
0 → 100644
src/views/other/UserList.vue
0 → 100644
src/views/result/Error.vue
0 → 100644
src/views/result/Success.vue
0 → 100644
src/views/role/RoleList.vue
0 → 100644
src/views/user/Login.vue
0 → 100644
src/views/user/Register.vue
0 → 100644
tests/unit/.eslintrc.js
0 → 100644
vue.config.js
0 → 100644
webstorm.config.js
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.