update: first commit
parents
Showing
with
4357 additions
and
0 deletions
.babelrc
0 → 100644
.editorconfig
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.postcssrc.js
0 → 100644
CubeModule.json
0 → 100644
CubeModuleCopy.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
hooks/README.md
0 → 100644
index.html
0 → 100644
jsconfig.json
0 → 100644
other/cnd-plugin/package.json
0 → 100644
| { | |||
| "name": "cnd-plugin", | |||
| "version": "0.0.1", | |||
| "description": "Cordova C&D Plugin", | |||
| "cordova": { | |||
| "id": "cnd-plugin", | |||
| "platforms": [ | |||
| "android", | |||
| "ios" | |||
| ] | |||
| } | |||
| } | |||
| \ No newline at end of file |
other/cnd-plugin/plugin.xml
0 → 100644
other/cnd-plugin/src/android/YFPlugin.java
0 → 100644
other/cnd-plugin/src/ios/YFPlugin.h
0 → 100644
other/cnd-plugin/src/ios/YFPlugin.m
0 → 100644
other/cnd-plugin/www/YFPlugin.js
0 → 100644
other/splash/Contents.json
0 → 100644
35.6 KB
35.6 KB
33.4 KB
33.4 KB
56.2 KB
56.2 KB
79 KB
79 KB
package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
package.json
0 → 100644
| { | |||
| "name": "jffc-frame-kesu", | |||
| "version": "1.0.1", | |||
| "description": "A VueCordova Project", | |||
| "author": "Evan Xu <evanxuyi@gmail.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", | |||
| "android": "node build/build.js && cordova run android", | |||
| "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", | |||
| "jffc-add-android": "cordova platforms add android", | |||
| "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": { | |||
| "amfe-flexible": "^2.2.1", | |||
| "axios": "^0.19.0", | |||
| "babel-polyfill": "^6.26.0", | |||
| "cordova-browser": "^6.0.0", | |||
| "core-js": "^3.1.2", | |||
| "exdate": "0.0.4", | |||
| "fastclick": "^1.0.6", | |||
| "lib-flexible": "^0.3.2", | |||
| "lodash": "^4.17.20", | |||
| "nprogress": "^0.2.0", | |||
| "vant": "^2.11.1", | |||
| "vue": "^2.3.3", | |||
| "vue-mobile-calendar": "^3.3.0", | |||
| "vue-router": "^2.3.1", | |||
| "vuex": "^2.3.1" | |||
| }, | |||
| "devDependencies": { | |||
| "@vue/cli-plugin-babel": "^4.0.0", | |||
| "@vue/eslint-config-prettier": "^5.0.0", | |||
| "@vue/eslint-config-standard": "^4.0.0", | |||
| "autoprefixer": "^6.7.2", | |||
| "babel-core": "^6.22.1", | |||
| "babel-eslint": "^7.1.1", | |||
| "babel-loader": "^6.2.10", | |||
| "babel-plugin-import": "^1.7.0", | |||
| "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", | |||
| "cordova-plugin-camera": "^4.1.0", | |||
| "cordova-plugin-file": "^6.0.2", | |||
| "cordova-plugin-file-transfer": "^1.7.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-import": "^2.7.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.0.4", | |||
| "less-loader": "^5.0.0", | |||
| "opn": "^4.0.2", | |||
| "optimize-css-assets-webpack-plugin": "^1.3.0", | |||
| "ora": "^1.2.0", | |||
| "pdfjs-dist": "^2.3.200", | |||
| "postcss-import": "^11.0.0", | |||
| "postcss-px2rem-exclude": "0.0.6", | |||
| "postcss-pxtorem": "^4.0.1", | |||
| "prettier": "^1.18.2", | |||
| "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", | |||
| "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", | |||
| "ios >= 8", | |||
| "android >= 4.0" | |||
| ], | |||
| "cordova": { | |||
| "platforms": [ | |||
| "browser" | |||
| ], | |||
| "plugins": { | |||
| "cordova-plugin-camera": { | |||
| "CAMERA_USAGE_DESCRIPTION": " ", | |||
| "PHOTOLIBRARY_USAGE_DESCRIPTION": " ", | |||
| "ANDROID_SUPPORT_V4_VERSION": "27.+" | |||
| }, | |||
| "cordova-plugin-file-transfer": {}, | |||
| "cordova-plugin-file": {} | |||
| } | |||
| } | |||
| } | |||
| \ No newline at end of file |
plugins/cordova-plugin-camera/.appveyor.yml
0 → 100644
plugins/cordova-plugin-camera/.eslintrc.yml
0 → 100644
plugins/cordova-plugin-camera/.gitattributes
0 → 100644
plugins/cordova-plugin-camera/.travis.yml
0 → 100644
plugins/cordova-plugin-camera/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
plugins/cordova-plugin-camera/NOTICE
0 → 100644
plugins/cordova-plugin-camera/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
plugins/cordova-plugin-camera/package.json
0 → 100644
| { | |||
| "_from": "cordova-plugin-camera@~4.1.0", | |||
| "_id": "cordova-plugin-camera@4.1.0", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-fCLhWjWYn49q3X5xaypAPgTz6MAWSKFFQvD2Gpi5SuVlrRPRphtX2jIqR2zCBuDTBR082QVnlc+yUDXt65Mjgw==", | |||
| "_location": "/cordova-plugin-camera", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "range", | |||
| "registry": true, | |||
| "raw": "cordova-plugin-camera@~4.1.0", | |||
| "name": "cordova-plugin-camera", | |||
| "escapedName": "cordova-plugin-camera", | |||
| "rawSpec": "~4.1.0", | |||
| "saveSpec": null, | |||
| "fetchSpec": "~4.1.0" | |||
| }, | |||
| "_requiredBy": [ | |||
| "#DEV:/", | |||
| "#USER" | |||
| ], | |||
| "_resolved": "https://repo.huaweicloud.com/repository/npm/cordova-plugin-camera/-/cordova-plugin-camera-4.1.0.tgz", | |||
| "_shasum": "6474a3e080c4662aa00fd7425705d301c693ddc0", | |||
| "_spec": "cordova-plugin-camera@~4.1.0", | |||
| "_where": "/Users/hyh/Desktop/work/建发/客诉系统/code/kesu-JFFC", | |||
| "author": { | |||
| "name": "Apache Software Foundation" | |||
| }, | |||
| "bugs": { | |||
| "url": "https://github.com/apache/cordova-plugin-camera/issues" | |||
| }, | |||
| "bundleDependencies": false, | |||
| "cordova": { | |||
| "id": "cordova-plugin-camera", | |||
| "platforms": [ | |||
| "android", | |||
| "ios", | |||
| "browser", | |||
| "windows", | |||
| "osx" | |||
| ] | |||
| }, | |||
| "deprecated": false, | |||
| "description": "Cordova Camera Plugin", | |||
| "devDependencies": { | |||
| "eslint": "^4.3.0", | |||
| "eslint-config-semistandard": "^11.0.0", | |||
| "eslint-config-standard": "^10.2.1", | |||
| "eslint-plugin-import": "^2.3.0", | |||
| "eslint-plugin-node": "^5.0.0", | |||
| "eslint-plugin-promise": "^3.5.0", | |||
| "eslint-plugin-standard": "^3.0.1" | |||
| }, | |||
| "engines": { | |||
| "cordovaDependencies": { | |||
| "3.0.0": { | |||
| "cordova-android": ">=6.3.0" | |||
| }, | |||
| "4.1.0": { | |||
| "cordova": ">=7.1.0", | |||
| "cordova-android": ">=6.3.0" | |||
| }, | |||
| "5.0.0": { | |||
| "cordova": ">100" | |||
| } | |||
| } | |||
| }, | |||
| "homepage": "https://github.com/apache/cordova-plugin-camera#readme", | |||
| "keywords": [ | |||
| "cordova", | |||
| "camera", | |||
| "ecosystem:cordova", | |||
| "cordova-android", | |||
| "cordova-ios", | |||
| "cordova-browser", | |||
| "cordova-windows", | |||
| "cordova-osx" | |||
| ], | |||
| "license": "Apache-2.0", | |||
| "name": "cordova-plugin-camera", | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/apache/cordova-plugin-camera.git" | |||
| }, | |||
| "scripts": { | |||
| "eslint": "node node_modules/eslint/bin/eslint www && node node_modules/eslint/bin/eslint src && node node_modules/eslint/bin/eslint tests", | |||
| "test": "npm run eslint" | |||
| }, | |||
| "types": "./types/index.d.ts", | |||
| "version": "4.1.0" | |||
| } |
plugins/cordova-plugin-camera/plugin.xml
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.
| { | |||
| "name": "cordova-plugin-camera-test-ios", | |||
| "version": "1.0.0", | |||
| "description": "iOS Unit Tests for Camera Plugin", | |||
| "author": "Apache Software Foundation", | |||
| "license": "Apache Version 2.0", | |||
| "dependencies": { | |||
| "cordova-ios": "*" | |||
| }, | |||
| "scripts": { | |||
| "test": "xcodebuild -scheme CordovaLib && xcodebuild test -scheme CDVCameraLibTests -destination 'platform=iOS Simulator,name=iPhone 5s'" | |||
| } | |||
| } |
| { | |||
| "name": "cordova-plugin-camera-tests", | |||
| "version": "4.1.0", | |||
| "description": "", | |||
| "cordova": { | |||
| "id": "cordova-plugin-camera-tests", | |||
| "platforms": [] | |||
| }, | |||
| "keywords": [ | |||
| "ecosystem:cordova" | |||
| ], | |||
| "author": "", | |||
| "license": "Apache-2.0" | |||
| } |
plugins/cordova-plugin-camera/tests/tests.js
0 → 100644
This diff is collapsed.
Click to expand it.
plugins/cordova-plugin-camera/www/Camera.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.
plugins/cordova-plugin-file-transfer/.jscsrc
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.
plugins/cordova-plugin-file-transfer/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
plugins/cordova-plugin-file-transfer/NOTICE
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.
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.
plugins/cordova-plugin-file/.jshintrc
0 → 100644
This diff is collapsed.
Click to expand it.
plugins/cordova-plugin-file/.ratignore
0 → 100644
This diff is collapsed.
Click to expand it.
plugins/cordova-plugin-file/CONTRIBUTING.md
0 → 100644
This diff is collapsed.
Click to expand it.
plugins/cordova-plugin-file/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
plugins/cordova-plugin-file/NOTICE
0 → 100644
This diff is collapsed.
Click to expand it.
plugins/cordova-plugin-file/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
plugins/cordova-plugin-file/RELEASENOTES.md
0 → 100644
This diff is collapsed.
Click to expand it.
plugins/cordova-plugin-file/doc/plugins.md
0 → 100644
This diff is collapsed.
Click to expand it.
plugins/cordova-plugin-file/package.json
0 → 100644
This diff is collapsed.
Click to expand it.
plugins/cordova-plugin-file/plugin.xml
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.
plugins/cordova-plugin-file/tests/plugin.xml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
plugins/cordova-plugin-file/tests/tests.js
0 → 100644
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
plugins/cordova-plugin-file/types/index.d.ts
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.
plugins/cordova-plugin-file/www/Entry.js
0 → 100644
This diff is collapsed.
Click to expand it.
plugins/cordova-plugin-file/www/File.js
0 → 100644
This diff is collapsed.
Click to expand it.
plugins/cordova-plugin-file/www/FileEntry.js
0 → 100644
This diff is collapsed.
Click to expand it.
plugins/cordova-plugin-file/www/FileError.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.
plugins/cordova-plugin-file/www/Flags.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
plugins/cordova-plugin-file/www/Metadata.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.
plugins/fetch.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/App.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/api/base.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/api/base64.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/api/env.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/api/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/css/index.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/css/index.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/css/reset.css
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/css/reset.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/images/fujian/check.png
0 → 100644
1.61 KB
src/assets/images/fujian/down.png
0 → 100644
1.39 KB
src/assets/images/fujian/up.png
0 → 100644
4.25 KB
src/assets/images/home/adSearch.png
0 → 100644
1.39 KB
src/assets/images/home/addN.png
0 → 100644
3.51 KB
src/assets/images/home/down.png
0 → 100644
4.62 KB
src/assets/images/home/exit.png
0 → 100644
4.85 KB
src/assets/images/home/right.png
0 → 100644
4.22 KB
src/base/NativeApi/cordova.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/base/NativeApi/cordova/cordovaApi.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/base/NativeApi/cordova/index.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.
src/base/NativeApi/cordova/modules/system.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/base/NativeApi/cordova/types.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/base/NativeApi/factory.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/base/NativeApi/log.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/base/NativeApi/native/baseModel.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/base/NativeApi/native/nativeApi.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/base/NativeApi/native/utils.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/base/components/Photo.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Approval.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/MultiApproval.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/NavBarCostom.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Tree/Index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/Tree/TreeRow.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/main.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/mixin/mixin.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/router/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/router/router.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/store/modules/common.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/characterConversion.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/dateFormat.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/fileHelper.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/global.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/scroll.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/CaseSupplyExp.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ComplaintBySave.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ComplaintInfo.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/CreateComplaint.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/CustomerFollow.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/Dispatch.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/DispatchList.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/EnclosureList.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ForcedClose.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/Home.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/NormalClose.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/OwnerConfirm.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/Priview.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/ProcessedResults.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/QueryComplainants.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/QueryDispathers.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/RepeatComplaint.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/UpgradeComplaint.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/UploadForImg.vue
0 → 100644
This diff is collapsed.
Click to expand it.
static/.gitkeep
0 → 100644
This diff is collapsed.
Click to expand it.
theme-customization.js
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 could not be displayed because it is too large.
This diff could not be displayed because it is too large.
www/static/js/0.c4a78e18296bc8c9b1ea.js
0 → 100644
This diff could not be displayed because it is too large.
www/static/js/0.c4a78e18296bc8c9b1ea.js.map
0 → 100644
This diff could not be displayed because it is too large.
www/static/js/1.eef311528b9c152c7a06.js
0 → 100644
This diff is collapsed.
Click to expand it.
www/static/js/1.eef311528b9c152c7a06.js.map
0 → 100644
This diff could not be displayed because it is too large.
www/static/js/10.0780c256d7f46011b91f.js
0 → 100644
This diff is collapsed.
Click to expand it.
www/static/js/10.0780c256d7f46011b91f.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
www/static/js/11.bd455bb6968d6ebe7b7c.js
0 → 100644
This diff is collapsed.
Click to expand it.
www/static/js/11.bd455bb6968d6ebe7b7c.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
www/static/js/12.b6eae98e85d202ec2da1.js
0 → 100644
This diff is collapsed.
Click to expand it.
www/static/js/12.b6eae98e85d202ec2da1.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
www/static/js/13.e42dec8569643ac15f7e.js
0 → 100644
This diff is collapsed.
Click to expand it.
www/static/js/13.e42dec8569643ac15f7e.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
www/static/js/14.2662b8dbbd934e40e98c.js
0 → 100644
This diff is collapsed.
Click to expand it.
www/static/js/14.2662b8dbbd934e40e98c.js.map
0 → 100644
This diff could not be displayed because it is too large.
www/static/js/15.669e818560f3160126f6.js
0 → 100644
This diff is collapsed.
Click to expand it.
www/static/js/15.669e818560f3160126f6.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
www/static/js/2.79d75ddefbb28d0897f9.js
0 → 100644
This diff is collapsed.
Click to expand it.
www/static/js/2.79d75ddefbb28d0897f9.js.map
0 → 100644
This diff could not be displayed because it is too large.
www/static/js/3.45575f362e979594a8ac.js
0 → 100644
This diff is collapsed.
Click to expand it.
www/static/js/3.45575f362e979594a8ac.js.map
0 → 100644
This diff could not be displayed because it is too large.
www/static/js/4.707dbf404ef3a6b1ad96.js
0 → 100644
This diff is collapsed.
Click to expand it.
www/static/js/4.707dbf404ef3a6b1ad96.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
www/static/js/5.c89369fb19b6a38b777d.js
0 → 100644
This diff is collapsed.
Click to expand it.
www/static/js/5.c89369fb19b6a38b777d.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
www/static/js/6.a1228820482348ba3a9d.js
0 → 100644
This diff is collapsed.
Click to expand it.
www/static/js/6.a1228820482348ba3a9d.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
www/static/js/7.0066b6950294034ac09b.js
0 → 100644
This diff is collapsed.
Click to expand it.
www/static/js/7.0066b6950294034ac09b.js.map
0 → 100644
This diff could not be displayed because it is too large.
www/static/js/8.593618f41212f4bab401.js
0 → 100644
This diff is collapsed.
Click to expand it.
www/static/js/8.593618f41212f4bab401.js.map
0 → 100644
This diff could not be displayed because it is too large.
www/static/js/9.849080046e70c8816e49.js
0 → 100644
This diff is collapsed.
Click to expand it.
www/static/js/9.849080046e70c8816e49.js.map
0 → 100644
This diff is collapsed.
Click to expand it.
www/static/js/app.9b9b78be4185c75ee369.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.82c940521048951e051b.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