项目初始化
parents
Showing
.env.development
0 → 100644
.env.production
0 → 100644
.env.test
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
babel.config.js
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": "my-app", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "serve": "vue-cli-service serve --mode development", | ||
| "build": "vue-cli-service build --mode production", | ||
| "lint": "vue-cli-service lint" | ||
| }, | ||
| "dependencies": { | ||
| "axios": "^0.20.0", | ||
| "core-js": "^3.6.5", | ||
| "dateformat": "^3.0.3", | ||
| "vant": "^2.10.9", | ||
| "vue": "^2.6.11", | ||
| "vue-navigation": "^1.1.4", | ||
| "vue-router": "^3.4.6", | ||
| "vue2-touch-events": "^2.3.2", | ||
| "vuex": "^3.5.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@vue/cli-plugin-babel": "^4.5.0", | ||
| "@vue/cli-plugin-eslint": "^4.5.0", | ||
| "@vue/cli-service": "^4.5.0", | ||
| "babel-eslint": "^10.1.0", | ||
| "eslint": "^6.7.2", | ||
| "eslint-plugin-vue": "^6.2.2", | ||
| "less": "^3.12.2", | ||
| "less-loader": "^7.0.2", | ||
| "vue-template-compiler": "^2.6.11" | ||
| }, | ||
| "eslintConfig": { | ||
| "root": true, | ||
| "env": { | ||
| "node": true | ||
| }, | ||
| "extends": [ | ||
| "plugin:vue/essential", | ||
| "eslint:recommended" | ||
| ], | ||
| "parserOptions": { | ||
| "parser": "babel-eslint" | ||
| }, | ||
| "globals": { | ||
| "BMap": true | ||
| }, | ||
| "rules": {} | ||
| }, | ||
| "browserslist": [ | ||
| "> 1%", | ||
| "last 2 versions", | ||
| "not dead" | ||
| ] | ||
| } |
public/favicon.ico
0 → 100644
File added
public/index.html
0 → 100644
src/App.vue
0 → 100644
src/api/base/advise.js
0 → 100644
src/api/base/app-version.js
0 → 100644
src/api/base/country.js
0 → 100644
src/api/base/email.js
0 → 100644
src/api/base/experience.js
0 → 100644
src/api/base/file-template.js
0 → 100644
src/api/base/flow-process.js
0 → 100644
src/api/base/resource.js
0 → 100644
src/api/base/sms.js
0 → 100644
src/api/base/sso.js
0 → 100644
src/api/base/user-rel-resource.js
0 → 100644
src/api/base/user.js
0 → 100644
src/api/config.js
0 → 100644
src/api/drs/sampling-plan.js
0 → 100644
src/api/http.js
0 → 100644
src/api/httpJson.js
0 → 100644
src/api/index.js
0 → 100644
src/api/loading.js
0 → 100644
src/api/message/message.js
0 → 100644
src/api/res/customer.js
0 → 100644
src/api/res/dict.js
0 → 100644
src/api/res/service-type.js
0 → 100644
src/api/res/user-group.js
0 → 100644
src/assets/background.png
0 → 100644
89.2 KB
src/assets/banner.png
0 → 100644
221 KB
src/assets/bg1.png
0 → 100644
210 KB
src/assets/code.png
0 → 100644
498 Bytes
src/assets/forgetPwd.png
0 → 100644
1.35 KB
src/assets/index/1.png
0 → 100644
876 Bytes
src/assets/index/10.png
0 → 100644
1.18 KB
src/assets/index/11.png
0 → 100644
991 Bytes
src/assets/index/12.png
0 → 100644
1.13 KB
src/assets/index/13.png
0 → 100644
1.05 KB
src/assets/index/14.png
0 → 100644
1.26 KB
src/assets/index/15.png
0 → 100644
1.43 KB
src/assets/index/16.png
0 → 100644
827 Bytes
src/assets/index/17.png
0 → 100644
669 Bytes
src/assets/index/18.png
0 → 100644
994 Bytes
src/assets/index/19.png
0 → 100644
1.09 KB
src/assets/index/2.png
0 → 100644
857 Bytes
src/assets/index/20.png
0 → 100644
1.27 KB
src/assets/index/21.png
0 → 100644
977 Bytes
src/assets/index/22.png
0 → 100644
1.08 KB
src/assets/index/23.png
0 → 100644
1.81 KB
src/assets/index/24.png
0 → 100644
822 Bytes
src/assets/index/25.png
0 → 100644
2.61 KB
src/assets/index/26.png
0 → 100644
1.89 KB
src/assets/index/27.png
0 → 100644
2.27 KB
src/assets/index/3.png
0 → 100644
779 Bytes
src/assets/index/4.png
0 → 100644
1.23 KB
src/assets/index/5.png
0 → 100644
1.32 KB
src/assets/index/6.png
0 → 100644
1.42 KB
src/assets/index/7.png
0 → 100644
1.16 KB
src/assets/index/8.png
0 → 100644
1.38 KB
src/assets/index/9.png
0 → 100644
1.06 KB
src/assets/index/arrang-people.png
0 → 100644
3.08 KB
src/assets/logo.png
0 → 100644
6.69 KB
src/assets/mine/man.png
0 → 100644
6.1 KB
src/assets/mine/woman.png
0 → 100644
5.52 KB
src/assets/psd.png
0 → 100644
510 Bytes
src/assets/touxiang1.png
0 → 100644
1.98 KB
src/assets/touxiang2.png
0 → 100644
9.71 KB
src/assets/user.png
0 → 100644
434 Bytes
src/components/ConfirmDialog.vue
0 → 100644
src/components/DatetimeField.vue
0 → 100644
src/components/DebugComponent.vue
0 → 100644
src/components/Field.vue
0 → 100644
src/components/FooterBar.vue
0 → 100644
src/components/SearchBar.vue
0 → 100644
src/config/index.js
0 → 100644
src/layout/CustomerNavBarLayout.vue
0 → 100644
src/lib/map.js
0 → 100644
src/lib/plugins.js
0 → 100644
src/lib/tools.js
0 → 100644
src/lib/util.js
0 → 100644
src/main.js
0 → 100644
src/page/ForgetPwd.vue
0 → 100644
src/page/Home.vue
0 → 100644
src/page/Index.vue
0 → 100644
src/page/Login.vue
0 → 100644
src/page/history-sampling/SamplingList.vue
0 → 100644
src/page/mine/FeedBack.vue
0 → 100644
src/page/mine/Mine.vue
0 → 100644
src/page/mine/UserInfo.vue
0 → 100644
src/page/mine/e-mail/EmailEdit.vue
0 → 100644
src/page/mine/e-mail/EmailSMS.vue
0 → 100644
src/page/mine/phone/PhoneEdit.vue
0 → 100644
src/page/mine/phone/SMS.vue
0 → 100644
src/page/mine/psd/PwdEdit.vue
0 → 100644
src/page/mine/userInfoEdit/QQEdit.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/page/mine/userInfoEdit/RealNameEdit.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/page/mine/userInfoEdit/UserNameEdit.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/page/sampling-list/SamplingList.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/page/sampling-list/SamplingListAdd.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/page/sampling-list/SamplingTask.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/page/sampling-task/GoodsShelves.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/page/sampling-task/SamplingLocation.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/page/sampling-task/SamplingTask.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/router/history-sampling-routes.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/mine-routes.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/router/routes.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/router/sampling-list-routes.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/router/sampling-task-routes.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/styles/main.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/styles/resetVar.less
0 → 100644
This diff is collapsed.
Click to expand it.
src/styles/sampling-list-add.less
0 → 100644
This diff is collapsed.
Click to expand it.
vue.config.js
0 → 100644
This diff is collapsed.
Click to expand it.