@zgfe/modules-settings 1.0.1-a.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +33 -0
- package/dist/esm/components/pageLoading/index.d.ts +3 -0
- package/dist/esm/components/pageLoading/index.js +11 -0
- package/dist/esm/components/pageLoading/index.less +11 -0
- package/dist/esm/constants/api.d.ts +30 -0
- package/dist/esm/constants/api.js +32 -0
- package/dist/esm/constants/icons/demo.css +539 -0
- package/dist/esm/constants/icons/demo_index.html +8537 -0
- package/dist/esm/constants/icons/iconfont.css +1467 -0
- package/dist/esm/constants/icons/iconfont.js +43 -0
- package/dist/esm/constants/icons/iconfont.json +2550 -0
- package/dist/esm/constants/icons/iconfont.ttf +0 -0
- package/dist/esm/constants/icons/iconfont.woff +0 -0
- package/dist/esm/constants/icons/iconfont.woff2 +0 -0
- package/dist/esm/constants/styles/base.sass +9 -0
- package/dist/esm/constants/styles/cleverUI.css +7 -0
- package/dist/esm/constants/styles/constants.sass +60 -0
- package/dist/esm/constants/styles/customUITheme.sass +54 -0
- package/dist/esm/constants/styles/reset.sass +61 -0
- package/dist/esm/global.d.ts +4 -0
- package/dist/esm/index.d.ts +3 -0
- package/dist/esm/index.js +3 -0
- package/dist/esm/modules/appSettings/appInfo/index.d.ts +3 -0
- package/dist/esm/modules/appSettings/appInfo/index.js +45 -0
- package/dist/esm/modules/appSettings/dataAccessFilter/index.d.ts +3 -0
- package/dist/esm/modules/appSettings/dataAccessFilter/index.js +37 -0
- package/dist/esm/modules/appSettings/index.d.ts +3 -0
- package/dist/esm/modules/appSettings/index.js +24 -0
- package/dist/esm/modules/appSettings/member/index.d.ts +3 -0
- package/dist/esm/modules/appSettings/member/index.js +29 -0
- package/dist/esm/modules/appSettings/secretKey/index.d.ts +3 -0
- package/dist/esm/modules/appSettings/secretKey/index.js +8 -0
- package/dist/esm/modules/companySetting/appList/index.d.ts +21 -0
- package/dist/esm/modules/companySetting/appList/index.js +386 -0
- package/dist/esm/modules/companySetting/appList/index.less +72 -0
- package/dist/esm/modules/companySetting/cost/index.d.ts +6 -0
- package/dist/esm/modules/companySetting/cost/index.js +79 -0
- package/dist/esm/modules/companySetting/cost/index.less +31 -0
- package/dist/esm/modules/companySetting/edit/authConfig.d.ts +9 -0
- package/dist/esm/modules/companySetting/edit/authConfig.js +333 -0
- package/dist/esm/modules/companySetting/edit/authConfigCEP.d.ts +10 -0
- package/dist/esm/modules/companySetting/edit/authConfigCEP.js +309 -0
- package/dist/esm/modules/companySetting/edit/authGroup.d.ts +7 -0
- package/dist/esm/modules/companySetting/edit/authGroup.js +89 -0
- package/dist/esm/modules/companySetting/edit/authModule.d.ts +7 -0
- package/dist/esm/modules/companySetting/edit/authModule.js +217 -0
- package/dist/esm/modules/companySetting/edit/multiAuthModule.d.ts +7 -0
- package/dist/esm/modules/companySetting/edit/multiAuthModule.js +150 -0
- package/dist/esm/modules/companySetting/edit/styles/authConfig.less +3 -0
- package/dist/esm/modules/companySetting/edit/styles/authGroup.less +10 -0
- package/dist/esm/modules/companySetting/edit/styles/authModule.less +82 -0
- package/dist/esm/modules/companySetting/edit/styles/user.less +32 -0
- package/dist/esm/modules/companySetting/edit/styles/userGroup.less +44 -0
- package/dist/esm/modules/companySetting/edit/user.d.ts +12 -0
- package/dist/esm/modules/companySetting/edit/user.js +222 -0
- package/dist/esm/modules/companySetting/edit/userGroup.d.ts +14 -0
- package/dist/esm/modules/companySetting/edit/userGroup.js +321 -0
- package/dist/esm/modules/companySetting/index.d.ts +18 -0
- package/dist/esm/modules/companySetting/index.js +492 -0
- package/dist/esm/modules/companySetting/index.less +24 -0
- package/dist/esm/modules/companySetting/info/index.d.ts +6 -0
- package/dist/esm/modules/companySetting/info/index.js +105 -0
- package/dist/esm/modules/companySetting/info/index.less +35 -0
- package/dist/esm/modules/companySetting/style/common.less +68 -0
- package/dist/esm/modules/companySetting/user/index.d.ts +29 -0
- package/dist/esm/modules/companySetting/user/index.js +548 -0
- package/dist/esm/modules/companySetting/user/index.less +161 -0
- package/dist/esm/modules/companySetting/user/invite.d.ts +8 -0
- package/dist/esm/modules/companySetting/user/invite.js +171 -0
- package/dist/esm/modules/companySetting/userGroup/authConfigDetail.d.ts +16 -0
- package/dist/esm/modules/companySetting/userGroup/authConfigDetail.js +379 -0
- package/dist/esm/modules/companySetting/userGroup/groupItem.d.ts +11 -0
- package/dist/esm/modules/companySetting/userGroup/groupItem.js +140 -0
- package/dist/esm/modules/companySetting/userGroup/index.d.ts +13 -0
- package/dist/esm/modules/companySetting/userGroup/index.js +142 -0
- package/dist/esm/modules/companySetting/userGroup/index.less +6 -0
- package/dist/esm/modules/companySetting/userGroup/style/authConfigDetail.less +44 -0
- package/dist/esm/modules/companySetting/userGroup/style/index.less +79 -0
- package/dist/esm/modules/dsfdsf +0 -0
- package/dist/esm/modules/personalSetting/index.d.ts +4 -0
- package/dist/esm/modules/personalSetting/index.js +17 -0
- package/dist/esm/modules/personalSetting/index.less +1 -0
- package/dist/esm/modules/personalSetting/info/index.d.ts +3 -0
- package/dist/esm/modules/personalSetting/info/index.js +83 -0
- package/dist/esm/modules/personalSetting/reset/index.d.ts +3 -0
- package/dist/esm/modules/personalSetting/reset/index.js +93 -0
- package/dist/esm/utils/ajax.d.ts +3 -0
- package/dist/esm/utils/ajax.js +5 -0
- package/dist/esm/utils/base64.d.ts +11 -0
- package/dist/esm/utils/base64.js +128 -0
- package/dist/esm/utils/constants.d.ts +160 -0
- package/dist/esm/utils/constants.js +282 -0
- package/dist/esm/utils/functionalPermissions.d.ts +385 -0
- package/dist/esm/utils/functionalPermissions.js +407 -0
- package/dist/esm/utils/util.d.ts +209 -0
- package/dist/esm/utils/util.js +649 -0
- package/package.json +56 -0
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
@import './../../../constants/icons/iconfont.css';
|
|
2
|
+
.company-user {
|
|
3
|
+
height: 100%;
|
|
4
|
+
padding: 20px;
|
|
5
|
+
overflow: auto;
|
|
6
|
+
color: #2f3f57;
|
|
7
|
+
font-size: 14px;
|
|
8
|
+
.company-setting-user {
|
|
9
|
+
padding: 0;
|
|
10
|
+
}
|
|
11
|
+
.invite {
|
|
12
|
+
& > p {
|
|
13
|
+
margin-bottom: 10px;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
.user-list-head {
|
|
17
|
+
margin-bottom: 5px;
|
|
18
|
+
}
|
|
19
|
+
.invite-control {
|
|
20
|
+
position: relative;
|
|
21
|
+
display: flex;
|
|
22
|
+
align-items: center;
|
|
23
|
+
justify-content: flex-start;
|
|
24
|
+
.invite-list-panel {
|
|
25
|
+
position: absolute;
|
|
26
|
+
top: 35px;
|
|
27
|
+
z-index: 99999;
|
|
28
|
+
width: 400px;
|
|
29
|
+
max-height: 400px;
|
|
30
|
+
overflow: auto;
|
|
31
|
+
background: #fff;
|
|
32
|
+
border: 1px solid #dadada;
|
|
33
|
+
border-radius: 3px;
|
|
34
|
+
li {
|
|
35
|
+
padding: 10px;
|
|
36
|
+
&:hover {
|
|
37
|
+
color: #0ea1eb;
|
|
38
|
+
cursor: pointer;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
li.noData {
|
|
42
|
+
height: 150px;
|
|
43
|
+
line-height: 100px;
|
|
44
|
+
text-align: center;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
.c-button {
|
|
48
|
+
margin-left: 20px;
|
|
49
|
+
padding: 0 2.4em;
|
|
50
|
+
}
|
|
51
|
+
.c-input {
|
|
52
|
+
border-radius: 3px 0 0 3px;
|
|
53
|
+
}
|
|
54
|
+
.c-active {
|
|
55
|
+
border-color: #d1d1d1;
|
|
56
|
+
}
|
|
57
|
+
.c-select {
|
|
58
|
+
.c-placeholder {
|
|
59
|
+
color: #bcbec2;
|
|
60
|
+
}
|
|
61
|
+
.c-select-handle {
|
|
62
|
+
border-left: none;
|
|
63
|
+
border-radius: 0 3px 3px 0;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
.user-list {
|
|
68
|
+
min-height: 500px;
|
|
69
|
+
margin-top: 20px;
|
|
70
|
+
.member-filter {
|
|
71
|
+
float: right;
|
|
72
|
+
margin-bottom: 10px;
|
|
73
|
+
margin-left: 10px;
|
|
74
|
+
}
|
|
75
|
+
.super-admin {
|
|
76
|
+
color: #f5bf4d;
|
|
77
|
+
font-size: 12px;
|
|
78
|
+
}
|
|
79
|
+
.icon-eye {
|
|
80
|
+
color: #75787d;
|
|
81
|
+
cursor: pointer;
|
|
82
|
+
&:hover {
|
|
83
|
+
color: #0ea1eb;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
.operate {
|
|
87
|
+
display: flex;
|
|
88
|
+
justify-content: space-around;
|
|
89
|
+
margin: 0 auto;
|
|
90
|
+
.icon-zhongxinfasong {
|
|
91
|
+
font-size: 18px;
|
|
92
|
+
transform: translateY(-3px);
|
|
93
|
+
}
|
|
94
|
+
span {
|
|
95
|
+
color: #0ea1eb;
|
|
96
|
+
font-size: 16px;
|
|
97
|
+
cursor: pointer;
|
|
98
|
+
&:hover {
|
|
99
|
+
color: #f55858;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
.c-grid-header .c-grid-header-row .c-grid-header-cell {
|
|
104
|
+
text-align: left !important;
|
|
105
|
+
border: none;
|
|
106
|
+
&:last-child {
|
|
107
|
+
text-align: center !important;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
.c-grid-body {
|
|
111
|
+
.c-grid-cell {
|
|
112
|
+
text-align: left !important;
|
|
113
|
+
border: none;
|
|
114
|
+
border-top: 1px solid #d1d1d1;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
.c-pagination .c-select:first-of-type {
|
|
118
|
+
display: none;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.over-hand {
|
|
123
|
+
position: relative;
|
|
124
|
+
display: flex;
|
|
125
|
+
align-items: center;
|
|
126
|
+
justify-content: flex-start;
|
|
127
|
+
width: 400px;
|
|
128
|
+
padding: 30px 0;
|
|
129
|
+
.c-select {
|
|
130
|
+
margin-left: 10px;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
.group-auth-list {
|
|
135
|
+
max-height: 300px;
|
|
136
|
+
overflow: auto;
|
|
137
|
+
.auth-config-detail {
|
|
138
|
+
max-height: none;
|
|
139
|
+
border-bottom: 1px solid #dadada;
|
|
140
|
+
&:last-child {
|
|
141
|
+
border: none;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
.copy-dialog .foot {
|
|
146
|
+
margin-top: 20px;
|
|
147
|
+
a {
|
|
148
|
+
margin-left: 0;
|
|
149
|
+
}
|
|
150
|
+
& > * {
|
|
151
|
+
float: right;
|
|
152
|
+
margin-left: 10px;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
[class^='icon-'],
|
|
156
|
+
[class*=' icon-'] {
|
|
157
|
+
font-family: 'zhuge' !important;
|
|
158
|
+
font-style: normal;
|
|
159
|
+
-webkit-font-smoothing: antialiased;
|
|
160
|
+
-moz-osx-font-smoothing: grayscale;
|
|
161
|
+
}
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
2
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
3
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
4
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
5
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
6
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
7
|
+
import React, { useContext, useState } from 'react';
|
|
8
|
+
import "./index.less";
|
|
9
|
+
import { BizGlobalDataContext, BizSelect } from '@zgfe/business-lib';
|
|
10
|
+
import constants from "./../../../utils/constants";
|
|
11
|
+
import { Button, Input, notification } from 'antd';
|
|
12
|
+
import request from "./../../../utils/ajax";
|
|
13
|
+
import apis from "./../../../constants/api";
|
|
14
|
+
// import companySettingUserGroup from '../edit/userGroup'
|
|
15
|
+
// import groupItem from './groupItem.vue'
|
|
16
|
+
|
|
17
|
+
var TextArea = Input.TextArea;
|
|
18
|
+
var UserGroup = function UserGroup(props) {
|
|
19
|
+
var allGroupInfos = props.allGroupInfos,
|
|
20
|
+
showPwdPanel = props.showPwdPanel,
|
|
21
|
+
createMembersCallback = props.createMembersCallback;
|
|
22
|
+
var _useContext = useContext(BizGlobalDataContext),
|
|
23
|
+
currentApp = _useContext.currentApp,
|
|
24
|
+
currentUser = _useContext.currentUser,
|
|
25
|
+
isDemo = _useContext.isDemo;
|
|
26
|
+
var _useState = useState(''),
|
|
27
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
28
|
+
inviteVal = _useState2[0],
|
|
29
|
+
setInviteVal = _useState2[1];
|
|
30
|
+
var _useState3 = useState([]),
|
|
31
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
32
|
+
targetGroup = _useState4[0],
|
|
33
|
+
setTargetGroup = _useState4[1];
|
|
34
|
+
var _useState5 = useState(false),
|
|
35
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
36
|
+
inviteBtnLoading = _useState6[0],
|
|
37
|
+
setInviteBtnLoading = _useState6[1];
|
|
38
|
+
var inviteMember = function inviteMember() {
|
|
39
|
+
if (!constants.regExp.account.test(inviteVal)) {
|
|
40
|
+
notification.error({
|
|
41
|
+
message: '5~30个字符,可包含大、小写字母和数字、特殊字符(_.@)'
|
|
42
|
+
});
|
|
43
|
+
return;
|
|
44
|
+
}
|
|
45
|
+
var params = {
|
|
46
|
+
mobile: inviteVal,
|
|
47
|
+
is_new: true,
|
|
48
|
+
groupIds: targetGroup.map(function (item) {
|
|
49
|
+
return item.id;
|
|
50
|
+
}).join(',')
|
|
51
|
+
};
|
|
52
|
+
inviteEvent(params);
|
|
53
|
+
};
|
|
54
|
+
var inviteEvent = function inviteEvent(params) {
|
|
55
|
+
setInviteBtnLoading(true);
|
|
56
|
+
request(apis.setting.inviteUserByPhone, {
|
|
57
|
+
method: 'post',
|
|
58
|
+
data: params
|
|
59
|
+
}).then(function (res) {
|
|
60
|
+
if (res.flag === 101) {
|
|
61
|
+
if (res.popup) {
|
|
62
|
+
var userConfig = {
|
|
63
|
+
id: res.userId,
|
|
64
|
+
authConfig: {
|
|
65
|
+
defaultAuth: {
|
|
66
|
+
dataAuth: [],
|
|
67
|
+
funAuth: []
|
|
68
|
+
},
|
|
69
|
+
groupIds: targetGroup.map(function (item) {
|
|
70
|
+
return item.id;
|
|
71
|
+
})
|
|
72
|
+
},
|
|
73
|
+
email: res.email,
|
|
74
|
+
username: '',
|
|
75
|
+
inv_status: 0,
|
|
76
|
+
is_admin: false
|
|
77
|
+
};
|
|
78
|
+
showPwdPanel({
|
|
79
|
+
account: res.email,
|
|
80
|
+
pwd: res.password,
|
|
81
|
+
userConfig: userConfig
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
createMembersCallback && createMembersCallback(res);
|
|
85
|
+
setInviteVal('');
|
|
86
|
+
setTargetGroup([]);
|
|
87
|
+
} else {
|
|
88
|
+
switch (res.flag) {
|
|
89
|
+
case -101:
|
|
90
|
+
notification.error({
|
|
91
|
+
message: '成员创建失败,无权限'
|
|
92
|
+
});
|
|
93
|
+
break;
|
|
94
|
+
case -102:
|
|
95
|
+
notification.error({
|
|
96
|
+
message: '今日创建次数已达上限(每日100条)'
|
|
97
|
+
});
|
|
98
|
+
break;
|
|
99
|
+
case -103:
|
|
100
|
+
notification.error({
|
|
101
|
+
message: '已在本公司中,无需创建'
|
|
102
|
+
});
|
|
103
|
+
// this.$emit('updateMember')
|
|
104
|
+
break;
|
|
105
|
+
case -105:
|
|
106
|
+
notification.error({
|
|
107
|
+
message: '此手机号接收短信数量已达上限(每日5条)'
|
|
108
|
+
});
|
|
109
|
+
break;
|
|
110
|
+
case -104:
|
|
111
|
+
notification.error({
|
|
112
|
+
message: '已创建,不能重复创建'
|
|
113
|
+
});
|
|
114
|
+
// this.$emit('updateMember')
|
|
115
|
+
break;
|
|
116
|
+
default:
|
|
117
|
+
notification.error({
|
|
118
|
+
message: '成员创建异常,请重试'
|
|
119
|
+
});
|
|
120
|
+
throw new Error('创建接口返回错误');
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}).catch(function (error) {
|
|
124
|
+
console.log(error);
|
|
125
|
+
}).finally(function () {
|
|
126
|
+
return setInviteBtnLoading(false);
|
|
127
|
+
});
|
|
128
|
+
};
|
|
129
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
130
|
+
className: "invite"
|
|
131
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
132
|
+
className: "invite-control"
|
|
133
|
+
}, /*#__PURE__*/React.createElement(Input, {
|
|
134
|
+
value: inviteVal,
|
|
135
|
+
style: {
|
|
136
|
+
width: 250
|
|
137
|
+
},
|
|
138
|
+
onChange: function onChange(e) {
|
|
139
|
+
setInviteVal(e.target.value);
|
|
140
|
+
},
|
|
141
|
+
placeholder: "\u8F93\u5165\u8D26\u53F7\u8FDB\u884C\u521B\u5EFA"
|
|
142
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
143
|
+
style: {
|
|
144
|
+
display: 'inline-block',
|
|
145
|
+
width: 200,
|
|
146
|
+
marginRight: 10
|
|
147
|
+
}
|
|
148
|
+
}, /*#__PURE__*/React.createElement(BizSelect, {
|
|
149
|
+
placeholder: "\u9009\u62E9\u52A0\u5165\u7528\u6237\u7EC4",
|
|
150
|
+
overlayWidth: 200,
|
|
151
|
+
options: allGroupInfos,
|
|
152
|
+
value: targetGroup,
|
|
153
|
+
labelField: "groupName",
|
|
154
|
+
keyField: "id",
|
|
155
|
+
popupContainer: true,
|
|
156
|
+
enableCreate: true,
|
|
157
|
+
multiple: true,
|
|
158
|
+
enableSearch: true
|
|
159
|
+
// maxTagCount={'responsive'}
|
|
160
|
+
,
|
|
161
|
+
onChange: function onChange(v) {
|
|
162
|
+
setTargetGroup(v);
|
|
163
|
+
}
|
|
164
|
+
})), /*#__PURE__*/React.createElement(Button, {
|
|
165
|
+
onClick: inviteMember,
|
|
166
|
+
loading: inviteBtnLoading,
|
|
167
|
+
type: "primary",
|
|
168
|
+
size: "middle"
|
|
169
|
+
}, "\u521B\u5EFA")));
|
|
170
|
+
};
|
|
171
|
+
export default UserGroup;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './style/authConfigDetail.less';
|
|
3
|
+
declare const authConfigDetail: React.FC<{
|
|
4
|
+
name?: '';
|
|
5
|
+
authConfig: {
|
|
6
|
+
dataAuth: [];
|
|
7
|
+
funAuth: [];
|
|
8
|
+
};
|
|
9
|
+
companyAppList: {};
|
|
10
|
+
leftMenus: [];
|
|
11
|
+
isMarsUi: Boolean;
|
|
12
|
+
id: Number;
|
|
13
|
+
groupId: Number;
|
|
14
|
+
type: Number;
|
|
15
|
+
}>;
|
|
16
|
+
export default authConfigDetail;
|