init
Showing
ruoyi-ui/.editorconfig
deleted
100644 → 0
ruoyi-ui/.env.development
deleted
100644 → 0
ruoyi-ui/.env.production
deleted
100644 → 0
ruoyi-ui/.eslintignore
deleted
100644 → 0
ruoyi-ui/.eslintrc.js
deleted
100644 → 0
ruoyi-ui/.gitignore
deleted
100644 → 0
ruoyi-ui/README.md
deleted
100644 → 0
ruoyi-ui/babel.config.js
deleted
100644 → 0
ruoyi-ui/bin/build.bat
deleted
100644 → 0
ruoyi-ui/bin/package.bat
deleted
100644 → 0
ruoyi-ui/bin/run-web.bat
deleted
100644 → 0
ruoyi-ui/build/index.js
deleted
100644 → 0
ruoyi-ui/package.json
deleted
100644 → 0
{ | ||
"name": "ruoyi-vue-plus", | ||
"version": "4.5.0", | ||
"description": "RuoYi-Vue-Plus后台管理系统", | ||
"author": "LionLi", | ||
"license": "MIT", | ||
"scripts": { | ||
"dev": "vue-cli-service serve", | ||
"build:prod": "vue-cli-service build", | ||
"preview": "node build/index.js --preview", | ||
"lint": "eslint --ext .js,.vue src" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"lint-staged": { | ||
"src/**/*.{js,vue}": [ | ||
"eslint --fix", | ||
"git add" | ||
] | ||
}, | ||
"keywords": [ | ||
"vue", | ||
"admin", | ||
"dashboard", | ||
"element-ui", | ||
"boilerplate", | ||
"admin-template", | ||
"management-system" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitee.com/y_project/RuoYi-Vue.git" | ||
}, | ||
"dependencies": { | ||
"@riophae/vue-treeselect": "0.4.0", | ||
"axios": "0.24.0", | ||
"clipboard": "2.0.8", | ||
"core-js": "3.25.3", | ||
"echarts": "5.4.0", | ||
"element-ui": "2.15.10", | ||
"file-saver": "2.0.5", | ||
"fuse.js": "6.4.3", | ||
"highlight.js": "9.18.5", | ||
"js-beautify": "1.13.0", | ||
"js-cookie": "3.0.1", | ||
"jsencrypt": "3.0.0-rc.1", | ||
"nprogress": "0.2.0", | ||
"quill": "1.3.7", | ||
"screenfull": "5.0.2", | ||
"sortablejs": "1.10.2", | ||
"vue": "2.6.12", | ||
"vue-count-to": "1.0.13", | ||
"vue-cropper": "0.5.5", | ||
"vue-meta": "2.4.0", | ||
"vue-router": "3.4.9", | ||
"vuedraggable": "2.24.3", | ||
"vuex": "3.6.0" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "4.4.6", | ||
"@vue/cli-plugin-eslint": "4.4.6", | ||
"@vue/cli-service": "4.4.6", | ||
"babel-eslint": "10.1.0", | ||
"babel-plugin-dynamic-import-node": "2.3.3", | ||
"chalk": "4.1.0", | ||
"compression-webpack-plugin": "5.0.2", | ||
"connect": "3.6.6", | ||
"eslint": "7.15.0", | ||
"eslint-plugin-vue": "7.2.0", | ||
"lint-staged": "10.5.3", | ||
"runjs": "4.4.2", | ||
"sass": "1.32.13", | ||
"sass-loader": "10.1.1", | ||
"script-ext-html-webpack-plugin": "2.1.5", | ||
"svg-sprite-loader": "5.1.1", | ||
"vue-template-compiler": "2.6.12" | ||
}, | ||
"engines": { | ||
"node": ">=8.9", | ||
"npm": ">= 3.0.0" | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions" | ||
] | ||
} |
ruoyi-ui/public/favicon.ico
deleted
100644 → 0
File deleted
ruoyi-ui/public/html/ie.html
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/public/index.html
deleted
100644 → 0
ruoyi-ui/public/robots.txt
deleted
100644 → 0
ruoyi-ui/src/App.vue
deleted
100644 → 0
ruoyi-ui/src/api/demo/demo.js
deleted
100644 → 0
ruoyi-ui/src/api/demo/tree.js
deleted
100644 → 0
ruoyi-ui/src/api/login.js
deleted
100644 → 0
ruoyi-ui/src/api/menu.js
deleted
100644 → 0
ruoyi-ui/src/api/monitor/cache.js
deleted
100644 → 0
ruoyi-ui/src/api/monitor/online.js
deleted
100644 → 0
ruoyi-ui/src/api/monitor/operlog.js
deleted
100644 → 0
ruoyi-ui/src/api/system/config.js
deleted
100644 → 0
ruoyi-ui/src/api/system/dept.js
deleted
100644 → 0
ruoyi-ui/src/api/system/dict/data.js
deleted
100644 → 0
ruoyi-ui/src/api/system/dict/type.js
deleted
100644 → 0
ruoyi-ui/src/api/system/menu.js
deleted
100644 → 0
ruoyi-ui/src/api/system/notice.js
deleted
100644 → 0
ruoyi-ui/src/api/system/oss.js
deleted
100644 → 0
ruoyi-ui/src/api/system/ossConfig.js
deleted
100644 → 0
ruoyi-ui/src/api/system/post.js
deleted
100644 → 0
ruoyi-ui/src/api/system/role.js
deleted
100644 → 0
ruoyi-ui/src/api/system/user.js
deleted
100644 → 0
ruoyi-ui/src/api/tool/gen.js
deleted
100644 → 0

160 KB

95.8 KB

4.65 KB
ruoyi-ui/src/assets/icons/index.js
deleted
100644 → 0
ruoyi-ui/src/assets/icons/svg/qq.svg
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/assets/icons/svgo.yml
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/assets/images/dark.svg
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/assets/images/light.svg
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/assets/logo/logo.png
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/assets/styles/btn.scss
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/directive/index.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/layout/index.vue
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/main.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/permission.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/plugins/auth.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/plugins/cache.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/plugins/download.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/plugins/index.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/plugins/modal.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/plugins/tab.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/router/index.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/settings.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/store/getters.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/store/index.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/store/modules/app.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/store/modules/dict.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/store/modules/user.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/utils/auth.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/utils/dict/Dict.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/utils/dict/DictData.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/utils/dict/DictMeta.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/utils/dict/index.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/utils/errorCode.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/utils/generator/css.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/utils/generator/html.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/utils/generator/js.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/utils/index.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/utils/jsencrypt.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/utils/permission.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/utils/request.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/utils/ruoyi.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/utils/scroll-to.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/utils/validate.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/views/error/401.vue
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/views/error/404.vue
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/views/index.vue
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/views/index_v1.vue
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/views/login.vue
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/views/redirect.vue
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
ruoyi-ui/src/views/register.vue
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
ruoyi-ui/vue.config.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
xinrenli/.gitignore
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
xinrenli/mvnw
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
xinrenli/mvnw.cmd
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
xinrenli/pom.xml
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment