【原 因】:更新到最新 解决tabSwitch等组件的bug 问题 【过 程】:更新 uView-ui插件的 版本 【影 响】: # 类型 包含: # feat:新功能(feature) # fix:修补bug # docs:文档(documentation) # style: 格式(不影响代码运行的变动) # refactor:重构(即不是新增功能,也不是修改bug的代码变动) # test:增加测试 # chore:构建过程或辅助工具的变动
21 lines
440 B
JSON
21 lines
440 B
JSON
{
|
|
"name": "food_wechat",
|
|
"version": "1.0.0",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"mqtt": "^2.18.9",
|
|
"uview-ui": "^2.0.38"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://111.229.174.37:3000/Food/food_wechat.git"
|
|
},
|
|
"description": "飞行魔方,物流、送餐小程序"
|
|
}
|