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
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/favicon.ico
0 → 100644
File added
dist/index.html
0 → 100644
favicon.ico
0 → 100644
File added
index.html
0 → 100644
package.json
0 → 100644
{ | ||
"name": "api-gateway", | ||
"version": "1.0.0", | ||
"description": "api-gateway", | ||
"author": "fairyly", | ||
"private": false, | ||
"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": { | ||
"babel-polyfill": "^6.26.0", | ||
"element-ui": "^2.6.3", | ||
"file-saver": "^1.3.8", | ||
"html2canvas": "^1.0.0-alpha.12", | ||
"js-md5": "^0.7.3", | ||
"jspdf": "^1.5.3", | ||
"qrcodejs2": "0.0.2", | ||
"requset": "0.0.1-security", | ||
"script-loader": "^0.7.2", | ||
"vue-clipboard2": "^0.2.0", | ||
"xlsx": "^0.13.5" | ||
}, | ||
"devDependencies": { | ||
"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-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": "^3.6.0", | ||
"eslint-config-standard": "^10.2.1", | ||
"eslint-friendly-formatter": "^3.0.0", | ||
"eslint-loader": "^1.7.1", | ||
"eslint-plugin-import": "^2.7.0", | ||
"eslint-plugin-node": "^5.2.0", | ||
"eslint-plugin-prettier": "^3.0.1", | ||
"eslint-plugin-promise": "^3.4.0", | ||
"eslint-plugin-standard": "^3.0.1", | ||
"eslint-plugin-vue": "^4.0.0", | ||
"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", | ||
"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.17.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/403_images/error_403.svg
0 → 100644
src/assets/404_images/error_404.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/500_images/error_500.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/bg.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/demogic.png
0 → 100644
3.23 KB
src/assets/guid6.png
0 → 100644
4.86 KB
src/assets/index/android.png
0 → 100644
2.65 KB
src/assets/index/android_active.png
0 → 100644
2.64 KB
src/assets/index/app_qrcode.png
0 → 100644
14.5 KB
src/assets/index/banner.png
0 → 100644
541 KB
src/assets/index/banner03.png
0 → 100644
54.5 KB
src/assets/index/banner04.png
0 → 100644
79.3 KB
src/assets/index/iOS.png
0 → 100644
2.74 KB
src/assets/index/iOS_active.png
0 → 100644
2.77 KB
src/assets/index/service_01_icon.png
0 → 100644
3.62 KB
src/assets/index/service_02_icon.png
0 → 100644
3.94 KB
src/assets/index/service_03_icon.png
0 → 100644
3.9 KB
src/assets/index/service_04_icon.png
0 → 100644
3.83 KB
src/assets/index/wx.png
0 → 100644
3.1 KB
src/assets/index/wx_active.png
0 → 100644
3.12 KB
src/assets/index/wx_qrcode.png
0 → 100644
13.5 KB
src/assets/js/error.js
0 → 100644
src/assets/js/public.js
0 → 100644
src/assets/js/showmsg.js
0 → 100644
src/assets/js/strlen.js
0 → 100644
src/assets/js/timeFormat.js
0 → 100644
src/assets/js/util.js
0 → 100644
src/assets/logo45_45.png
0 → 100644
2.6 KB
src/assets/logo_01.png
0 → 100644
4.97 KB
src/assets/logo_02.png
0 → 100644
5.02 KB
src/assets/no-data_icon.png
0 → 100644
1.81 KB
src/assets/templet_null_img.png
0 → 100644
5.43 KB
src/components/limit-input.vue
0 → 100644
src/components/limit-textarea.vue
0 → 100644
src/components/nav/nav-bread.vue
0 → 100644
src/components/single-upload.vue
0 → 100644
src/components/vue-api-aside.vue
0 → 100644
src/components/vue-open-footer.vue
0 → 100644
src/components/vue-open-header.vue
0 → 100644
src/filters/index.js
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/formatDate.js
0 → 100644
src/utils/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/openWindow.js
0 → 100644
src/utils/request.js
0 → 100644
src/utils/validate.js
0 → 100644
src/views/errorPage/403.vue
0 → 100644
src/views/errorPage/404.vue
0 → 100644
src/views/errorPage/500.vue
0 → 100644
src/views/errorPage/index.vue
0 → 100644
src/views/index/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/login/index.vue
0 → 100644
static/css/index.less
0 → 100644
static/css/public.css
0 → 100644
This diff is collapsed.
Click to expand it.
static/css/variable.less
0 → 100644
static/font/demo.css
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/demo_index.html
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/iconfont.css
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/iconfont.eot
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/iconfont.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/iconfont.svg
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/iconfont.ttf
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/iconfont.woff
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/iconfont.woff2
0 → 100644
This diff is collapsed.
Click to expand it.
static/images/no-data_icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/basecompents.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/checkStatus.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/cookie.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/js/loginanimate.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.
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.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
static/tinymce/skins/lightgray/img/trans.gif
0 → 100644
This diff is collapsed.
Click to expand it.
static/tinymce/skins/lightgray/skin.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
static/tinymce/zh_CN.js
0 → 100644
This diff is collapsed.
Click to expand it.
theme/fonts/element-icons.ttf
0 → 100644
This diff is collapsed.
Click to expand it.
theme/fonts/element-icons.woff
0 → 100644
This diff is collapsed.
Click to expand it.
theme/index.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.