
【原 因】:飞行数据传到服务器 【过 程】:订阅飞机状态时候 检测到解锁 就记录飞行数据 切换到加锁之后 将数据长传 数据包括 加解锁时间戳 使用电量 经纬高 飞行距离 【影 响】: # 类型 包含: # feat:新功能(feature) # fix:修补bug # docs:文档(documentation) # style: 格式(不影响代码运行的变动) # refactor:重构(即不是新增功能,也不是修改bug的代码变动) # test:增加测试 # chore:构建过程或辅助工具的变动
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "food",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "npm run serve",
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "eslint --ext .js,.vue src"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.9.0",
|
|
"core-js": "^3.6.5",
|
|
"echarts": "^5.6.0",
|
|
"element-ui": "^2.15.14",
|
|
"lodash": "^4.17.21",
|
|
"mapbox-gl": "^2.15.0",
|
|
"mqtt": "^2.18.9",
|
|
"normalize.css": "^8.0.1",
|
|
"nprogress": "^0.2.0",
|
|
"geodist": "^0.2.1",
|
|
"vue": "^2.6.11",
|
|
"vue-router": "^3.6.5",
|
|
"vue-template-compiler": "^2.7.16",
|
|
"vuex": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@mapbox/mapbox-gl-draw": "^1.5.0",
|
|
"@vue/cli-plugin-babel": "~4.4.0",
|
|
"@vue/cli-plugin-eslint": "~4.4.0",
|
|
"@vue/cli-plugin-router": "~4.4.0",
|
|
"@vue/cli-plugin-vuex": "~4.4.0",
|
|
"@vue/cli-service": "~4.4.0",
|
|
"@vue/eslint-config-standard": "^5.1.2",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"sass": "^1.64.1",
|
|
"sass-loader": "^8.0.2"
|
|
},
|
|
"description": "```\r npm install\r ```",
|
|
"main": ".eslintrc.js",
|
|
"author": "",
|
|
"license": "ISC"
|
|
} |