Initial commit
parents
Showing
.env
0 → 100644
.env.development
0 → 100644
.env.production
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.prettierrc.js
0 → 100644
CHANGELOG.md
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
index.html
0 → 100644
jsconfig.json
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | ||
"name": "dsis", | ||
"version": "1.0.0", | ||
"description": "vue3 vite next admin template js setup", | ||
"author": "gy", | ||
"license": "MIT", | ||
"scripts": { | ||
"dev": "vite --force", | ||
"build": "vite build", | ||
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/" | ||
}, | ||
"dependencies": { | ||
"@element-plus/icons-vue": "^2.0.10", | ||
"@wangeditor/editor": "^5.1.23", | ||
"@wangeditor/editor-for-vue": "^5.1.12", | ||
"axios": "^1.2.1", | ||
"dayjs": "^1.11.10", | ||
"default-passive-events": "^2.0.0", | ||
"echarts": "^5.5.0", | ||
"element-plus": "2.4.3", | ||
"js-cookie": "^3.0.1", | ||
"lodash": "^4.17.21", | ||
"mitt": "^3.0.0", | ||
"nprogress": "^0.2.0", | ||
"pinia": "^2.0.28", | ||
"qrcodejs2-fixes": "^0.0.2", | ||
"qs": "^6.11.0", | ||
"screenfull": "^6.0.2", | ||
"sortablejs": "^1.15.0", | ||
"vue": "^3.2.45", | ||
"vue-clipboard3": "^2.0.0", | ||
"vue-router": "^4.1.6", | ||
"vue3-scale-box": "^0.1.9" | ||
}, | ||
"devDependencies": { | ||
"@vitejs/plugin-legacy": "^4.0.4", | ||
"@vitejs/plugin-vue": "^4.0.0", | ||
"@vue/compiler-sfc": "^3.2.45", | ||
"eslint": "^8.29.0", | ||
"eslint-plugin-vue": "^9.8.0", | ||
"prettier": "^2.8.1", | ||
"sass": "^1.56.2", | ||
"unplugin-auto-import": "^0.12.0", | ||
"vite": "^4.0.0", | ||
"vite-plugin-vue-setup-extend": "^0.4.0", | ||
"vue-eslint-parser": "^9.1.0" | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not dead" | ||
], | ||
"bugs": { | ||
"url": "https://gitee.com/lyt-top/vue-next-admin/issues" | ||
}, | ||
"engines": { | ||
"node": ">=16.0.0", | ||
"npm": ">= 7.0.0" | ||
}, | ||
"keywords": [ | ||
"vue", | ||
"vue3", | ||
"vuejs/vue-next", | ||
"vuejs/vue-next-template", | ||
"vuejs/vue-next-template-js", | ||
"element-ui", | ||
"element-plus", | ||
"vue-next-admin", | ||
"next-admin" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitee.com/lyt-top/vue-next-admin.git" | ||
} | ||
} |
public/1.甲状腺术后健康宣教.pdf
0 → 100644
File added
public/favicon.ico
0 → 100644
File added
src/App.vue
0 → 100644
src/api/dashbord/assessment.js
0 → 100644
src/api/dashbord/dashbord.js
0 → 100644
src/api/dashbord/prebook.js
0 → 100644
src/api/department/index.js
0 → 100644
src/api/enterpriseInfo/index.js
0 → 100644
src/api/login/index.js
0 → 100644
src/api/menu/index.js
0 → 100644
src/api/product/index.js
0 → 100644
src/api/record/follow.js
0 → 100644
src/api/record/log.js
0 → 100644
src/api/record/statistics.js
0 → 100644
src/api/system/index.js
0 → 100644
src/api/tools/index.js
0 → 100644
src/assets/404.png
0 → 100644
38.6 KB
src/assets/bed-lock.png
0 → 100644
8.17 KB
src/assets/form_header_bg.png
0 → 100644
32.9 KB
src/assets/go.png
0 → 100644
10.5 KB
src/assets/header_logo.png
0 → 100644
90.2 KB
src/assets/lock.png
0 → 100644
5.73 KB
src/assets/login-bg.svg
0 → 100644
src/assets/login-icon-two.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/login-main.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/logo-mini.svg
0 → 100644
src/assets/meow.png
0 → 100644
15.1 KB
src/components/RightToolbar/index.vue
0 → 100644
src/components/TopCard/topCardDashbord.vue
0 → 100644
src/components/TopCard/topCardOther.vue
0 → 100644
src/components/TopCard/topcard.vue
0 → 100644
src/components/charts/col.vue
0 → 100644
src/components/charts/line.vue
0 → 100644
src/components/charts/line_col.vue
0 → 100644
src/components/charts/line_rotate.vue
0 → 100644
src/components/charts/pie.vue
0 → 100644
src/components/echarts/Apply.vue
0 → 100644
src/components/echarts/BarGraph.vue
0 → 100644
src/components/echarts/echarts.ts
0 → 100644
src/components/iconSelector/index.vue
0 → 100644
src/components/iconSelector/list.vue
0 → 100644
src/components/lists/card_list.vue
0 → 100644
src/components/svgIcon/index.vue
0 → 100644
src/components/voice/AudioPlayer.vue
0 → 100644
src/directive/authDirective.js
0 → 100644
src/directive/customDirective.js
0 → 100644
src/directive/index.js
0 → 100644
src/hook/useLocalPage.js
0 → 100644
src/layout/component/aside.vue
0 → 100644
src/layout/component/columnsAside.vue
0 → 100644
src/layout/component/header.vue
0 → 100644
src/layout/component/main.vue
0 → 100644
src/layout/footer/index.vue
0 → 100644
src/layout/index.vue
0 → 100644
src/layout/lockScreen/index.vue
0 → 100644
src/layout/logo/index.vue
0 → 100644
src/layout/main/classic.vue
0 → 100644
src/layout/main/columns.vue
0 → 100644
src/layout/main/defaults.vue
0 → 100644
src/layout/main/transverse.vue
0 → 100644
src/layout/navBars/breadcrumb/breadcrumb.vue
0 → 100644
src/layout/navBars/breadcrumb/closeFull.vue
0 → 100644
src/layout/navBars/breadcrumb/index.vue
0 → 100644
src/layout/navBars/breadcrumb/search.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/navBars/breadcrumb/setings.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/navBars/breadcrumb/user.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/navBars/breadcrumb/userNews.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/navBars/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/navBars/tagsView/contextmenu.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/navBars/tagsView/tagsView.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/navMenu/horizontal.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/navMenu/subItem.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/navMenu/vertical.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/routerView/iframes.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/routerView/link.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/routerView/parent.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/layout/upgrade/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/main.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/router/backEnd.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/router/frontEnd.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/route copy.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/router/route.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/stores/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/stores/keepAliveNames.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/stores/pageDatas.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/stores/patientDetail.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/stores/requestOldRoutes.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/stores/routesList.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/stores/tagsViewRoutes.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/stores/themeConfig.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/stores/userInfo.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/app.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/common/transition.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/dark.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/element.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/flex.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/iconSelector.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/index.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/loading.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/media/chart.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/media/cityLinkage.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/media/date.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/media/dialog.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/media/error.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/media/form.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/media/home.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/media/index.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/media/layout.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/media/login.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/media/media.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/media/pagination.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/media/personal.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/media/scrollbar.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/media/tagsView.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/mixins/index.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/other.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/pageCommon.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/tableTool.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/waves.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/arrayOperation.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/authFunction.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/commonFunction.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/formatTime.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/getHost.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/getStyleSheets.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/loading.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/mitt.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/other.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/setIconfont.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/theme.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/timeUtil.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/toolsValidate.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/useDraw.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/wartermark.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/enterprise_info/list/add.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/enterprise_info/list/impor.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/enterprise_info/list/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/enterprise_info/list/search.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/enterprise_info/list/setup.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/home/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/login/component/account.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/login/component/mobile.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/login/component/scan.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/login/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/product_info/list/add.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/product_info/list/impor.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/product_info/list/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/product_info/list/search.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/product_info/list/setup.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/system/dept/dialog.vue
0 → 100644
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/dic/dialog.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/dic/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/menu/dialog.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/menu/edit.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/menu/submenu.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/user/dialog.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.
vite.config.js
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment