提交member代码到本地分支
Showing
.babelrc
0 → 100644
.editorconfig
0 → 100644
.gitignore
0 → 100644
.postcssrc.js
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/proxyConfig.js
0 → 100644
index.html
0 → 100644
package.json
0 → 100644
{ | ||
"name": "memberproject", | ||
"version": "1.0.0", | ||
"description": "membermanager", | ||
"author": "smartxiaoxia <hexiaoxia1992@163.com>", | ||
"private": true, | ||
"scripts": { | ||
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", | ||
"start": "npm run dev", | ||
"build": "node build/build.js" | ||
}, | ||
"dependencies": { | ||
"@antv/g2": "^3.2.6", | ||
"@gic-test/gic-input": "^1.0.8", | ||
"@gic-test/vue-area-ab": "^1.4.3", | ||
"@gic-test/vue-gic-aside-menu": "^1.1.43", | ||
"@gic-test/vue-gic-card": "^1.0.35", | ||
"@gic-test/vue-gic-footer": "^1.0.9", | ||
"@gic-test/vue-gic-header": "^1.3.29", | ||
"@gic-test/vue-gic-people": "^1.1.42", | ||
"@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.2", | ||
"packele": "^1.0.2", | ||
"viser-vue": "^2.3.0", | ||
"vue": "^2.5.2", | ||
"vue-router": "^3.0.1", | ||
"vuex": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"@gic-test/gic-input": "^1.0.8", | ||
"@gic-test/vue-gic-card": "^1.0.35", | ||
"@gic-test/vue-gic-header": "^1.2.40", | ||
"@gic-test/vue-gic-store": "^1.0.38", | ||
"autoprefixer": "^7.1.2", | ||
"axios": "^0.18.0", | ||
"babel-core": "^6.22.1", | ||
"babel-helper-vue-jsx-merge-props": "^2.0.3", | ||
"babel-loader": "^7.1.1", | ||
"babel-plugin-component": "^1.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", | ||
"clean-webpack-plugin": "^0.1.19", | ||
"copy-webpack-plugin": "^4.0.1", | ||
"css-loader": "^0.28.0", | ||
"element-ui": "^2.4.3", | ||
"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", | ||
"node-notifier": "^5.1.2", | ||
"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", | ||
"semver": "^5.3.0", | ||
"shelljs": "^0.7.6", | ||
"stylus": "^0.54.5", | ||
"stylus-loader": "^3.0.2", | ||
"uglifyjs-webpack-plugin": "^1.1.1", | ||
"url-loader": "^0.5.8", | ||
"vue-axios": "^2.1.2", | ||
"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 → 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/logo.png
0 → 100644
6.69 KB
src/common/filters/custom.js
0 → 100644
src/common/gicinput.vue
0 → 100644
src/common/gictextarea.vue
0 → 100644
src/common/navbar/navbar.vue
0 → 100644
src/common/navbar/navbartwo.vue
0 → 100644
src/common/radio.vue
0 → 100644
src/common/searchinput.vue
0 → 100644
src/common/vueGicGroup.vue
0 → 100644
src/components/HelloWorld.vue
0 → 100644
src/components/achievement/achievement.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/axios/api.js
0 → 100644
src/components/axios/fetch.js
0 → 100644
src/components/axios/url.js
0 → 100644
src/components/buyermembers/buyermembers.vue
0 → 100644
src/components/chart/AllMemberChart.vue
0 → 100644
src/components/chart/CommonChart.vue
0 → 100644
src/components/chart/DayChart.vue
0 → 100644
src/components/chart/G2Line.vue
0 → 100644
src/components/chart/GenderChart.vue
0 → 100644
src/components/chart/GuideChart.vue
0 → 100644
src/components/chart/LevelChart.vue
0 → 100644
src/components/chart/MemberAgeChart.vue
0 → 100644
src/components/chart/MonthChart.vue
0 → 100644
src/components/chart/PersonSaleChart.vue
0 → 100644
src/components/chart/SaleChart.vue
0 → 100644
src/components/chart/StarChart.vue
0 → 100644
src/components/labelmanager/labelmanager.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/membergroup/membergroup.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/memberlist/memberAnalysis.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/memberlist/memberReturn.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/memberlist/memberReturn.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/memberlist/memberSummary.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/memberlist/memberlist.vue
0 → 100644
src/components/memberlist/salesAnalysis.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/membertask/membertask.vue
0 → 100644
src/components/posmembers/posmemberDetail.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/posmembers/posmembers.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/posmembers/posmembers.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/wechatmembers/cardvoucher.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/wechatmembers/frozenList.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/components/wechatmembers/infoMall.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.
src/components/wechatmembers/talkLogPage.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/main.js
0 → 100644
src/permission.js
0 → 100644
src/request/api.js
0 → 100644
src/request/http.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/fomatBirthday.js
0 → 100644
src/utils/formatTime.js
0 → 100644
src/utils/utils.js
0 → 100644
src/view/errorPage/401.vue
0 → 100644
src/view/errorPage/404.vue
0 → 100644
src/view/layout/Layout.vue
0 → 100644
src/view/layout/components/AppMain.vue
0 → 100644
src/view/layout/components/Navbar.vue
0 → 100644
src/view/layout/components/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/view/login/login.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/view/login/login_bg.jpg
0 → 100644
This diff is collapsed.
Click to expand it.
src/view/login/login_logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
static/css/index.styl
0 → 100644
This diff is collapsed.
Click to expand it.
static/css/normalize.css
0 → 100644
This diff is collapsed.
Click to expand it.
static/css/variables.styl
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/demo.css
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/demo_fontclass.html
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/demo_symbol.html
0 → 100644
This diff is collapsed.
Click to expand it.
static/font/demo_unicode.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 source diff could not be displayed because it is too large.
You can
view the blob
instead.
static/font/iconfont.svg
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
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.
This diff is collapsed.
Click to expand it.
static/img/body-shape-woman/body_shape01.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
static/img/body-shape-woman/body_shape02.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
static/img/body-shape-woman/body_shape03.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
static/img/body-shape-woman/body_shape04.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
static/img/body-shape-woman/body_shape05.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
static/img/body-shape-woman/body_type.png
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.
static/img/body-shape-woman/head_bg00.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/body-shape-woman/head_bg01.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/body-shape-woman/head_bg02.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/body-shape-woman/head_bg03.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/body-shape-woman/head_bg04.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/body-shape-woman/head_bg05.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/body-shape-woman/oval_face.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
static/img/body-shape-woman/oval_shape.png
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.
static/img/body-shape-woman/round_face.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
static/img/body-shape-woman/square_face.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
static/img/body-shape-woman/test_body01.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/body-shape-woman/test_body02.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/body-shape-woman/test_body03.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/body-shape-woman/test_body04.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/body-shape-woman/test_body05.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/body-shape-woman/test_body06.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/body-shape-woman/test_body07.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/body-shape-woman/test_body08.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/body-shape-woman/test_body09.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/body-shape-woman/test_body10.png
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.
static/img/body-shape-woman/test_txt.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/body-shape-woman/top_bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/channel@jd.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/channel@jdgray.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/channel@taobao.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/channel@taobaogray.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/channel@vip.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/channel@vipgray.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/channel_default_icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/default.jpg
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 → 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/no-data_icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/status@gzh.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/status@gzhcanclegray.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/status@gzhgray.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/status@xcx.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/status@xcxgray.png
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/loginanimate.js
0 → 100644
This diff is collapsed.
Click to expand it.