初始化
parents
Showing
.editorconfig
0 → 100644
.env.development
0 → 100644
.env.production
0 → 100644
.env.staging
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
Dockerfile
0 → 100644
babel.config.js
0 → 100644
build/index.js
0 → 100644
docker/nginx.k8s.conf
0 → 100644
jsconfig.json
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "esb.wechat", | ||
| "version": "1.1.0", | ||
| "description": "医技预约", | ||
| "author": "tbyf", | ||
| "license": "MIT", | ||
| "scripts": { | ||
| "dev": "vue-cli-service serve", | ||
| "build:prod": "vue-cli-service build", | ||
| "build:stage": "vue-cli-service build --mode staging", | ||
| "preview": "node build/index.js --preview", | ||
| "lint": "eslint --ext .js,.vue src", | ||
| "jsonserver": "json-server --watch --port 8000 data.json" | ||
| }, | ||
| "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" | ||
| ], | ||
| "dependencies": { | ||
| "@riophae/vue-treeselect": "0.4.0", | ||
| "axios": "0.24.0", | ||
| "clipboard": "2.0.8", | ||
| "core-js": "^3.23.3", | ||
| "dayjs": "^1.11.0", | ||
| "echarts": "4.9.0", | ||
| "element-china-area-data": "^5.0.2", | ||
| "element-ui": "2.15.6", | ||
| "file-saver": "2.0.5", | ||
| "fuse.js": "6.4.3", | ||
| "gojs": "^2.2.5", | ||
| "highlight.js": "9.18.5", | ||
| "js-base64": "^3.7.2", | ||
| "js-beautify": "1.13.0", | ||
| "js-cookie": "3.0.1", | ||
| "jsencrypt": "3.2.1", | ||
| "json-server": "^0.17.0", | ||
| "less": "^3.10.3", | ||
| "less-loader": "^5.0.0", | ||
| "moment": "^2.24.0", | ||
| "nanoid": "^1.0.1", | ||
| "nprogress": "0.2.0", | ||
| "qrcodejs2": "^0.0.2", | ||
| "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-i18n": "^8.7.0", | ||
| "vue-meta": "2.4.0", | ||
| "vue-router": "3.4.9", | ||
| "vuedraggable": "2.24.3", | ||
| "vuex": "3.6.0", | ||
| "zrender": "^4.0.7" | ||
| }, | ||
| "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", | ||
| "mocker-api": "^2.9.5", | ||
| "mockjs": "^1.1.0", | ||
| "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" | ||
| ] | ||
| } |
public/favicon.ico
0 → 100644
File added
public/html/ie.html
0 → 100644
This diff is collapsed.
Click to expand it.
public/index.html
0 → 100644
public/js/dc_main.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/js/emr.js
0 → 100644
public/js/jquery-1.7.2.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/utli.js
0 → 100644
public/robots.txt
0 → 100644
src/App.vue
0 → 100644
src/api/basis/basicInfosetting.js
0 → 100644
src/api/basis/dept.js
0 → 100644
src/api/basis/examtype.js
0 → 100644
src/api/basis/inExamItem.js
0 → 100644
src/api/basis/itemConfict.js
0 → 100644
src/api/basis/locationInfo.js
0 → 100644
src/api/basis/outexamitem.js
0 → 100644
src/api/basis/visitType.js
0 → 100644
src/api/basis/yard.js
0 → 100644
src/api/document/app.js
0 → 100644
src/api/document/document.js
0 → 100644
src/api/document/minio.js
0 → 100644
src/api/document/resource.js
0 → 100644
src/api/emport/Emport.js
0 → 100644
src/api/infomation/user.js
0 → 100644
src/api/infomation/userView.js
0 → 100644
src/api/infomation/view.js
0 → 100644
src/api/login.js
0 → 100644
src/api/menu.js
0 → 100644
src/api/message.js
0 → 100644
src/api/monitor/ApplyReport.js
0 → 100644
src/api/monitor/job.js
0 → 100644
src/api/monitor/jobLog.js
0 → 100644
src/api/monitor/logininfor.js
0 → 100644
src/api/monitor/online.js
0 → 100644
src/api/monitor/operlog.js
0 → 100644
src/api/monitor/server.js
0 → 100644
src/api/open.js
0 → 100644
src/api/reservation.js
0 → 100644
src/api/resource/apply.js
0 → 100644
src/api/resource/applyAction.js
0 → 100644
src/api/resource/applyCount.js
0 → 100644
src/api/resource/hospitalizationSubscribe.js
0 → 100644
src/api/resource/itemGroup.js
0 → 100644
src/api/resource/nurseApplyStatic.js
0 → 100644
src/api/resource/patient.js
0 → 100644
src/api/resource/queue.js
0 → 100644
src/api/resource/queueBasicNum.js
0 → 100644
src/api/resource/queueSet.js
0 → 100644
src/api/resource/sourcePool.js
0 → 100644
src/api/system/PaneIGroup.js
0 → 100644
src/api/system/config.js
0 → 100644
src/api/system/dept.js
0 → 100644
src/api/system/dept2.js
0 → 100644
src/api/system/dict/data.js
0 → 100644
src/api/system/dict/type.js
0 → 100644
src/api/system/lkTrade.js
0 → 100644
src/api/system/menu.js
0 → 100644
src/api/system/notice.js
0 → 100644
src/api/system/org.js
0 → 100644
src/api/system/post.js
0 → 100644
src/api/system/role.js
0 → 100644
src/api/system/user.js
0 → 100644
src/api/system/userWechat.js
0 → 100644
src/api/system/visitType.js
0 → 100644
src/api/tool/gen.js
0 → 100644
src/assets/401_images/401.gif
0 → 100644
160 KB
src/assets/404_images/404.png
0 → 100644
95.8 KB
src/assets/404_images/404_cloud.png
0 → 100644
4.65 KB
src/assets/icons/index.js
0 → 100644
src/assets/icons/svg/404.svg
0 → 100644
src/assets/icons/svg/bug.svg
0 → 100644
src/assets/icons/svg/build.svg
0 → 100644
src/assets/icons/svg/button.svg
0 → 100644
src/assets/icons/svg/cascader.svg
0 → 100644
src/assets/icons/svg/chart.svg
0 → 100644
src/assets/icons/svg/checkbox.svg
0 → 100644
src/assets/icons/svg/clipboard.svg
0 → 100644
src/assets/icons/svg/code.svg
0 → 100644
src/assets/icons/svg/color.svg
0 → 100644
src/assets/icons/svg/component.svg
0 → 100644
src/assets/icons/svg/dashboard.svg
0 → 100644
src/assets/icons/svg/date-range.svg
0 → 100644
src/assets/icons/svg/date.svg
0 → 100644
src/assets/icons/svg/dict.svg
0 → 100644
src/assets/icons/svg/documentation.svg
0 → 100644
src/assets/icons/svg/download.svg
0 → 100644
src/assets/icons/svg/drag.svg
0 → 100644
src/assets/icons/svg/druid.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/edit.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/education.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/email.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/example.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/excel.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/exit-fullscreen.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/eye-open.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/eye.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/form.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/fullscreen.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/github.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/guide.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/input.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/international.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/job.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/language.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/link.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/list.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/lock.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/log.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/logininfor.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/message.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/money.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/monitor.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/nested.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/number.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/online.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/password.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/pdf.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/people.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/peoples.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/phone.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/post.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/qq.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/question.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/radio.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/rate.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/redis.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/row.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/search.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/select.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/server.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/shared.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/shopping.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/size.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/skill.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/slider.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/star.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/swagger.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/switch.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/system.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/tab.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/table.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/textarea.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/theme.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/time-range.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/time.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/tool.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/tree-table.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/tree.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/upload.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/user.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/validCode.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/wechat.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/zip.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svgo.yml
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/image/profile.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/images/circle.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/images/dark.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/images/light.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/images/login-background.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/images/login-background2.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/images/profile.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/logo/logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/monitor/bg.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/monitor/head_bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/monitor/jt.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/monitor/lbx.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/monitor/line.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/monitor/map.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/scss/_variables.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/scss/index.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/scss/style.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/styles/base.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/styles/btn.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/styles/element-ui.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/styles/element-variables.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/styles/index.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/styles/mixin.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/styles/ruoyi.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/styles/sidebar.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/styles/transition.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/styles/variables.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Breadcrumb/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/ChoiceLanguage/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Crontab/day.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Crontab/hour.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Crontab/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Crontab/min.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Crontab/month.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Crontab/result.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Crontab/second.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Crontab/week.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Crontab/year.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/DeptTemple/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/DictData/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/DictTag/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Draw/Render.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Draw/SeparateTd.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Draw/Table.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Draw/TimeCon.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/DynamicQuery/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Editor/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/FieldMapping/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/FileUpload/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/FormCard/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Hamburger/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/HeaderSearch/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/IconSelect/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/IconSelect/requireIcons.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/ImagePreview/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/ImageUpload/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Pagination/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/PanThumb/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/ParentView/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/PopMenu/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/QueryQueueSet/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/QueueItem/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/RightPanel/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/RightToolbar/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Screenfull/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/SearchTable/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/SizeSelect/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/SourceNumWeek/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/SvgIcon/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/TableCard/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/ThemePicker/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/TopNav/index.vue
0 → 100644
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.
src/components/iFrame/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/directive/dialog/drag.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/directive/dialog/dragHeight.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/directive/dialog/dragWidth.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/directive/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/directive/module/clipboard.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/directive/permission/hasPermi.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/directive/permission/hasRole.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/directives.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/lang/en.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/lang/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/lang/zh.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/EmptyLayout/Index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/components/AppMain.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/components/InnerLink/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/components/Navbar.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/components/Settings/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/components/Sidebar/Change.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/components/Sidebar/FixiOSBug.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/components/Sidebar/Item.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/components/Sidebar/Link.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/components/Sidebar/Logo.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/layout/components/Sidebar/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/layout/components/TagsView/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/components/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/mixin/ResizeHandler.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libs/lodop/LodopFuncs.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libs/lodop/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libs/lodop/tools.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libs/props.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/main.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/permission.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/auth.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/cache.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/download.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/modal.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugins/tab.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/router/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/settings.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/getters.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/modules/app.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/modules/apply.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/modules/permission.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/modules/printDesign.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/modules/settings.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/modules/tagsView.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/modules/user.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/AsyncUtils.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/LodopFuncs.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/Storage.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/auth.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/base.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/const.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/dict/Dict.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/dict/DictConverter.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/dict/DictData.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/dict/DictMeta.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/dict/DictOptions.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/dict/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/document/ArrayUtil.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/document/AsyncUtil.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/document/FileUtil.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/document/HttpUtil.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/document/ObjectUtil.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/document/StoreUtil.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/document/StringUtil.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/document/WindowUtil.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/download.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/draw.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/errorCode.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/generator/config.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/generator/css.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/generator/drawingDefault.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/generator/html.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/generator/icon.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/generator/js.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/generator/render.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/jsencrypt.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/permission.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/print.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/pureAxios.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/request.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/resizeMixins.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/ruoyi.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/scroll-to.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/validate.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/vue-py.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/zipdownload.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/OpenRedirect.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/basis/basicInfosetting/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/basis/basisInfo/basisInfo.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/basis/dept/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/basis/deptHospital/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/basis/examdept/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/basis/examtype/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/basis/inExamItem/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/basis/itemConfict/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/basis/itemGroup/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/basis/locationInfo/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/basis/outexamitem/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/basis/visitType/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/basis/yard/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/components/icons/element-icons.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/components/icons/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/components/icons/svg-icons.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/dashboard/BarChart.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/dashboard/BarChartCopy.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/dashboard/LineChart.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/dashboard/PanelGroup.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/dashboard/PanelGroupCopy.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/dashboard/PieChart.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/dashboard/PieChartCopy.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/dashboard/RaddarChart.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/dashboard/RaddarChartCopy.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/dashboard/mixins/resize.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/document/authorization/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/document/catalog/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/document/home/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/emport/emport/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/error/401.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/error/404.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/information/user/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/information/userView/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/information/view/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/login.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/login/auth-redirect.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/login/components/SocialSignin.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/monitor/ApplyReport/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/monitor/druid/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/monitor/job/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/monitor/job/log.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/monitor/logininfor/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/monitor/online/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/monitor/operlog/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/monitor/server/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/open/manualReservation/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/redirect.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/resource/addNumTable/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/resource/apply/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/resource/apply/manualApply.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/resource/applyAction/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/resource/applyCount/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/resource/applyInfo/index.vue
0 → 100644
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.
src/views/resource/queue/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/resource/queueBasicNum/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/resource/sourcePool/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/resource/statistics/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/config/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/dept2/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/dict/data.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/dict/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/lkTrade/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/log/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/menu/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/org/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/post/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/role/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/user/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/user/profile/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/user/profile/resetPwd.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/user/profile/userAvatar.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/user/profile/userInfo.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/userWechat/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/visitType/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tool/build/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tool/gen/basicInfoForm.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tool/gen/editTable.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tool/gen/genInfoForm.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tool/gen/importTable.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tool/gen/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tool/swagger/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
vue.config.js
0 → 100644
This diff is collapsed.
Click to expand it.