feat: 增加旧版本好办签到导出
Showing
.babelrc
0 → 100644
.editorconfig
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.postcssrc.js
0 → 100644
.prettierrc
0 → 100644
LICENSE
0 → 100644
build/build.js
0 → 100644
build/check-versions.js
0 → 100644
build/logo.png
0 → 100644
6.69 KB
build/utils.js
0 → 100644
build/vue-loader.conf.js
0 → 100644
build/webpack.base.conf.js
0 → 100644
build/webpack.dev.conf.js
0 → 100644
build/webpack.prod.conf.js
0 → 100644
config/dev.env.js
0 → 100644
config/index.js
0 → 100644
config/prod.env.js
0 → 100644
config/proxyList.js
0 → 100644
dist/index.html
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
dist/static/css/index.less
0 → 100644
dist/static/css/public.css
0 → 100644
dist/static/css/variable.less
0 → 100644
dist/static/fonts/element-icons.6f0a763.ttf
0 → 100644
File added
dist/static/img/401.089007e.gif
0 → 100644
160 KB
dist/static/img/arrow.png
0 → 100644
2.82 KB
dist/static/img/card-mould-logo.png
0 → 100644
2.3 KB
dist/static/img/credit-detail_bg.png
0 → 100644
41.9 KB
dist/static/img/default.jpg
0 → 100644
6.31 KB
dist/static/img/error_404.bf58747.svg
0 → 100644
dist/static/img/error_500.ed0cba4.svg
0 → 100644
dist/static/img/favicon.ico
0 → 100644
File added
dist/static/img/foot.png
0 → 100644
4.12 KB
dist/static/img/ico1.png
0 → 100644
3 KB
dist/static/img/icon-template.png
0 → 100644
3.35 KB
dist/static/img/icon.png
0 → 100644
538 Bytes
dist/static/img/iphone.png
0 → 100644
15.1 KB
dist/static/img/logo.png
0 → 100644
3.72 KB
dist/static/img/navlogo.png
0 → 100644
5.35 KB
dist/static/js/0.8d7157a2c6b002665d6b.js
0 → 100644
dist/static/js/1.8ee983527b1e7b25f3f6.js
0 → 100644
dist/static/js/2.9b606d1755f571164128.js
0 → 100644
dist/static/js/3.5cfebacac84484523343.js
0 → 100644
dist/static/js/4.ec744dafa07ce1b65ba7.js
0 → 100644
dist/static/js/5.219ca1de56cd21c51dd2.js
0 → 100644
dist/static/js/app.3d5f7afc1dabfa23646d.js
0 → 100644
dist/static/js/basecompents.js
0 → 100644
dist/static/js/checkStatus.js
0 → 100644
dist/static/js/cookie.js
0 → 100644
dist/static/js/loginanimate.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
favicon.ico
0 → 100644
File added
index.html
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": "haoban-old", | |||
"version": "1.0.1", | |||
"description": "A Vue.js project", | |||
"author": "fairyly", | |||
"private": true, | |||
"scripts": { | |||
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", | |||
"start": "npm run dev", | |||
"build": "node build/build.js", | |||
"format": "onchange 'test/**/*.js' 'src/**/*.js' 'src/**/*.vue' -- prettier --write {{changed}}", | |||
"formater": "onchange \"test/**/*.js\" \"src/**/*.js\" \"src/**/*.vue\" -- prettier --write {{changed}}", | |||
"version": "conventional-changelog -p angular -i changelog.md -s -r 0 && git add changelog.md" | |||
}, | |||
"dependencies": { | |||
"@riophae/vue-treeselect": "0.0.29", | |||
"@tinymce/tinymce-vue": "^1.0.8", | |||
"element-ui": "^2.3.9", | |||
"file-saver": "^1.3.8", | |||
"tinymce": "^4.8.3", | |||
"vue-clipboard2": "^0.2.0", | |||
"xlsx": "^0.13.5" | |||
}, | |||
"devDependencies": { | |||
"@antv/data-set": "^0.8.9", | |||
"@antv/g2": "^3.1.0", | |||
"autoprefixer": "^7.1.2", | |||
"axios": "^0.18.0", | |||
"babel-core": "^6.22.1", | |||
"babel-eslint": "^8.2.1", | |||
"babel-helper-vue-jsx-merge-props": "^2.0.3", | |||
"babel-loader": "^7.1.1", | |||
"babel-plugin-syntax-jsx": "^6.18.0", | |||
"babel-plugin-transform-runtime": "^6.22.0", | |||
"babel-plugin-transform-vue-jsx": "^3.5.0", | |||
"babel-polyfill": "^6.26.0", | |||
"babel-preset-env": "^1.3.2", | |||
"babel-preset-stage-2": "^6.22.0", | |||
"chalk": "^2.0.1", | |||
"copy-webpack-plugin": "^4.0.1", | |||
"css-loader": "^0.28.11", | |||
"es6-promise": "^4.2.6", | |||
"eslint": "^4.15.0", | |||
"eslint-config-prettier": "^4.0.0", | |||
"eslint-friendly-formatter": "^4.0.1", | |||
"eslint-loader": "^2.1.2", | |||
"eslint-plugin-prettier": "^3.0.1", | |||
"eslint-plugin-vue": "^5.2.2", | |||
"extract-text-webpack-plugin": "^3.0.0", | |||
"file-loader": "^1.1.4", | |||
"friendly-errors-webpack-plugin": "^1.6.1", | |||
"html-webpack-plugin": "^2.30.1", | |||
"less": "^3.0.4", | |||
"less-loader": "^4.1.0", | |||
"node-notifier": "^5.1.2", | |||
"node-sass": "^4.9.0", | |||
"onchange": "^5.2.0", | |||
"optimize-css-assets-webpack-plugin": "^3.2.0", | |||
"ora": "^1.2.0", | |||
"portfinder": "^1.0.13", | |||
"postcss-import": "^11.0.0", | |||
"postcss-loader": "^2.0.8", | |||
"postcss-url": "^7.2.1", | |||
"prettier": "^1.16.4", | |||
"rimraf": "^2.6.0", | |||
"sass-loader": "^7.0.1", | |||
"script-loader": "^0.7.2", | |||
"semver": "^5.3.0", | |||
"shelljs": "^0.7.6", | |||
"uglifyjs-webpack-plugin": "^1.1.1", | |||
"url-loader": "^0.5.8", | |||
"vue-axios": "^2.1.1", | |||
"vue-loader": "^13.3.0", | |||
"vue-style-loader": "^3.0.1", | |||
"vue-template-compiler": "^2.5.2", | |||
"vuedraggable": "^2.16.0", | |||
"webpack": "^3.6.0", | |||
"webpack-bundle-analyzer": "^2.9.0", | |||
"webpack-dev-server": "^2.9.1", | |||
"webpack-merge": "^4.1.0" | |||
}, | |||
"engines": { | |||
"node": ">= 6.0.0", | |||
"npm": ">= 3.0.0" | |||
}, | |||
"browserslist": [ | |||
"> 1%", | |||
"last 2 versions", | |||
"not ie <= 8" | |||
] | |||
} |
src/App.vue
0 → 100644
src/api/api.js
0 → 100644
src/api/index.js
0 → 100644
src/assets/401_images/401.gif
0 → 100644
160 KB
src/assets/403_images/error_403.svg
0 → 100644
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/404_images/error_404.svg
0 → 100644
src/assets/500_images/error_500.svg
0 → 100644
src/assets/no-data_icon.png
0 → 100644
1.81 KB
src/common/js/error.js
0 → 100644
src/common/js/public.js
0 → 100644
src/common/js/showmsg.js
0 → 100644
src/common/js/strlen.js
0 → 100644
src/common/js/timeFormat.js
0 → 100644
src/common/js/util.js
0 → 100644
src/components/store-tree-select.vue
0 → 100644
src/main.js
0 → 100644
src/router/_import.js
0 → 100644
src/router/index.js
0 → 100644
src/store/store.js
0 → 100644
src/store/types.js
0 → 100644
src/utils/clipboard.js
0 → 100644
src/utils/cookie.js
0 → 100644
src/utils/createUniqueString.js
0 → 100644
src/utils/fomatBirthday.js
0 → 100644
src/utils/formatTime.js
0 → 100644
src/utils/index.js
0 → 100644
src/utils/openWindow.js
0 → 100644
src/utils/request.js
0 → 100644
src/utils/utils.js
0 → 100644
src/utils/validate.js
0 → 100644
src/vendor/Blob.js
0 → 100644
src/vendor/Export2Excel.js
0 → 100644
src/view/errorPage/401.vue
0 → 100644
src/view/errorPage/403.vue
0 → 100644
src/view/errorPage/404.vue
0 → 100644
src/view/errorPage/500.vue
0 → 100644
src/view/errorPage/index.vue
0 → 100644
src/view/index/index.vue
0 → 100644
static/css/index.less
0 → 100644
static/css/public.css
0 → 100644
static/css/variable.less
0 → 100644
static/img/arrow.png
0 → 100644
2.82 KB
static/img/card-mould-logo.png
0 → 100644
2.3 KB
static/img/credit-detail_bg.png
0 → 100644
41.9 KB
static/img/default.jpg
0 → 100644
6.31 KB
static/img/favicon.ico
0 → 100644
File added
static/img/foot.png
0 → 100644
4.12 KB
static/img/ico1.png
0 → 100644
3 KB
static/img/icon-template.png
0 → 100644
3.35 KB
static/img/icon.png
0 → 100644
538 Bytes
static/img/iphone.png
0 → 100644
15.1 KB
static/img/logo.png
0 → 100644
3.72 KB
static/img/navlogo.png
0 → 100644
5.35 KB
static/js/basecompents.js
0 → 100644
static/js/checkStatus.js
0 → 100644
static/js/cookie.js
0 → 100644
static/js/loginanimate.js
0 → 100644
theme/fonts/element-icons.ttf
0 → 100644
File added
theme/fonts/element-icons.woff
0 → 100644
File added
theme/index.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.