Initial commit
parents
Showing
.editorconfig
0 → 100644
.env.development
0 → 100644
.env.production
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.travis.yml
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
babel.config.js
0 → 100644
image/hospital.jpg
0 → 100644
33.6 KB
jest.config.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "eladmin-web", | |||
"version": "2.6.0", | |||
"description": "EL-ADMIN 前端源码", | |||
"author": "Zheng Jie", | |||
"license": "Apache-2.0", | |||
"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", | |||
"test:unit": "jest --clearCache && vue-cli-service test:unit", | |||
"svgo": "svgo -f src/assets/icons/svg --config=src/assets/icons/svgo.yml", | |||
"new": "plop" | |||
}, | |||
"husky": { | |||
"hooks": { | |||
"pre-commit": "lint-staged" | |||
} | |||
}, | |||
"lint-staged": { | |||
"src/**/*.{js,vue}": [ | |||
"eslint --fix", | |||
"git add" | |||
] | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "https://github.com/elunez/eladmin-web.git" | |||
}, | |||
"bugs": { | |||
"url": "https://github.com/elunez/eladmin/issues" | |||
}, | |||
"dependencies": { | |||
"@riophae/vue-treeselect": "0.4.0", | |||
"axios": "0.18.1", | |||
"clipboard": "2.0.4", | |||
"codemirror": "^5.49.2", | |||
"connect": "3.6.6", | |||
"echarts": "^4.9.0", | |||
"echarts-gl": "^1.1.1", | |||
"echarts-wordcloud": "^1.1.3", | |||
"element-ui": "^2.13.2", | |||
"file-saver": "1.3.8", | |||
"fuse.js": "3.4.4", | |||
"js-beautify": "^1.10.2", | |||
"js-cookie": "2.2.0", | |||
"jsencrypt": "^3.0.0-rc.1", | |||
"jszip": "3.1.5", | |||
"mavon-editor": "^2.9.0", | |||
"node-sass": "^5.0.0", | |||
"normalize.css": "7.0.0", | |||
"nprogress": "0.2.0", | |||
"path-to-regexp": "2.4.0", | |||
"qs": "^6.9.1", | |||
"screenfull": "4.2.0", | |||
"scss": "^0.2.4", | |||
"scss-loader": "0.0.1", | |||
"sortablejs": "1.8.4", | |||
"vue": "2.6.10", | |||
"vue-count-to": "1.0.13", | |||
"vue-cropper": "0.4.9", | |||
"vue-echarts": "^5.0.0-beta.0", | |||
"vue-highlightjs": "^1.3.3", | |||
"vue-image-crop-upload": "^2.5.0", | |||
"vue-quill-editor": "^3.0.6", | |||
"vue-router": "3.0.2", | |||
"vue-splitpane": "1.0.4", | |||
"vuedraggable": "2.20.0", | |||
"vuex": "3.1.0", | |||
"wangeditor": "^3.1.1", | |||
"xlsx": "^0.14.1" | |||
}, | |||
"devDependencies": { | |||
"@babel/core": "7.0.0", | |||
"@babel/parser": "^7.7.4", | |||
"@babel/register": "7.0.0", | |||
"@vue/cli-plugin-babel": "3.5.3", | |||
"@vue/cli-plugin-eslint": "^3.9.1", | |||
"@vue/cli-plugin-unit-jest": "^4.5.8", | |||
"@vue/cli-service": "^4.5.8", | |||
"@vue/test-utils": "1.0.0-beta.29", | |||
"autoprefixer": "^9.5.1", | |||
"babel-core": "7.0.0-bridge.0", | |||
"babel-eslint": "10.0.1", | |||
"babel-jest": "^26.6.1", | |||
"babel-plugin-dynamic-import-node": "2.3.0", | |||
"babel-plugin-transform-remove-console": "^6.9.4", | |||
"chalk": "2.4.2", | |||
"chokidar": "2.1.5", | |||
"connect": "3.6.6", | |||
"eslint": "5.15.3", | |||
"eslint-plugin-vue": "5.2.2", | |||
"html-webpack-plugin": "3.2.0", | |||
"http-proxy-middleware": "^0.19.1", | |||
"husky": "1.3.1", | |||
"lint-staged": "8.1.5", | |||
"plop": "2.3.0", | |||
"runjs": "^4.3.2", | |||
"sass": "^1.26.10", | |||
"sass-loader": "^7.3.1", | |||
"script-ext-html-webpack-plugin": "2.1.3", | |||
"script-loader": "0.7.2", | |||
"serve-static": "^1.13.2", | |||
"svg-sprite-loader": "4.1.3", | |||
"svgo": "1.2.0", | |||
"vue-template-compiler": "2.6.10" | |||
}, | |||
"engines": { | |||
"node": ">=8.9", | |||
"npm": ">= 3.0.0" | |||
}, | |||
"browserslist": [ | |||
"> 1%", | |||
"last 2 versions" | |||
] | |||
} |
plopfile.js
0 → 100644
postcss.config.js
0 → 100644
public/favicon.ico
0 → 100644
File added
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/api/Statistics.js
0 → 100644
src/api/communication/announcement.js
0 → 100644
src/api/communication/postaudit.js
0 → 100644
src/api/data.js
0 → 100644
src/api/generator/genConfig.js
0 → 100644
src/api/generator/generator.js
0 → 100644
src/api/hospitalapi/departmentapi.js
0 → 100644
src/api/hospitalapi/doctor.js
0 → 100644
src/api/hospitalapi/hospitalapi.js
0 → 100644
src/api/login.js
0 → 100644
src/api/mnt/app.js
0 → 100644
src/api/mnt/connect.js
0 → 100644
src/api/mnt/database.js
0 → 100644
src/api/mnt/deploy.js
0 → 100644
src/api/mnt/deployHistory.js
0 → 100644
src/api/mnt/serverDeploy.js
0 → 100644
src/api/monitor/log.js
0 → 100644
src/api/monitor/online.js
0 → 100644
src/api/operating/activity.js
0 → 100644
src/api/operating/moneymanagement.js
0 → 100644
src/api/patientswith/hospitalrecords.js
0 → 100644
src/api/patientswith/patientinformation.js
0 → 100644
src/api/system/code.js
0 → 100644
src/api/system/dept.js
0 → 100644
src/api/system/dict.js
0 → 100644
src/api/system/dictDetail.js
0 → 100644
src/api/system/job.js
0 → 100644
src/api/system/menu.js
0 → 100644
src/api/system/role.js
0 → 100644
src/api/system/timing.js
0 → 100644
src/api/system/user.js
0 → 100644
src/api/tools/alipay.js
0 → 100644
src/api/tools/email.js
0 → 100644
src/api/tools/localStorage.js
0 → 100644
src/api/tools/qiniu.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/Steve-Jobs.svg
0 → 100644
src/assets/icons/svg/alipay.svg
0 → 100644
src/assets/icons/svg/anq.svg
0 → 100644
src/assets/icons/svg/app.svg
0 → 100644
src/assets/icons/svg/backup.svg
0 → 100644
src/assets/icons/svg/chain.svg
0 → 100644
src/assets/icons/svg/chart.svg
0 → 100644
src/assets/icons/svg/codeConsole.svg
0 → 100644
src/assets/icons/svg/dashboard.svg
0 → 100644
src/assets/icons/svg/database.svg
0 → 100644
src/assets/icons/svg/date.svg
0 → 100644
src/assets/icons/svg/deploy.svg
0 → 100644
src/assets/icons/svg/dept.svg
0 → 100644
src/assets/icons/svg/dev.svg
0 → 100644
src/assets/icons/svg/develop.svg
0 → 100644
src/assets/icons/svg/dictionary.svg
0 → 100644
src/assets/icons/svg/doc.svg
0 → 100644
src/assets/icons/svg/download.svg
0 → 100644
src/assets/icons/svg/edit.svg
0 → 100644
src/assets/icons/svg/education.svg
0 → 100644
src/assets/icons/svg/email.svg
0 → 100644
src/assets/icons/svg/error.svg
0 → 100644
src/assets/icons/svg/exit-fullscreen.svg
0 → 100644
src/assets/icons/svg/fullscreen.svg
0 → 100644
src/assets/icons/svg/fwb.svg
0 → 100644
src/assets/icons/svg/github.svg
0 → 100644
src/assets/icons/svg/gonggao.svg
0 → 100644
src/assets/icons/svg/icon.svg
0 → 100644
src/assets/icons/svg/image.svg
0 → 100644
src/assets/icons/svg/index.svg
0 → 100644
src/assets/icons/svg/international.svg
0 → 100644
src/assets/icons/svg/ipvisits.svg
0 → 100644
src/assets/icons/svg/java.svg
0 → 100644
src/assets/icons/svg/link.svg
0 → 100644
src/assets/icons/svg/list.svg
0 → 100644
src/assets/icons/svg/lock.svg
0 → 100644
src/assets/icons/svg/log.svg
0 → 100644
src/assets/icons/svg/login.svg
0 → 100644
src/assets/icons/svg/markdown.svg
0 → 100644
src/assets/icons/svg/menu.svg
0 → 100644
src/assets/icons/svg/message.svg
0 → 100644
src/assets/icons/svg/mnt.svg
0 → 100644
src/assets/icons/svg/money.svg
0 → 100644
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/password.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/permission.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/qiniu.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/role.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/server.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/source.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/sqlMonitor.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/sys-tools.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/system1.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/theme.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/timing.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/tools.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/unlock.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/user1.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/visits.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/web.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/weixin.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/zujian.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/images/avatar.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/images/background.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/images/logo.png
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/eladmin.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/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/Crud/CRUD.operation.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Crud/Pagination.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Crud/RR.operation.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Crud/UD.operation.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Crud/crud.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/DateRangePicker/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Dict/Dict.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Dict/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Doc/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Echarts/BarChart.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Echarts/Category.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Echarts/Funnel.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Echarts/Gauge.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Echarts/Graph.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Echarts/HeatMap.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Echarts/Line3D.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Echarts/PieChart.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Echarts/Point.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Echarts/RadarChart.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Echarts/Rich.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Echarts/Sankey.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Echarts/Scatter.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Echarts/Sunburst.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Echarts/ThemeRiver.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Echarts/WordCloud.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/GithubCorner/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/Iframe/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/JavaEdit/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/Permission/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Permission/permission.js
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/Screenfull/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/SvgIcon/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/UploadExcel/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/YamlEdit/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/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/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/main.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/mixins/crud.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/router/routers.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/api.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/permission.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/auth.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/clipboard.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/datetime.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/get-page-title.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/open-window.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/request.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/rsaEncrypt.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/shortcuts.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/upload.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/views/communication/announcement.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/communication/essence.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/communication/postaudit.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/components/Echarts.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/components/Editor.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/components/MarkDown.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/components/YamlEdit.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/components/excel/upload-excel.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/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/mixins/resize.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/features/401.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/features/404.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/features/redirect.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/generator/config.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/generator/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/generator/preview.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/home.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/hospital/department.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/hospital/doctor.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/hospital/doctorcertified.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/hospital/hospital.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/mnt/app/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mnt/database/execute.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mnt/database/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mnt/deploy/deploy.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mnt/deploy/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mnt/deploy/sysRestore.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mnt/deployHistory/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mnt/server/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/monitor/log/errorLog.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/monitor/log/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/monitor/log/search.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/server/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/monitor/sql/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/nested/menu1/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/nested/menu1/menu1-1/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/nested/menu1/menu1-2/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/nested/menu2/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/operating/activity.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/operating/information.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/operating/moneymanagement.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/operating/recommended.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/operating/statistical.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/patientswith/hospitalrecords.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/system/dept/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/dict/dictDetail.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/job/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/job/module/form.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/job/module/header.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/role/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/timing/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/timing/log.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/user/center.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/user/center/updateEmail.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/user/center/updatePass.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/tools/aliPay/config.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tools/aliPay/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tools/aliPay/toPay.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tools/email/config.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tools/email/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tools/email/send.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tools/storage/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tools/storage/local/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tools/storage/qiniu/form.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tools/storage/qiniu/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tools/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.
Please
register
or
sign in
to comment