配置主库应用到山东移动分包
This commit is contained in:
@@ -184,7 +184,7 @@ import {mapState} from 'vuex';
|
||||
import detail from './detail'
|
||||
|
||||
export default {
|
||||
name: 'scoreFamily',
|
||||
name: 'AppScoreFamily',
|
||||
label: "家庭积分",
|
||||
props: {
|
||||
instance: Function,
|
||||
|
||||
@@ -99,7 +99,7 @@ import {mapState} from 'vuex';
|
||||
import detail from './detail'
|
||||
|
||||
export default {
|
||||
name: 'scorePersonal',
|
||||
name: 'AppScorePersonal',
|
||||
label: "个人积分",
|
||||
props: {
|
||||
instance: Function,
|
||||
|
||||
26
project/shandong10086/apps.import.json
Normal file
26
project/shandong10086/apps.import.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"AppMediaManage": "媒资管理",
|
||||
"AppBroadcast": "播发记录",
|
||||
"AppEquipmentManage": "设备管理",
|
||||
"AppReportAtWill": "随手拍",
|
||||
"AppGridBlock": "网格区块",
|
||||
"AppGridMember": "网格员管理",
|
||||
"AppContentInfo": "新闻发布",
|
||||
"AppCarousel": "轮播图设置",
|
||||
"AppThematicConfig": "专题配置",
|
||||
"AppConference": "会议通知",
|
||||
"AppAskForm": "问卷表单",
|
||||
"AppApprovalManage": "审批管理",
|
||||
"AppMattersConfig": "事项配置",
|
||||
"AppExaminationApproval": "审批分类",
|
||||
"AppReturnHomeRegister": "返乡登记",
|
||||
"AppHealthReport": "健康上报",
|
||||
"AppRiskArea": "风险地区配置",
|
||||
"AppScoreFamily": "家庭积分",
|
||||
"AppScorePersonal": "个人积分",
|
||||
"AppScoreRules": "积分规则",
|
||||
"AppScoreManage": "积分维护",
|
||||
"AppScoreSupermarket": "积分超市",
|
||||
"AppVillageActivity": "乡村活动",
|
||||
"AppAddressBook": "内部通讯录"
|
||||
}
|
||||
9
project/shandong10086/core.import.json
Normal file
9
project/shandong10086/core.import.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"AppAccount": "账号管理",
|
||||
"AppDictionary": "数据字典",
|
||||
"AppQyWxConfig": "企业微信配置",
|
||||
"AppUserInfo": "个人中心",
|
||||
"AppRightsManager": "权限管理",
|
||||
"AppAccountRole": "账号角色",
|
||||
"AppMenuManager": "菜单管理"
|
||||
}
|
||||
15
project/shandong10086/package.json
Normal file
15
project/shandong10086/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "dvcp-apps-shandong10086",
|
||||
"description": "sass版本应用",
|
||||
"version": "1.0.0",
|
||||
"main": "dist/dvcp-apps-shandong10086.common.js",
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"publishConfig": {
|
||||
"registry": "http://192.168.1.87:4873/"
|
||||
},
|
||||
"dependencies": {
|
||||
"dvcp-ui": "^1.42.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user