@zgfe/modules-settings 1.2.7 → 1.2.8-node.1
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/es/constants/icons/demo.css +0 -0
- package/es/constants/icons/demo_index.html +0 -0
- package/es/constants/icons/iconfont.css +0 -0
- package/es/constants/icons/iconfont.js +0 -0
- package/es/constants/icons/iconfont.json +0 -0
- package/es/constants/icons/iconfont.ttf +0 -0
- package/es/constants/icons/iconfont.woff +0 -0
- package/es/constants/icons/iconfont.woff2 +0 -0
- package/es/modules/appSettings/member/index.js +0 -1
- package/es/modules/companySetting/cost/index.less +0 -0
- package/es/modules/companySetting/wechatBinding/index.less +0 -0
- package/es/modules/personalSetting/info/index.js +2 -0
- package/es/modules/systemSetting/notice/index.js +1 -1
- package/package.json +2 -2
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -15,7 +15,6 @@ import SetingModal from './modal';
|
|
|
15
15
|
var AppMember = function AppMember() {
|
|
16
16
|
var _useContext = useContext(BizGlobalDataContext),
|
|
17
17
|
currentApp = _useContext.currentApp,
|
|
18
|
-
currentUser = _useContext.currentUser,
|
|
19
18
|
getMenuRouterByName = _useContext.getMenuRouterByName;
|
|
20
19
|
var _useState = useState([]),
|
|
21
20
|
_useState2 = _slicedToArray(_useState, 2),
|
|
File without changes
|
|
File without changes
|
|
@@ -55,6 +55,8 @@ var PersonalInfo = function PersonalInfo(_ref) {
|
|
|
55
55
|
emailNote: emailNote
|
|
56
56
|
});
|
|
57
57
|
form.resetFields();
|
|
58
|
+
currentUser.username = username;
|
|
59
|
+
currentUser.emailNote = emailNote;
|
|
58
60
|
// 主应用更新currentUser,同公司设置-更新应用名称回调
|
|
59
61
|
settingsCallback('settingChangeCompanyNameCallback');
|
|
60
62
|
} else {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-settings",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.8-node.1",
|
|
4
4
|
"module": "es/index.js",
|
|
5
5
|
"typings": "es/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"umi-request": "^1.4.0",
|
|
52
52
|
"yorkie": "^2.0.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "5f1861c19a3aa6e6b49a4ff284089a8f0b44c81a",
|
|
55
55
|
"gitHooks": {
|
|
56
56
|
"pre-commit": "lint-staged"
|
|
57
57
|
}
|