秀山分包

This commit is contained in:
aixianling
2022-02-21 15:22:21 +08:00
parent 4106c48877
commit 3884316d22
3 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"AppContentInfo": "新闻发布",
"AppCarousel": "轮播图设置",
"AppAddressBook": "内部通讯录"
}

View File

@@ -0,0 +1,9 @@
{
"AppAccount": "账号管理",
"AppDictionary": "数据字典",
"AppQyWxConfig": "企业微信配置",
"AppUserInfo": "个人中心",
"AppRightsManager": "权限管理",
"AppAccountRole": "账号角色",
"AppMenuManager": "菜单管理"
}

View File

@@ -0,0 +1,15 @@
{
"name": "dvcp-apps-xiushan",
"description": "秀山金融应用",
"version": "1.0.0",
"main": "dist/dvcp-apps-xiushan.common.js",
"files": [
"dist"
],
"publishConfig": {
"registry": "http://192.168.1.87:4873/"
},
"dependencies": {
"dvcp-ui": "^1.42.2"
}
}