upp-platform-core 1.0.36 → 1.0.38
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 -0
- package/lib/index.css +1046 -1046
- package/lib/index.js +1 -1
- package/lib/store.js +1 -1
- package/package.json +3 -3
- /package/lib/{settingColorHelper-b2920228.js → settingColorHelper-33ff4b2f.js} +0 -0
package/README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
# 2023-07-20 v1.0.38
|
|
2
|
+
|
|
3
|
+
站内信和站内信列表如果数据有url数据,点击提供跳转
|
|
4
|
+
|
|
5
|
+
iframe根据$repalceToken$占位符是否存在来向iframe的src传递token
|
|
6
|
+
|
|
7
|
+
# 2023-07-11 v1.0.37
|
|
8
|
+
|
|
9
|
+
登录链接可以根据login_type=”inner“参数判断跳转到集团统一认证页面
|
|
10
|
+
|
|
11
|
+
调用ImportFile公共组件时,增加文件类型校验
|
|
12
|
+
|
|
1
13
|
# 2023-07-07 v1.0.36
|
|
2
14
|
|
|
3
15
|
将重置密码的页面跳转改为抛出事件
|