diff --git a/project/xiushan/apps.import.json b/project/xiushan/apps.import.json new file mode 100644 index 00000000..7513e61f --- /dev/null +++ b/project/xiushan/apps.import.json @@ -0,0 +1,5 @@ +{ + "AppContentInfo": "新闻发布", + "AppCarousel": "轮播图设置", + "AppAddressBook": "内部通讯录" +} diff --git a/project/xiushan/core.import.json b/project/xiushan/core.import.json new file mode 100644 index 00000000..ef8fa998 --- /dev/null +++ b/project/xiushan/core.import.json @@ -0,0 +1,9 @@ +{ + "AppAccount": "账号管理", + "AppDictionary": "数据字典", + "AppQyWxConfig": "企业微信配置", + "AppUserInfo": "个人中心", + "AppRightsManager": "权限管理", + "AppAccountRole": "账号角色", + "AppMenuManager": "菜单管理" +} diff --git a/project/xiushan/package.json b/project/xiushan/package.json new file mode 100644 index 00000000..8836fb9e --- /dev/null +++ b/project/xiushan/package.json @@ -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" + } +}