feat:提交
parents
Showing
.editorconfig
0 → 100644
.env.build
0 → 100644
.env.development
0 → 100644
.env.pre
0 → 100644
.env.staging
0 → 100644
.env.test2
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
babel.config.js
0 → 100644
bin/package.bat
0 → 100644
bin/run-web.bat
0 → 100644
build/index.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "adsdesk-admin-ui", | ||
"version": "1.0.2", | ||
"description": "adsdesk-admin-ui", | ||
"author": "adsdesk", | ||
"license": "MIT", | ||
"scripts": { | ||
"dev": "vue-cli-service serve", | ||
"build": "vue-cli-service build --mode build", | ||
"build:prod": "vue-cli-service build", | ||
"build:pre": "vue-cli-service build --mode pre", | ||
"build:stage": "vue-cli-service build --mode staging", | ||
"build:test2": "vue-cli-service build --mode test2", | ||
"preview": "node build/index.js --preview", | ||
"lint": "eslint --ext .js,.vue src", | ||
"test:unit": "jest --clearCache && vue-cli-service test:unit", | ||
"test:ci": "npm run lint && npm run test:unit", | ||
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml", | ||
"new": "plop" | ||
}, | ||
"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": "http://chenmingyang@git.minrow.com/peihaoming/ads-desk-admin-ui.git" | ||
}, | ||
"dependencies": { | ||
"@riophae/vue-treeselect": "0.1.0", | ||
"axios": "0.18.1", | ||
"echarts": "4.2.1", | ||
"element-ui": "2.15.8", | ||
"fuse.js": "3.4.4", | ||
"js-cookie": "2.2.0", | ||
"moment": "^2.24.0", | ||
"node-sass": "^4.14.1", | ||
"normalize.css": "7.0.0", | ||
"nprogress": "0.2.0", | ||
"path-to-regexp": "2.4.0", | ||
"screenfull": "4.2.0", | ||
"vue": "2.6.10", | ||
"vue-count-to": "1.0.13", | ||
"vue-cropper": "0.4.9", | ||
"vue-quill-editor": "^3.0.6", | ||
"vue-router": "3.0.2", | ||
"vue-splitpane": "1.0.4", | ||
"vuex": "3.1.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.0.0", | ||
"@babel/register": "7.0.0", | ||
"@vue/cli-plugin-babel": "3.5.3", | ||
"@vue/cli-plugin-eslint": "^3.9.1", | ||
"@vue/cli-plugin-unit-jest": "3.5.3", | ||
"@vue/cli-service": "3.5.3", | ||
"@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": "23.6.0", | ||
"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", | ||
"mockjs": "1.0.1-beta3", | ||
"plop": "2.3.0", | ||
"runjs": "^4.3.2", | ||
"sass-loader": "7.1.0", | ||
"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" | ||
] | ||
} |
public/favicon.ico
0 → 100644
File added
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/api/audience/featured.js
0 → 100644
src/api/authority/authority.js
0 → 100644
src/api/authority/config.js
0 → 100644
src/api/authority/customer.js
0 → 100644
src/api/authority/dept.js
0 → 100644
src/api/authority/dict/data.js
0 → 100644
src/api/authority/dict/type.js
0 → 100644
src/api/authority/menu.js
0 → 100644
src/api/authority/notice.js
0 → 100644
src/api/authority/operationlog.js
0 → 100644
src/api/authority/pack.js
0 → 100644
src/api/authority/post.js
0 → 100644
src/api/authority/role.js
0 → 100644
src/api/authority/securityconfig.js
0 → 100644
src/api/authority/user.js
0 → 100644
src/api/cloud/authority.js
0 → 100644
src/api/cloud/customer.js
0 → 100644
src/api/cloud/dict/data.js
0 → 100644
src/api/cloud/dict/type.js
0 → 100644
src/api/cloud/pack.js
0 → 100644
src/api/dashboard.js
0 → 100644
src/api/login.js
0 → 100644
src/api/menu.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/report/operate.js
0 → 100644
src/api/resetpassword.js
0 → 100644
src/api/system/account.js
0 → 100644
src/api/system/authority.js
0 → 100644
src/api/system/config.js
0 → 100644
src/api/system/creativeInspirationAccount.js
0 → 100644
src/api/system/customer.js
0 → 100644
src/api/system/dashboard.js
0 → 100644
src/api/system/dept.js
0 → 100644
src/api/system/dict/data.js
0 → 100644
src/api/system/dict/type.js
0 → 100644
src/api/system/menu.js
0 → 100644
src/api/system/notice.js
0 → 100644
src/api/system/pack.js
0 → 100644
src/api/system/popuppotice.js
0 → 100644
src/api/system/post.js
0 → 100644
src/api/system/product.js
0 → 100644
src/api/system/putIn.js
0 → 100644
src/api/system/role.js
0 → 100644
src/api/system/user.js
0 → 100644
src/api/tags.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/chart.svg
0 → 100644
src/assets/icons/svg/clipboard.svg
0 → 100644
src/assets/icons/svg/code.svg
0 → 100644
src/assets/icons/svg/component.svg
0 → 100644
src/assets/icons/svg/dashboard.svg
0 → 100644
src/assets/icons/svg/dashboard_icon.svg
0 → 100644
src/assets/icons/svg/data_list.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
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/example.svg
0 → 100644
src/assets/icons/svg/excel.svg
0 → 100644
src/assets/icons/svg/exit-fullscreen.svg
0 → 100644
src/assets/icons/svg/eye-open.svg
0 → 100644
src/assets/icons/svg/eye.svg
0 → 100644
src/assets/icons/svg/form.svg
0 → 100644
src/assets/icons/svg/fullscreen.svg
0 → 100644
src/assets/icons/svg/guide.svg
0 → 100644
src/assets/icons/svg/icon.svg
0 → 100644
src/assets/icons/svg/international.svg
0 → 100644
src/assets/icons/svg/job.svg
0 → 100644
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/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/product.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icons/svg/putIn.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/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/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/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/theme.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/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/login-background.jpg
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/logo/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/element-ui-reset.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/CustomerDetail/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.
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/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/RightPanel/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/RuoYi/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/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/directive/permission/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/filter/filters.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/filter/index.js
0 → 100755
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/modules/media-select/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/permission.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/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/index.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/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/views/audience/customer/common/bus.js
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.
src/views/audience/customer/data.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/audience/customer/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/audience/package/custom/data.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/audience/package/custom/define.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/audience/package/custom/detail.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/audience/package/custom/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/audience/package/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/audience/package/profile/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.
src/views/authority/authority/hook-input.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/authority/authority/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/authority/config/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/authority/customer/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/authority/dept/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/authority/dict/data.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/authority/dict/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/authority/log/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/authority/menu/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/authority/notice/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/authority/operationlog/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/authority/post/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/authority/role/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/authority/securityconfig/data.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/authority/securityconfig/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/authority/user/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/authority/user/profile/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.
src/views/cloud/authority/hook-input.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/cloud/authority/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/cloud/customer/common/bus.js
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/cloud/customer/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/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/PieChart.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/mixins/resize.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/data.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/dataList/dashboard/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/dataList/product/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/dataList/putIn/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.scss
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/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/main.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mock.js
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/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/redirect.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/report/operate/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/resetpassword.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/account/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/authority/hook-input.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/authority/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/system/collectionData/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.
This diff is collapsed.
Click to expand it.
src/views/system/customer/index.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/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/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/notice/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/popupotice/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/tags/component/tag.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tags/data.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/tags/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/userlibrary/crowdpack/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/userlibrary/packagename/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.