code init to reposity
parents
Showing
with
3114 additions
and
0 deletions
.babelrc
0 → 100755
.editorconfig
0 → 100755
.gitignore
0 → 100755
.gitlab-ci.yml
0 → 100755
.postcssrc.js
0 → 100755
CubeModule-test.json
0 → 100644
CubeModule.json
0 → 100755
README.md
0 → 100755
build/build.js
0 → 100755
build/check-versions.js
0 → 100755
build/config/dev.env.js
0 → 100755
build/config/index.js
0 → 100755
build/config/prod.env.js
0 → 100755
build/config/test.env.js
0 → 100755
build/dev-client.js
0 → 100755
build/dev-server.js
0 → 100755
build/utils.js
0 → 100755
build/vue-loader.conf.js
0 → 100755
build/webpack.base.conf.js
0 → 100755
build/webpack.dev.conf.js
0 → 100755
build/webpack.prod.conf.js
0 → 100755
doc/EHR员工自助信息修改接口_金蝶端.xlsx
0 → 100644
No preview for this file type
doc/SHR员工自助相关接口_金蝶端20191203.xlsx
0 → 100644
No preview for this file type
doc/SHR和V+员工自助接口需求开发规格说明书V2.0.docx
0 → 100644
No preview for this file type
doc/v+集成sHR人员开发规格说明书 - 钻石人生(1)(2).doc
0 → 100644
No preview for this file type
doc/员工自助V+接口说明文档 v2.0.doc
0 → 100644
No preview for this file type
doc/员工自助V+接口说明文档 v3.0(1).doc
0 → 100644
No preview for this file type
doc/员工自助V+接口说明文档 v3.0.doc
0 → 100644
No preview for this file type
doc/员工自助V+接口说明文档 v3.1.doc
0 → 100644
No preview for this file type
doc/员工自助V+接口说明文档 v3.2.doc
0 → 100644
No preview for this file type
doc/员工自助V+接口说明文档 v3.3(1).doc
0 → 100644
No preview for this file type
doc/员工自助V+接口说明文档 v3.4(1).doc
0 → 100644
No preview for this file type
doc/员工自助V+接口说明文档 v3.4(2).doc
0 → 100644
No preview for this file type
doc/员工自助V+接口说明文档 v3.4.doc
0 → 100644
No preview for this file type
doc/员工自助V+接口说明文档 v4.0.doc
0 → 100644
No preview for this file type
doc/员工自助V+接口说明文档 v4.1.doc
0 → 100644
No preview for this file type
doc/员工自助V+接口说明文档 v4.2.doc
0 → 100644
No preview for this file type
doc/员工自助V+接口说明文档 v4.3.doc
0 → 100644
No preview for this file type
doc/员工自助V+接口说明文档.doc
0 → 100644
No preview for this file type
doc/员工自助修改信息接口.xlsx
0 → 100644
No preview for this file type
doc/员工自助必填字段(1).docx
0 → 100644
No preview for this file type
doc/员工证明打印OA接口说明文档 v1.0.doc
0 → 100644
No preview for this file type
doc/员工证明打印V+接口说明文档 v1.0.doc
0 → 100644
No preview for this file type
doc/员工证明打印V+接口说明文档 v1.2.doc
0 → 100644
No preview for this file type
doc/员工证明打印V+接口说明文档 v2.0.doc
0 → 100644
No preview for this file type
doc/打印证明字段说明.docx
0 → 100644
No preview for this file type
index.html
0 → 100755
package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
package.json
0 → 100755
| { | |||
| "name": "self-service", | |||
| "version": "1.0.0", | |||
| "description": "美信云轻量级VueJS移动开发框架", | |||
| "author": "zhj701", | |||
| "private": true, | |||
| "scripts": { | |||
| "dev": "node build/dev-server.js", | |||
| "start": "npm run dev", | |||
| "build": "npm run build:vtest", | |||
| "build:vtest": "cross-env PACK_ENV=prod PACK_VENV=vtest node build/build.js", | |||
| "build:vprod": "cross-env PACK_ENV=prod PACK_VENV=vprod node build/build.js", | |||
| "build:test": "cross-env PACK_ENV=test node build/build.js", | |||
| "build:report": "npm run build --report" | |||
| }, | |||
| "dependencies": { | |||
| "animate.css": "^3.5.2", | |||
| "axios": "^0.16.1", | |||
| "babel-polyfill": "^6.26.0", | |||
| "clipboard": "^1.7.1", | |||
| "echarts": "^3.6.1", | |||
| "element-ui": "^1.3.4", | |||
| "fastclick": "^1.0.6", | |||
| "font-awesome": "^4.7.0", | |||
| "vconsole": "^3.14.7", | |||
| "velocity-animate": "^1.5.1", | |||
| "velocityjs": "^1.0.0", | |||
| "viscroll": "^1.1.1", | |||
| "vue": "~2.3.0", | |||
| "vue-router": "~2.3.0", | |||
| "vue-scroller": "^2.2.1", | |||
| "vue-touch": "^2.0.0-beta.4", | |||
| "vuex": "~2.3.0", | |||
| "vuex-i18n": "^1.3.4", | |||
| "vux": "2.6.5" | |||
| }, | |||
| "devDependencies": { | |||
| "autoprefixer": "^7.1.2", | |||
| "babel-core": "^6.22.1", | |||
| "babel-loader": "^7.1.1", | |||
| "babel-plugin-transform-runtime": "^6.22.0", | |||
| "babel-plugin-component": "^0.9.1", | |||
| "babel-plugin-istanbul": "^4.1.1", | |||
| "babel-preset-env": "^1.3.2", | |||
| "babel-preset-stage-2": "^6.22.0", | |||
| "babel-register": "^6.22.0", | |||
| "chalk": "^1.1.3", | |||
| "cross-env": "^4.0.0", | |||
| "eventsource-polyfill": "^0.9.6", | |||
| "express": "^4.14.1", | |||
| "less": "^2.7.2", | |||
| "opn": "^4.0.2", | |||
| "ora": "^1.2.0", | |||
| "rimraf": "^2.6.0", | |||
| "semver": "^5.3.0", | |||
| "shelljs": "^0.7.6", | |||
| "style-loader": "^0.17.0", | |||
| "touch": "^1.0.0", | |||
| "url-loader": "^0.5.8", | |||
| "vue-loader": "^11.3.4", | |||
| "vue-style-loader": "^2.0.5", | |||
| "vue-template-compiler": "~2.3.0", | |||
| "vux-loader": "^1.0.69", | |||
| "yaml-loader": "^0.4.0", | |||
| "css-loader": "^0.28.0", | |||
| "file-loader": "^0.11.1", | |||
| "json-loader": "^0.5.4", | |||
| "less-loader": "^4.0.4", | |||
| "loader-utils": "^1.1.0", | |||
| "webpack": "^2.3.3", | |||
| "webpack-bundle-analyzer": "^2.2.1", | |||
| "webpack-dev-middleware": "^1.10.0", | |||
| "webpack-hot-middleware": "^2.18.0", | |||
| "webpack-merge": "^4.1.0", | |||
| "zip-webpack-plugin": "^1.1.0", | |||
| "html-webpack-plugin": "^2.28.0", | |||
| "compression-webpack-plugin": "^0.4.0", | |||
| "copy-webpack-plugin": "^4.0.1", | |||
| "extract-text-webpack-plugin": "^2.0.0", | |||
| "friendly-errors-webpack-plugin": "^1.1.3", | |||
| "optimize-css-assets-webpack-plugin": "^1.3.0", | |||
| "connect-history-api-fallback": "^1.3.0", | |||
| "http-proxy-middleware": "^0.17.3" | |||
| }, | |||
| "engines": { | |||
| "node": ">= 6.0.0", | |||
| "npm": ">= 3.0.0" | |||
| }, | |||
| "browserslist": [ | |||
| "> 1%", | |||
| "last 2 versions", | |||
| "not ie <= 8" | |||
| ] | |||
| } |
src/libraries/assets/fonts/.gitkeep
0 → 100755
File mode changed
src/libraries/assets/images/.gitkeep
0 → 100755
File mode changed
src/libraries/assets/styles/basics.less
0 → 100755
src/libraries/assets/styles/mixins.less
0 → 100755
src/libraries/assets/styles/variables.less
0 → 100755
src/libraries/components/Clipboard/index.vue
0 → 100755
src/libraries/components/Loading/index.vue
0 → 100755
src/libraries/components/Loading/metas.yml
0 → 100755
339 KB
432 KB
342 KB
src/libraries/components/Picture/index.vue
0 → 100755
src/libraries/components/Picture/picture.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/libraries/components/c-header/index.vue
0 → 100755
src/libraries/directives/.gitkeep
0 → 100755
File mode changed
src/libraries/filters/.gitkeep
0 → 100755
File mode changed
src/libraries/mixins/.gitkeep
0 → 100755
File mode changed
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.
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.
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.
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.
src/libraries/packages/plugins/.gitkeep
0 → 100755
This diff is collapsed.
Click to expand it.
src/libraries/plugins/Ajax/axios/index.js
0 → 100755
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.
src/libraries/plugins/FastClick/index.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/libraries/plugins/Flexible/index.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/libraries/plugins/I18n/index.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/libraries/plugins/Loading/index.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/libraries/plugins/MAS/index.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/libraries/plugins/NativeApi/cordova.js
0 → 100755
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.
src/libraries/plugins/RouterLoading/index.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/libraries/plugins/RouterStore/index.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/libraries/plugins/factory/index.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/libraries/shells/sync-lib.sh
0 → 100755
This diff is collapsed.
Click to expand it.
src/libraries/store/actions.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/libraries/store/getters.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/libraries/store/index.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/libraries/store/mutations.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/libraries/store/state.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/libraries/store/types.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/libraries/utils/common.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/libraries/utils/datetime.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/libraries/utils/emoji.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/libraries/utils/log.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/libraries/utils/osUtils.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/libraries/utils/rangeUtil.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/shared/api.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/api/common.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/api/diamondLife.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/api/education.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/api/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/api/masCode.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/api/practice.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/api/professionalTitle.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/api/prove.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/api/socialJob.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/api/socialRelation.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/api/user.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/api/userBaseInfo.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/api/work.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/app.vue
0 → 100755
This diff is collapsed.
Click to expand it.
src/shared/assets/font/digifacewide.ttf
0 → 100644
No preview for this file type
src/shared/assets/font/xingkai.ttf
0 → 100644
No preview for this file type
src/shared/assets/font/ziti.ttf
0 → 100755
No preview for this file type
src/shared/assets/iconfont/iconfont.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/assets/iconfont/iconfont.eot
0 → 100644
No preview for this file type
src/shared/assets/iconfont/iconfont.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/assets/iconfont/iconfont.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/assets/iconfont/iconfont.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/assets/iconfont/iconfont.ttf
0 → 100644
No preview for this file type
src/shared/assets/iconfont/iconfont.woff
0 → 100644
No preview for this file type
src/shared/assets/iconfont/iconfont.woff2
0 → 100644
No preview for this file type
src/shared/assets/images/Tax@2x.png
0 → 100644
21.4 KB
src/shared/assets/images/TaxMoney@2x.png
0 → 100644
16.5 KB
src/shared/assets/images/arrow.png
0 → 100644
2.88 KB
src/shared/assets/images/avatar.png
0 → 100644
9.93 KB
src/shared/assets/images/bankBlankImg.png
0 → 100644
8.33 KB
src/shared/assets/images/bg_bottom@2x.png
0 → 100644
43.5 KB
src/shared/assets/images/deleteIcon.png
0 → 100644
3.24 KB
37.6 KB
src/shared/assets/images/diamond.png
0 → 100644
3.81 KB
src/shared/assets/images/hiddenPwIcon.png
0 → 100755
4.43 KB
src/shared/assets/images/ic_add_click@2x.png
0 → 100644
1.77 KB
src/shared/assets/images/icon1.png
0 → 100755
14 KB
src/shared/assets/images/icon10.png
0 → 100755
5.5 KB
src/shared/assets/images/icon2.png
0 → 100755
12.6 KB
src/shared/assets/images/icon3.png
0 → 100755
13.5 KB
src/shared/assets/images/icon4.png
0 → 100755
13.3 KB
src/shared/assets/images/icon5.png
0 → 100755
13.5 KB
src/shared/assets/images/icon6.png
0 → 100755
4.88 KB
src/shared/assets/images/icon7.png
0 → 100755
7.69 KB
src/shared/assets/images/icon8.png
0 → 100755
5.47 KB
src/shared/assets/images/icon9.png
0 → 100755
4.82 KB
src/shared/assets/images/idCardBaseImg.png
0 → 100644
8.88 KB
src/shared/assets/images/idCardFontImg.png
0 → 100644
9.09 KB
src/shared/assets/images/life_banner@2x.png
0 → 100644
72.4 KB
src/shared/assets/images/marriageImg.png
0 → 100644
10 KB
src/shared/assets/images/money@2x.png
0 → 100644
17.5 KB
src/shared/assets/images/noDataIcon.png
0 → 100644
8.79 KB
src/shared/assets/images/p1.jpg
0 → 100644
539 KB
src/shared/assets/images/p2.jpg
0 → 100644
229 KB
src/shared/assets/images/p3.jpg
0 → 100644
212 KB
src/shared/assets/images/p4.jpg
0 → 100644
180 KB
src/shared/assets/images/p5.jpg
0 → 100644
202 KB
src/shared/assets/images/p6.jpg
0 → 100644
393 KB
src/shared/assets/images/p7.jpg
0 → 100644
509 KB
src/shared/assets/images/p8.jpg
0 → 100644
527 KB
src/shared/assets/images/pwIcon.png
0 → 100644
601 Bytes
src/shared/assets/images/reviewIcon.png
0 → 100644
31 KB
src/shared/assets/images/salary-btn.png
0 → 100755
1.23 KB
src/shared/assets/images/showPwIcon.png
0 → 100755
4.26 KB
src/shared/assets/images/startBtn.png
0 → 100644
5.1 KB
src/shared/assets/images/startBtnActive.png
0 → 100644
4.35 KB
src/shared/assets/images/userIcon.png
0 → 100644
1005 Bytes
src/shared/assets/styles/base.less
0 → 100755
This diff is collapsed.
Click to expand it.
src/shared/assets/styles/basics.less
0 → 100755
This diff is collapsed.
Click to expand it.
src/shared/assets/styles/mixins.less
0 → 100755
This diff is collapsed.
Click to expand it.
src/shared/assets/styles/variables.less
0 → 100755
This diff is collapsed.
Click to expand it.
src/shared/components/commom/Attachment.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/shared/components/commom/BaseLayout.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/commom/BlockTitle.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/shared/components/commom/FontIcon.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/commom/Inputbox.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/shared/components/commom/StatusTip.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/shared/components/commom/c-cellItem.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/commom/c-dialog.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/commom/c-header.vue
0 → 100755
This diff is collapsed.
Click to expand it.
src/shared/components/commom/c-input.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/shared/components/diamondLife/Page1.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/diamondLife/Page2.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/diamondLife/Page3.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/diamondLife/Page4.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/diamondLife/Page5.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/diamondLife/Page6.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/diamondLife/Page7.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/diamondLife/Page8.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/diamondLife/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/education/edit.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/education/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/entAnnuity/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/homepage/forgotPsw.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/homepage/home.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/homepage/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/homepage/login.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/homepage/resetPsw.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/shared/components/housingFund/index.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/shared/components/incomeTax/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/shared/components/practice/edit.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/practice/index.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/shared/components/prove/Submission.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/prove/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/shared/components/reward/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/riskFund/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/salary/detail.vue
0 → 100755
This diff is collapsed.
Click to expand it.
src/shared/components/salary/index.vue
0 → 100755
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.
src/shared/components/user/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/user/index2.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/user/myInfo.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/user/userBaseInfo.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/user/userFamily.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/user/userFamilyAdd.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/shared/components/yearEnd/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/config/common.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/shared/config/prod.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/shared/config/test.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/shared/locales/components.yml
0 → 100755
This diff is collapsed.
Click to expand it.
src/shared/main.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/shared/plugin.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/shared/router.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/shared/store/actions.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/shared/store/getters.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/shared/store/index.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/shared/store/modules/diamondLife.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/store/modules/education.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/store/modules/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/store/modules/practice.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/shared/store/modules/prove.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/store/modules/socialJob.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/store/modules/socialRelation.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/store/modules/user.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/store/modules/userBaseInfo.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/store/modules/work.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/store/mutations.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/shared/store/state.js
0 → 100755
This diff is collapsed.
Click to expand it.
src/shared/store/types.js
0 → 100755
This diff is collapsed.
Click to expand it.
static/.gitkeep
0 → 100755
This diff is collapsed.
Click to expand it.
yarn.lock
0 → 100755
This diff could not be displayed because it is too large.
Please
register
or
sign in
to comment