update: code init
parents
Showing
with
4782 additions
and
0 deletions
.babelrc
0 → 100644
.gitignore
0 → 100644
CubeModule-test.json
0 → 100644
CubeModule.json
0 → 100644
README.md
0 → 100644
build/build.js
0 → 100644
build/check-versions.js
0 → 100644
build/config/dev.env.js
0 → 100644
build/config/index.js
0 → 100644
build/config/prod.env.js
0 → 100644
build/config/test.env.js
0 → 100644
build/dev-client.js
0 → 100644
build/dev-server.js
0 → 100644
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
index.html
0 → 100644
package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
package.json
0 → 100644
| { | ||
| "name": "jf-operation2", | ||
| "version": "1.0.0", | ||
| "description": "建发V+移动开发框架", | ||
| "author": "zhj701", | ||
| "private": true, | ||
| "scripts": { | ||
| "dev": "node build/dev-server.js", | ||
| "start": "npm run dev", | ||
| "build": "npm run build:test", | ||
| "build:test": "cross-env PACK_ENV=test node build/build.js", | ||
| "build:prod": "cross-env PACK_ENV=prod node build/build.js", | ||
| "build:report": "npm run build --report" | ||
| }, | ||
| "dependencies": { | ||
| "animate.css": "^3.6.1", | ||
| "axios": "^0.16.1", | ||
| "babel-polyfill": "^6.26.0", | ||
| "better-scroll": "^1.12.6", | ||
| "clipboard": "^1.7.1", | ||
| "cordova-android": "^8.1.0", | ||
| "cordova-ios": "^5.1.1", | ||
| "cordova-plugin-whitelist": "1", | ||
| "crypto-js": "^3.1.9-1", | ||
| "echarts": "^3.6.1", | ||
| "element-ui": "^1.3.4", | ||
| "fastclick": "^1.0.6", | ||
| "iscroll": "^5.2.0", | ||
| "vant": "^2.5.7", | ||
| "viscroll": "^1.1.1", | ||
| "vue": "~2.3.0", | ||
| "vue-router": "~2.3.0", | ||
| "vue-scroller": "^2.2.1", | ||
| "vuex": "~2.3.0", | ||
| "vuex-i18n": "^1.3.4", | ||
| "vux": "^2.4.1" | ||
| }, | ||
| "devDependencies": { | ||
| "autoprefixer": "^7.1.2", | ||
| "babel-core": "^6.22.1", | ||
| "babel-loader": "^7.1.1", | ||
| "babel-plugin-component": "^0.9.1", | ||
| "babel-plugin-istanbul": "^4.1.1", | ||
| "babel-plugin-transform-runtime": "^6.22.0", | ||
| "babel-preset-env": "^1.3.2", | ||
| "babel-preset-stage-2": "^6.22.0", | ||
| "babel-register": "^6.22.0", | ||
| "chalk": "^1.1.3", | ||
| "compression-webpack-plugin": "^0.4.0", | ||
| "connect-history-api-fallback": "^1.3.0", | ||
| "copy-webpack-plugin": "^4.0.1", | ||
| "cross-env": "^4.0.0", | ||
| "css-loader": "^0.28.0", | ||
| "eventsource-polyfill": "^0.9.6", | ||
| "express": "^4.14.1", | ||
| "extract-text-webpack-plugin": "^2.0.0", | ||
| "file-loader": "^0.11.1", | ||
| "friendly-errors-webpack-plugin": "^1.1.3", | ||
| "html-webpack-plugin": "^2.28.0", | ||
| "http-proxy-middleware": "^0.17.3", | ||
| "json-loader": "^0.5.4", | ||
| "less": "^2.7.2", | ||
| "less-loader": "^4.0.4", | ||
| "loader-utils": "^1.1.0", | ||
| "opn": "^4.0.2", | ||
| "optimize-css-assets-webpack-plugin": "^1.3.0", | ||
| "ora": "^1.2.0", | ||
| "rimraf": "^2.6.0", | ||
| "sass": "^1.56.0", | ||
| "sass-loader": "^7.3.1", | ||
| "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", | ||
| "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", | ||
| "yaml-loader": "^0.4.0", | ||
| "zip-webpack-plugin": "^1.1.0" | ||
| }, | ||
| "engines": { | ||
| "node": ">= 6.0.0", | ||
| "npm": ">= 3.0.0" | ||
| }, | ||
| "browserslist": [ | ||
| "> 1%", | ||
| "last 2 versions", | ||
| "not ie <= 8" | ||
| ] | ||
| } |
src/libraries/assets/fonts/.gitkeep
0 → 100644
File mode changed
src/libraries/assets/images/.gitkeep
0 → 100644
File mode changed
src/libraries/assets/styles/basics.less
0 → 100644
src/libraries/assets/styles/mixins.less
0 → 100644
src/libraries/assets/styles/variables.less
0 → 100644
src/libraries/components/Clipboard/index.vue
0 → 100644
src/libraries/components/Loading/index.vue
0 → 100644
src/libraries/components/Loading/metas.yml
0 → 100644
339 KB
432 KB
342 KB
src/libraries/components/Picture/index.vue
0 → 100644
src/libraries/components/Picture/picture.js
0 → 100644
src/libraries/components/c-header/index.vue
0 → 100644
src/libraries/directives/.gitkeep
0 → 100644
File mode changed
src/libraries/filters/.gitkeep
0 → 100644
File mode changed
src/libraries/mixins/.gitkeep
0 → 100644
File mode changed
src/libraries/mixins/overallPlanMixin.js
0 → 100644
src/libraries/packages/plugins/.gitkeep
0 → 100644
File mode changed
src/libraries/plugins/Ajax/axios/index.js
0 → 100644
src/libraries/plugins/FastClick/index.js
0 → 100644
src/libraries/plugins/Flexible/index.js
0 → 100644
src/libraries/plugins/I18n/index.js
0 → 100644
src/libraries/plugins/Loading/index.js
0 → 100644
src/libraries/plugins/MAS/index.js
0 → 100644
src/libraries/plugins/NativeApi/cordova.js
0 → 100644
src/libraries/plugins/RouterLoading/index.js
0 → 100644
src/libraries/plugins/RouterStore/index.js
0 → 100644
src/libraries/plugins/factory/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libraries/shells/sync-lib.sh
0 → 100644
src/libraries/store/actions.js
0 → 100644
src/libraries/store/getters.js
0 → 100644
src/libraries/store/index.js
0 → 100644
src/libraries/store/mutations.js
0 → 100644
src/libraries/store/state.js
0 → 100644
src/libraries/store/types.js
0 → 100644
src/libraries/utils/AES-Encrypt.js
0 → 100644
src/libraries/utils/common.js
0 → 100644
src/libraries/utils/datetime.js
0 → 100644
src/libraries/utils/emoji.js
0 → 100644
src/libraries/utils/iscrollTable.js
0 → 100644
src/libraries/utils/log.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libraries/utils/osUtils.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libraries/utils/rangeUtil.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/libraries/utils/xback.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/projectDynamic/assets/css/base.css
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.
No preview for this file type
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
No preview for this file type
No preview for this file type
No preview for this file type
src/projectDynamic/assets/images/bgImg.png
0 → 100644
665 KB
23.9 KB
19.1 KB
14.9 KB
src/projectDynamic/assets/images/dot_bg.png
0 → 100644
248 KB
src/projectDynamic/assets/images/flbb.png
0 → 100644
4.55 KB
3.38 KB
362 Bytes
349 Bytes
2.67 KB
1.66 KB
src/projectDynamic/assets/images/jfgd.jpg
0 → 100644
47.9 KB
src/projectDynamic/assets/images/q-1.png
0 → 100644
41.8 KB
360 Bytes
src/projectDynamic/assets/images/red_up.png
0 → 100644
349 Bytes
src/projectDynamic/assets/images/sonLine.png
0 → 100644
464 Bytes
1.24 KB
src/projectDynamic/assets/images/xmdt.png
0 → 100644
3.42 KB
2.64 KB
src/projectDynamic/assets/images/yygl.png
0 → 100644
3.87 KB
3.16 KB
src/projectDynamic/assets/logo.png
0 → 100644
27.6 KB
src/projectDynamic/common/base64.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/projectDynamic/common/request.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.
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/shared/api.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/app.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/assets/fonts/DINAlternate.ttf
0 → 100644
No preview for this file type
src/shared/assets/fonts/DINCondBold.otf
0 → 100644
No preview for this file type
src/shared/assets/fonts/DINCondensedBold.ttf
0 → 100644
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.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/barGuidence.png
0 → 100644
55 KB
src/shared/assets/images/bgImg.png
0 → 100644
665 KB
src/shared/assets/images/calendar.png
0 → 100644
1.02 KB
src/shared/assets/images/chartIcon.png
0 → 100644
3.25 KB
src/shared/assets/images/closeDialogIcon.png
0 → 100644
346 Bytes
1.47 KB
1.99 KB
src/shared/assets/images/dialogIcon.png
0 → 100644
773 Bytes
src/shared/assets/images/downArrow.png
0 → 100644
435 Bytes
src/shared/assets/images/downWhiteArrow.png
0 → 100644
3.35 KB
src/shared/assets/images/filterBorder.png
0 → 100644
2.88 KB
src/shared/assets/images/filterIArrow.png
0 → 100644
16.1 KB
3.13 KB
2.84 KB
src/shared/assets/images/goBackIcon.png
0 → 100644
336 Bytes
src/shared/assets/images/guidenBg.png
0 → 100644
20.9 KB
src/shared/assets/images/homeSelectIcon.png
0 → 100644
3.1 KB
3.19 KB
src/shared/assets/images/icon1.png
0 → 100644
7.39 KB
src/shared/assets/images/icon10.png
0 → 100644
6.4 KB
src/shared/assets/images/icon11.png
0 → 100644
8.35 KB
src/shared/assets/images/icon12.png
0 → 100644
8.67 KB
src/shared/assets/images/icon13.png
0 → 100644
4.66 KB
src/shared/assets/images/icon14.png
0 → 100644
5.14 KB
src/shared/assets/images/icon15.png
0 → 100644
6.87 KB
src/shared/assets/images/icon16.png
0 → 100644
5.8 KB
src/shared/assets/images/icon17.png
0 → 100644
2.89 KB
src/shared/assets/images/icon2.png
0 → 100644
10.5 KB
src/shared/assets/images/icon3.png
0 → 100644
8.79 KB
src/shared/assets/images/icon4.png
0 → 100644
8.91 KB
src/shared/assets/images/icon5.png
0 → 100644
9.33 KB
src/shared/assets/images/icon6.png
0 → 100644
11.5 KB
src/shared/assets/images/icon7.png
0 → 100644
9.47 KB
src/shared/assets/images/icon8.png
0 → 100644
9.38 KB
src/shared/assets/images/icon9.png
0 → 100644
7.21 KB
src/shared/assets/images/orderActiveIcon.png
0 → 100644
1.06 KB
1.21 KB
src/shared/assets/images/payActiveIcon.png
0 → 100644
1.09 KB
src/shared/assets/images/payUnActiveIcon.png
0 → 100644
1.23 KB
src/shared/assets/images/selectIcon.png
0 → 100644
1.05 KB
src/shared/assets/images/signActiveIcon.png
0 → 100644
1021 Bytes
1.05 KB
245 KB
887 Bytes
src/shared/assets/images/statusGuidence.png
0 → 100644
106 KB
3.28 KB
3.28 KB
src/shared/assets/images/tableIcon.png
0 → 100644
3.65 KB
src/shared/assets/images/testIcon.png
0 → 100644
8.65 KB
src/shared/assets/images/top1Icon.png
0 → 100644
4.9 KB
src/shared/assets/images/top2Icon.png
0 → 100644
5.17 KB
src/shared/assets/images/top3Icon.png
0 → 100644
5.21 KB
src/shared/assets/images/topBg.png
0 → 100644
142 KB
src/shared/assets/images/unSelectIcon.png
0 → 100644
1.05 KB
src/shared/assets/images/upArrow.png
0 → 100644
443 Bytes
src/shared/assets/styles/base.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/assets/styles/basics.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/assets/styles/mixins.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/assets/styles/variables.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/commom/HBarChart.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/commom/barChart.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/commom/barChart2.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/commom/barPercent.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/commom/barPercent2.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/shared/components/commom/bottomTip.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/commom/buttonTab.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/commom/c-header.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/commom/c-popover.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/commom/c-search.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/commom/chartTable.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/commom/circleChart.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.
src/shared/components/commom/doubleValue.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/shared/components/commom/flexGroup.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/commom/halfCircle.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/commom/helpDialog.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/mainTitle.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/commom/multiValue.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/commom/singleValue.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/commom/tab.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/shared/components/commom/x-circle.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/shared/components/difficulty/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/shared/components/difficulty/pay.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/difficulty/status.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/filter/company1.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/filter/company2.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/filter/company3.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/filter/company4.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/shared/components/filter/filterGroup.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.
src/shared/components/homepage/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/homepage/order.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/homepage/pay.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/homepage/sign.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/homepage/status.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/homepage/stock.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/homepage/trader.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/homepage/unpay.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/intro/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/opening/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.
This diff is collapsed.
Click to expand it.
src/shared/components/pastData/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.
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/plan/cityNodeList.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/plan/firstNode.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/shared/components/plan/home.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/plan/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/plan/mine.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/plan/node/nodeInfo.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/shared/components/plan/node/nodeList.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/plan/progress.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/plan/projectList.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/plan/rank.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.
src/shared/components/signAndPay/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/signAndPay/table.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/shared/components/stock/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/stock/order.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/stock/subTable.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/stock/table.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/stock/unOrder.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.
src/shared/components/subTable/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/subTable/subTab.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/subTable/subTable.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/subTable/subTitle.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/subject/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/test/circle.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/test/halfCircle.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/test/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/test/order.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/top/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/top/table.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/top/upperTab.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/triangle/barChart.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/triangle/barChart2.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/triangle/bottomTab.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/triangle/circleBar.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.
src/shared/components/triangle/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/triangle/table.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/shared/components/unPay/circleChart.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/unPay/classify.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/shared/components/unPay/detailTable.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/shared/components/unPay/doubleCircle.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/unPay/flexBarChart.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/unPay/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/shared/components/unPay/monthRate.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/unPay/overdue.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/unPay/pay.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/unPay/ratio.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/shared/components/unPay/singleBar.Vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/shared/components/unPay/smallTitle.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/components/unPay/status.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/config/common.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/config/config.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/config/prod.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/config/test.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/locales/components.yml
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/main.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/plugin.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/router.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/store/actions.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/store/getters.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/store/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/store/mutations.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/store/state.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/store/types.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/utils/eventbus.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/shared/utils/textUtil.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
yarn.lock
0 → 100644
This diff could not be displayed because it is too large.
Please
register
or
sign in
to comment