add clique project
Showing
.babelrc
0 → 100644
.editorconfig
0 → 100644
.gitignore
0 → 100644
.postcssrc.js
0 → 100644
README.md
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
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": "gicfront", | ||
"version": "1.0.0", | ||
"description": "A Vue.js project", | ||
"author": "hexiaoxia", | ||
"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": { | ||
"@gic-test/vue-area-ab": "^1.4.3", | ||
"@gic-test/vue-gic-aside-menu": "^1.1.41", | ||
"@gic-test/vue-gic-footer": "^1.0.8", | ||
"@gic-test/vue-gic-header": "^1.3.28", | ||
"@riophae/vue-treeselect": "0.0.29", | ||
"@tinymce/tinymce-vue": "^1.0.8", | ||
"element-ui": "^2.3.9", | ||
"file-saver": "^1.3.8", | ||
"script-loader": "^0.7.2", | ||
"tinymce": "^4.8.0", | ||
"vue": "^2.5.2", | ||
"vue-clipboard2": "^0.2.0", | ||
"vue-router": "^3.0.1", | ||
"xlsx": "^0.13.0" | ||
}, | ||
"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-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", | ||
"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", | ||
"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.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.16.0", | ||
"vuex": "^3.0.1", | ||
"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/404_images/404.png
0 → 100644
95.8 KB
src/assets/404_images/404_cloud.png
0 → 100644
4.65 KB
File added
File added
src/assets/custom-theme/index.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/echarts-macarons.js
0 → 100644
src/assets/icon-template.png
0 → 100644
3.44 KB
src/assets/iphone.png
0 → 100644
15.1 KB
src/assets/no-data_icon.png
0 → 100644
1.81 KB
src/assets/template-bg.jpg
0 → 100644
71.9 KB
src/assets/templet_null_img.png
0 → 100644
5.43 KB
src/common/js/error.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/com/dialog.js
0 → 100644
src/components/com/dialog.vue
0 → 100644
src/components/com/peopleFilter.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/com/selectStore.vue
0 → 100644
src/components/com/usedemo.vue
0 → 100644
src/components/linktools/linktools.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/linktools/linktoolsold.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/linktools/linktoolspage.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/login/_import.js
0 → 100644
src/components/login/login.vue
0 → 100644
src/components/login/login_bg.jpg
0 → 100644
193 KB
src/components/login/login_logo.png
0 → 100644
2.34 KB
src/components/memberShip/add-goods.vue
0 → 100644
src/components/memberShip/add-input.vue
0 → 100644
src/components/memberShip/card-cate.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/memberShip/point-form.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/memberShip/tinymce-edit.vue
0 → 100644
src/components/memberTask/edit-dialog.vue
0 → 100644
src/components/nav/nav.vue
0 → 100644
This diff is collapsed.
Click to expand it.
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/index.js
0 → 100644
src/utils/openWindow.js
0 → 100644
src/utils/request.js
0 → 100644
src/utils/validate.js
0 → 100644
src/vendor/Blob.js
0 → 100644
src/vendor/Export2Excel.js
0 → 100644
src/view/companyGroup/login.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/view/companyGroup/memberTableEdit.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.
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 source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
src/view/errorPage/401.vue
0 → 100644
src/view/errorPage/404.vue
0 → 100644
src/view/index/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/view/linktools/linktools.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/view/linktools/linktoolsold.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/view/linktools/linktoolspage.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/view/login/_import.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.less
0 → 100644
This diff is collapsed.
Click to expand it.
static/css/public.css
0 → 100644
This diff is collapsed.
Click to expand it.
static/css/variable.less
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 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/img/arrow.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/card-mould-logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/credit-detail_bg.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/ico1.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/icon-template.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/iphone.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/login_bg.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/navlogo.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/template-bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
static/img/templet_null_img.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.