init
parents
Showing
.babelrc
0 → 100644
.editorconfig
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100755
.postcssrc.js
0 → 100644
README.md
0 → 100755
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 → 100755
build/webpack.dev.conf.js
0 → 100755
build/webpack.prod.conf.js
0 → 100644
config/dev.env.js
0 → 100644
config/index.js
0 → 100755
config/prod.env.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/common.css
0 → 100644
dist/static/css/iconfont.css
0 → 100644
dist/static/fonts/element-icons.6f0a763.ttf
0 → 100644
File added
dist/static/fonts/iconfont.032dd2a.eot
0 → 100644
File added
dist/static/fonts/iconfont.bd777c0.ttf
0 → 100644
File added
dist/static/fonts/iconfont.eot
0 → 100644
File added
dist/static/fonts/iconfont.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/static/fonts/iconfont.svg
0 → 100644
This diff is collapsed.
Click to expand it.
dist/static/fonts/iconfont.ttf
0 → 100644
File added
dist/static/fonts/iconfont.woff
0 → 100644
File added
dist/static/img/401.089007e.gif
0 → 100644
160 KB
dist/static/img/chart-no-data.png
0 → 100644
9.78 KB
dist/static/img/error_404.843a22d.svg
0 → 100644
This diff is collapsed.
Click to expand it.
dist/static/img/error_500.50c027f.svg
0 → 100644
This diff is collapsed.
Click to expand it.
dist/static/img/failed-load_img.png
0 → 100644
4.55 KB
dist/static/img/favicon.ico
0 → 100644
File added
dist/static/img/foot.png
0 → 100644
2.33 KB
dist/static/img/game-share-ewm.png
0 → 100644
4.23 KB
dist/static/img/goods.jpg
0 → 100644
35.5 KB
dist/static/img/iconfont.40fcd41.svg
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
dist/static/img/logo.jpg
0 → 100644
283 KB
dist/static/img/logo.png
0 → 100644
3.72 KB
dist/static/img/logo158x50.png
0 → 100644
3.57 KB
dist/static/img/logo50x50.png
0 → 100644
1.87 KB
dist/static/img/no-data_icon.png
0 → 100644
1.81 KB
dist/static/img/nullData.png
0 → 100644
1.9 KB
dist/static/js/app.82a5a41a76952ec58a87.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
dist/static/js/common.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
index.html
0 → 100755
package-lock.json
0 → 100644
This diff is collapsed.
Click to expand it.
package.json
0 → 100755
{ | ||
"name": "integral-mall", | ||
"version": "1.0.0", | ||
"description": "A Vue.js project", | ||
"author": "", | ||
"private": true, | ||
"scripts": { | ||
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", | ||
"start": "npm run dev", | ||
"build": "node build/build.js", | ||
"publish": "publish.bat" | ||
}, | ||
"dependencies": { | ||
"@antv/data-set": "^0.8.9", | ||
"@antv/g2": "^3.2.6", | ||
"@gic-test/vue-gic-aside-menu": "^1.1.45", | ||
"@gic-test/vue-gic-card": "^1.0.35", | ||
"@gic-test/vue-gic-confirm-people": "^1.0.2", | ||
"@gic-test/vue-gic-footer": "^1.0.9", | ||
"@gic-test/vue-gic-header": "^1.3.30", | ||
"@gic-test/vue-gic-people": "^1.2.8", | ||
"@gic-test/vue-gic-store": "^1.0.38", | ||
"@gic-test/vue-gic-store-group": "^1.0.4", | ||
"@gic-test/vue-gic-store-linkage": "^1.0.6", | ||
"@riophae/vue-treeselect": "^0.0.36", | ||
"@tinymce/tinymce-vue": "^1.0.8", | ||
"axios": "^0.18.0", | ||
"echarts": "^4.1.0", | ||
"element-ui": "^2.4.1", | ||
"packele": "^1.0.3", | ||
"scriptjs": "^2.5.8", | ||
"tinymce": "^4.8.2", | ||
"v-charts": "^1.17.8", | ||
"viser-vue": "^2.2.5", | ||
"vue": "^2.5.2", | ||
"vue-axios": "^2.1.1", | ||
"vue-photo-preview": "^1.0.9", | ||
"vue-qr": "^1.3.8", | ||
"vue-router": "^3.0.1", | ||
"vue-ueditor-wrap": "^1.3.4", | ||
"vue2-editor": "^2.5.0", | ||
"vuedraggable": "^2.16.0", | ||
"vuex": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"ansi-html": "^0.0.7", | ||
"autoprefixer": "^7.1.2", | ||
"babel-cli": "^6.26.0", | ||
"babel-core": "^6.22.1", | ||
"babel-eslint": "^9.0.0", | ||
"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-flow": "^6.23.0", | ||
"babel-preset-stage-2": "^6.22.0", | ||
"chalk": "^2.0.1", | ||
"copy-webpack-plugin": "^4.0.1", | ||
"css-loader": "^0.28.0", | ||
"element-theme-chalk": "^2.4.1", | ||
"eslint": "^5.6.0", | ||
"eslint-config-standard": "^12.0.0", | ||
"eslint-friendly-formatter": "^4.0.1", | ||
"eslint-loader": "^2.1.1", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-node": "^7.0.1", | ||
"eslint-plugin-promise": "^4.0.1", | ||
"eslint-plugin-standard": "^4.0.0", | ||
"eslint-plugin-vue": "^4.7.1", | ||
"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", | ||
"localforage": "^1.7.2", | ||
"node-notifier": "^5.1.2", | ||
"node-sass": "^4.9.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", | ||
"rimraf": "^2.6.0", | ||
"sass-loader": "^7.0.3", | ||
"semver": "^5.3.0", | ||
"shelljs": "^0.7.6", | ||
"uglifyjs-webpack-plugin": "^1.1.1", | ||
"url-loader": "^0.5.8", | ||
"vue-lazyload": "^1.2.6", | ||
"vue-loader": "^13.3.0", | ||
"vue-style-loader": "^3.0.1", | ||
"vue-template-compiler": "^2.5.2", | ||
"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 → 100755
src/assets/iconfont/iconfont.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/iconfont/iconfont.eot
0 → 100644
File added
src/assets/iconfont/iconfont.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/iconfont/iconfont.svg
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/iconfont/iconfont.ttf
0 → 100644
File added
src/assets/iconfont/iconfont.woff
0 → 100644
File added
src/assets/img/1.1.jpg
0 → 100755
96.1 KB
src/assets/img/1.2.jpg
0 → 100755
78.2 KB
src/assets/img/1.3.jpg
0 → 100755
126 KB
src/assets/img/2.1.jpg
0 → 100755
64.9 KB
src/assets/img/2.2.jpg
0 → 100755
70.5 KB
src/assets/img/2.3.jpg
0 → 100755
139 KB
src/assets/img/401.gif
0 → 100644
160 KB
src/assets/img/404.png
0 → 100644
95.8 KB
src/assets/img/404_cloud.png
0 → 100644
4.65 KB
src/assets/img/appmsg_new_z2e46c8.png
0 → 100644
5.91 KB
src/assets/img/bank_weui.png
0 → 100644
3 KB
src/assets/img/baseSprit.png
0 → 100644
97.5 KB
src/assets/img/chart-no-data.png
0 → 100644
9.78 KB
src/assets/img/credit_daijin_icon.png
0 → 100644
1.42 KB
src/assets/img/credit_zhekou_icon.png
0 → 100644
1.99 KB
src/assets/img/default_message_icon.png
0 → 100644
5.41 KB
src/assets/img/edui-arrow2968da.png
0 → 100644
1.02 KB
src/assets/img/error_403.svg
0 → 100755
src/assets/img/error_404.svg
0 → 100755
This diff is collapsed.
Click to expand it.
src/assets/img/error_500.svg
0 → 100755
This diff is collapsed.
Click to expand it.
src/assets/img/game-share-ewm.png
0 → 100644
4.23 KB
src/assets/img/head_default.png
0 → 100644
6.85 KB
7.8 KB
src/assets/img/icon_audio.gif
0 → 100644
1.9 KB
src/assets/img/icon_audio2767e5.gif
0 → 100644
1.9 KB
src/assets/img/icon_card_selected218877.png
0 → 100644
1.53 KB
src/assets/img/loaderror.png
0 → 100644
4.55 KB
src/assets/img/loading.gif
0 → 100644
7.8 KB
src/assets/img/login_bg.jpg
0 → 100755
193 KB
src/assets/img/login_logo.png
0 → 100755
2.34 KB
src/assets/img/logo.jpg
0 → 100644
283 KB
src/assets/img/mediasprit.png
0 → 100644
8.29 KB
src/assets/img/msg-preview.png
0 → 100644
17.2 KB
src/assets/img/msg_tab_z25df2d.png
0 → 100644
1.87 KB
src/assets/img/no-data_icon.png
0 → 100644
1.81 KB
src/assets/img/qclogo.png
0 → 100644
17.2 KB
src/assets/img/recharge_phone.png
0 → 100644
39.6 KB
src/assets/img/text-img.png
0 → 100755
2.54 KB
src/assets/img/video_img.jpg
0 → 100644
7.59 KB
src/assets/img/voice_img.png
0 → 100644
4.24 KB
src/assets/img/wx_phone_preview_z2ac3d8.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/style/base/index.scss
0 → 100755
This diff is collapsed.
Click to expand it.
src/assets/style/base/reset.scss
0 → 100755
This diff is collapsed.
Click to expand it.
src/assets/style/base/var.scss
0 → 100755
This diff is collapsed.
Click to expand it.
src/assets/style/components/index.scss
0 → 100755
This diff is collapsed.
Click to expand it.
src/assets/style/mixin/index.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme.zip
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/fonts/element-icons.ttf
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/fonts/element-icons.woff
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/theme/index.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/components/aside-menu/component.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/aside-menu/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/dm-confirm/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/dm-select/index.vue
0 → 100755
This diff is collapsed.
Click to expand it.
src/components/dm-select/option.vue
0 → 100755
This diff is collapsed.
Click to expand it.
src/components/dm-table/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/gic-input/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/gic-input/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/goods-input/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/imgPreview/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/imgPreview/preview.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/layout/index.vue
0 → 100755
This diff is collapsed.
Click to expand it.
src/components/upload/avatar.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/upload/el-upload-wrap.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/upload/file.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/upload/img.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/upload/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/config/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/config/interceptors/axios.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/directives/clipboard.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/directives/img-lib.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/directives/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/directives/upload.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/mixins/nonnegative.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugin/loading/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/plugin/loading/loading.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/router/index.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/router/mall.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/router/routes.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/service/api/commonApi.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/service/api/index.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/service/api/mallApi.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/index.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/store/modules/marketing.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/test/storeInput/index.vue
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/strlen.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/validator.js
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/403.vue
0 → 100755
This diff is collapsed.
Click to expand it.
src/views/error/404.vue
0 → 100755
This diff is collapsed.
Click to expand it.
src/views/error/500.vue
0 → 100755
This diff is collapsed.
Click to expand it.
src/views/error/index.vue
0 → 100755
This diff is collapsed.
Click to expand it.
src/views/mall/common/card-temp.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mall/common/express.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mall/common/update-count.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mall/coupon/exchange.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mall/coupon/info.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mall/coupon/info.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mall/coupon/list.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mall/gift/exchange.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mall/gift/info.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mall/gift/info.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mall/gift/list.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mall/goods/list.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mall/goods/send-goods.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/mall/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
static/.gitkeep
0 → 100755
This diff is collapsed.
Click to expand it.
static/css/common.css
0 → 100755
This diff is collapsed.
Click to expand it.
static/css/iconfont.css
0 → 100755
This diff is collapsed.
Click to expand it.
static/fonts/iconfont.eot
0 → 100755
This diff is collapsed.
Click to expand it.
static/fonts/iconfont.js
0 → 100755
This diff is collapsed.
Click to expand it.
static/fonts/iconfont.svg
0 → 100755
This diff is collapsed.
Click to expand it.
static/fonts/iconfont.ttf
0 → 100755
This diff is collapsed.
Click to expand it.
static/fonts/iconfont.woff
0 → 100755
This diff is collapsed.
Click to expand it.
static/img/chart-no-data.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/failed-load_img.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/favicon.ico
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/foot.png
0 → 100755
This diff is collapsed.
Click to expand it.
static/img/game-share-ewm.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/goods.jpg
0 → 100755
This diff is collapsed.
Click to expand it.
static/img/logo.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/logo158x50.png
0 → 100755
This diff is collapsed.
Click to expand it.
static/img/logo50x50.png
0 → 100755
This diff is collapsed.
Click to expand it.
static/img/no-data_icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/nullData.png
0 → 100755
This diff is collapsed.
Click to expand it.
static/js/common.js
0 → 100755
This diff is collapsed.
Click to expand it.