update: init code
parents
Showing
with
4942 additions
and
0 deletions
.babelrc
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.postcssrc.js
0 → 100644
CubeModule copy.json
0 → 100644
CubeModule.json
0 → 100644
README.md
0 → 100644
build/build.js
0 → 100644
build/check-versions.js
0 → 100644
build/dev-client.js
0 → 100644
build/dev-server.js
0 → 100644
build/utils.js
0 → 100644
build/vt-build.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
build/webpack.prov.conf.js
0 → 100644
config.xml
0 → 100644
config/dev.env.js
0 → 100644
config/index.js
0 → 100644
config/prod.env.js
0 → 100644
config/prov.env.js
0 → 100644
doc/报表接口详细服务清单_20200304.docx
0 → 100644
No preview for this file type
hooks/README.md
0 → 100644
index.html
0 → 100644
jsconfig.json
0 → 100644
package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
package.json
0 → 100644
| { | |||
| "name": "satisfaction_module", | |||
| "version": "1.0.1", | |||
| "description": "建发满意度模块", | |||
| "author": "Evan Xu <evanxuyi@gmail.com>,Weshine Chen <80368178@qq.com>", | |||
| "private": true, | |||
| "scripts": { | |||
| "dev": "node build/dev-server.js", | |||
| "start": "node build/dev-server.js", | |||
| "build": "node build/build.js", | |||
| "lint": "eslint --ext .js,.vue src", | |||
| "jffc-check": "cordova requirements", | |||
| "jffc-build": "node build/build.js", | |||
| "jffc-ios": "cordova build ios", | |||
| "jffc-android": "cordova build android", | |||
| "jffc-browser": "cordova prepare browser && cross-env PORT=3004 node build/dev-server.js", | |||
| "jffc-vbuild": "node build/vt-build.js", | |||
| "jffc-save": "cordova plugin save", | |||
| "jffc-add-ios": "cordova platforms add ios@4.4.0", | |||
| "jffc-add-android": "cordova platforms add android@6.2.3", | |||
| "jffc-add-browser": "cordova platforms add browser", | |||
| "jffc-add-camera": "cordova plugin add cordova-plugin-camera", | |||
| "jffc-add-console": "cordova plugin add cordova-plugin-console", | |||
| "jffc-add-device": "cordova plugin add cordova-plugin-device", | |||
| "jffc-add-sqlite": "cordova plugin add cordova-sqlite-storage", | |||
| "jffc-add-file": "cordova plugin add cordova-plugin-file", | |||
| "jffc-add-dialogs": "cordova plugin add cordova-plugin-dialogs", | |||
| "jffc-add-splashscreen": "cordova plugin add cordova-plugin-splashscreen", | |||
| "jffc-add-statusbar": "cordova plugin add cordova-plugin-statusbar" | |||
| }, | |||
| "dependencies": { | |||
| "axios": "^0.16.2", | |||
| "babel-polyfill": "^6.23.0", | |||
| "cordova-android": "^6.2.3", | |||
| "cordova-browser": "^5.0.3", | |||
| "cordova-ios": "^4.4.0", | |||
| "cordova-plugin-camera": "~2.4.1", | |||
| "cordova-plugin-console": "~1.0.7", | |||
| "cordova-plugin-device": "~1.1.6", | |||
| "cordova-plugin-dialogs": "~1.3.3", | |||
| "cordova-plugin-file": "~4.3.3", | |||
| "cordova-plugin-splashscreen": "~4.0.3", | |||
| "cordova-plugin-statusbar": "~2.2.3", | |||
| "cordova-plugin-whitelist": "1", | |||
| "cordova-sqlite-storage": "~2.0.4", | |||
| "date-time-picker": "^0.5.2", | |||
| "echarts": "^4.1.0", | |||
| "exdate": "0.0.4", | |||
| "vue": "^2.3.3", | |||
| "vue-router": "^2.3.1", | |||
| "vuex": "^2.3.1", | |||
| "vux": "^2.9.2" | |||
| }, | |||
| "devDependencies": { | |||
| "autoprefixer": "^6.7.2", | |||
| "babel-core": "^6.22.1", | |||
| "babel-eslint": "^7.1.1", | |||
| "babel-loader": "^6.2.10", | |||
| "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", | |||
| "connect-history-api-fallback": "^1.3.0", | |||
| "copy-webpack-plugin": "^4.0.1", | |||
| "cross-env": "^5.0.1", | |||
| "css-loader": "^0.28.0", | |||
| "eslint": "^3.19.0", | |||
| "eslint-config-standard": "^6.2.1", | |||
| "eslint-friendly-formatter": "^2.0.7", | |||
| "eslint-loader": "^1.7.1", | |||
| "eslint-plugin-html": "^2.0.0", | |||
| "eslint-plugin-promise": "^3.4.0", | |||
| "eslint-plugin-standard": "^2.0.1", | |||
| "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", | |||
| "less": "^3.8.1", | |||
| "less-loader": "^4.1.0", | |||
| "mockjs": "^1.0.1-beta3", | |||
| "opn": "^4.0.2", | |||
| "optimize-css-assets-webpack-plugin": "^1.3.0", | |||
| "ora": "^1.2.0", | |||
| "rimraf": "^2.6.0", | |||
| "semver": "^5.3.0", | |||
| "shelljs": "^0.7.6", | |||
| "url-loader": "^0.5.8", | |||
| "versiony": "^2.0.1", | |||
| "vue-loader": "^12.1.0", | |||
| "vue-style-loader": "^3.0.1", | |||
| "vue-template-compiler": "^2.3.3", | |||
| "vux-loader": "^1.2.9", | |||
| "webpack": "^2.6.1", | |||
| "webpack-bundle-analyzer": "^2.2.1", | |||
| "webpack-dev-middleware": "^1.10.0", | |||
| "webpack-hot-middleware": "^2.18.0", | |||
| "webpack-merge": "^4.1.0", | |||
| "xml2js": "^0.4.19", | |||
| "zip-webpack-plugin": "^1.1.0" | |||
| }, | |||
| "engines": { | |||
| "node": ">= 4.0.0", | |||
| "npm": ">= 3.0.0" | |||
| }, | |||
| "browserslist": [ | |||
| "> 1%", | |||
| "last 2 versions", | |||
| "not ie <= 8" | |||
| ], | |||
| "cordova": { | |||
| "platforms": [ | |||
| "browser", | |||
| "ios", | |||
| "android" | |||
| ], | |||
| "plugins": { | |||
| "cordova-plugin-camera": { | |||
| "CAMERA_USAGE_DESCRIPTION": " ", | |||
| "PHOTOLIBRARY_USAGE_DESCRIPTION": " " | |||
| }, | |||
| "cordova-plugin-console": {}, | |||
| "cordova-plugin-device": {}, | |||
| "cordova-plugin-dialogs": {}, | |||
| "cordova-plugin-splashscreen": {}, | |||
| "cordova-plugin-statusbar": {}, | |||
| "cordova-plugin-whitelist": {}, | |||
| "cordova-plugin-file": {}, | |||
| "cordova-sqlite-storage": {} | |||
| } | |||
| } | |||
| } | |||
| \ No newline at end of file |
src/App.vue
0 → 100644
src/assets/css/app.css
0 → 100644
src/assets/css/base.css
0 → 100644
src/assets/images/bg_ranking@2x.png
0 → 100644
1.25 KB
src/assets/images/ic_arrow_left@2x.png
0 → 100644
1.28 KB
src/assets/images/ic_arrow_left_2@2x.png
0 → 100644
1.42 KB
src/assets/images/ic_back@2x.png
0 → 100644
1.17 KB
src/assets/images/ic_cancel_selected@2x.png
0 → 100644
1.66 KB
src/assets/images/ic_explain@2x.png
0 → 100644
1.69 KB
src/assets/images/ic_fall@2x.png
0 → 100644
1.09 KB
src/assets/images/ic_rise@2x.png
0 → 100644
1.1 KB
src/base/NativeApi/cordova.js
0 → 100644
src/base/NativeApi/cordova/cordovaApi.js
0 → 100644
src/base/NativeApi/cordova/index.js
0 → 100644
src/base/NativeApi/cordova/modules/system.js
0 → 100644
src/base/NativeApi/cordova/types.js
0 → 100644
src/base/NativeApi/factory.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/base/NativeApi/log.js
0 → 100644
src/base/NativeApi/native/baseModel.js
0 → 100644
src/base/NativeApi/native/nativeApi.js
0 → 100644
src/base/NativeApi/native/utils.js
0 → 100644
src/base/plugins/device.js
0 → 100644
src/base/plugins/dialog.js
0 → 100644
src/base/plugins/picture.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/common/APIPath.js
0 → 100644
src/common/Storage.js
0 → 100644
src/common/base64.js
0 → 100644
src/common/connect.js
0 → 100644
src/common/index.js
0 → 100644
src/common/request.js
0 → 100644
src/components/BasePage.vue
0 → 100644
src/components/CommonList.vue
0 → 100644
src/components/CommonSortChart.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/CommonTable.vue
0 → 100644
src/components/DateTime.vue
0 → 100644
src/components/ItemTitle.vue
0 → 100644
src/components/Loading.vue
0 → 100644
src/components/SatisfactionInfo.vue
0 → 100644
src/components/SwitchTab.vue
0 → 100644
src/components/TitleBar.vue
0 → 100644
src/main.js
0 → 100644
src/router/index.js
0 → 100644
src/screen/AreaSatisfaction.vue
0 → 100644
src/screen/CitySatisfaction.vue
0 → 100644
src/screen/ColonySatisfaction.vue
0 → 100644
src/screen/GroupSatisfaction.vue
0 → 100644
src/screen/ProjectSatisfaction.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/http.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/vuex/actions.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/vuex/modules/satisfaction.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/vuex/mutations.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/vuex/state.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/vuex/store.js
0 → 100644
This diff is collapsed.
Click to expand it.
static/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
typings/cordova-typings.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
www/index.html
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.
www/static/js/app.f6aed37b9c3087dc5100.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
www/static/js/vendor.ec3ecc7b129bd5a914c9.js
0 → 100644
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
Please
register
or
sign in
to comment