upp-platform-core 1.0.35 → 1.0.37
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 +12 -1
- package/lib/index.css +1044 -1044
- package/lib/index.js +1 -1
- package/lib/store.js +1 -1
- package/package.json +3 -3
- /package/lib/{settingColorHelper-b40b7e48.js → settingColorHelper-9e45a203.js} +0 -0
package/README.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
|
+
# 2023-07-11 v1.0.37
|
|
1
2
|
|
|
2
|
-
|
|
3
|
+
登录链接可以根据login_type=”inner“参数判断跳转到集团统一认证页面
|
|
4
|
+
|
|
5
|
+
调用ImportFile公共组件时,增加文件类型校验
|
|
6
|
+
|
|
7
|
+
# 2023-07-07 v1.0.36
|
|
8
|
+
|
|
9
|
+
将重置密码的页面跳转改为抛出事件
|
|
10
|
+
|
|
11
|
+
iamCallback 单点登录新增回调无 # 地址
|
|
12
|
+
|
|
13
|
+
# 2023-07-05 v1.0.35
|
|
3
14
|
|
|
4
15
|
优化登录页面实现登录与统一认证按钮同时显示
|
|
5
16
|
|