oms接入3.0产品库

This commit is contained in:
aixianling
2022-03-14 11:38:06 +08:00
parent fcb6bbf956
commit 66fad244d9
17 changed files with 2666 additions and 7 deletions

15
project/oms/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "dvcp-oms",
"description": "运营中心分包",
"version": "2.0.0",
"main": "dist/dvcp-oms.common.js",
"files": [
"dist"
],
"publishConfig": {
"registry": "http://192.168.1.87:4873/"
},
"dependencies": {
"dvcp-ui": "^1.42.2"
}
}