Browse Source

修改bug,新增vant插件

dev
战立标 2 years ago
parent
commit
be13ca6cf8
  1. 13
      package-lock.json
  2. 19
      package.json

13
package-lock.json

@ -0,0 +1,13 @@
{
"name": "epmet-work-mp",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@vant/weapp": {
"version": "1.11.2",
"resolved": "https://registry.npmmirror.com/@vant/weapp/-/weapp-1.11.2.tgz",
"integrity": "sha512-NlZQEW4ijxD1GAmTY0dz2mEw0KWff9DSi5k5WGl1YS19qGp1l3BssID/uBnzrC82HjWH/Sb5V9+r7/YEcfnBPQ=="
}
}
}

19
package.json

@ -0,0 +1,19 @@
{
"name": "epmet-work-mp",
"version": "1.0.0",
"description": "{\r \"pagePath\": \"pages/information/information\",\r \"text\": \"数据\",\r \"iconPath\": \"images/home/information.png\",\r \"selectedIconPath\": \"images/home/informationSelected.png\"\r },",
"main": ".eslintrc.js",
"dependencies": {
"@vant/weapp": "^1.11.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://120.46.222.128:10021/elink-star/epmet-work-mp.git"
},
"author": "",
"license": "ISC"
}
Loading…
Cancel
Save