pbx-plugin-peppol-topbar 2.6.8 → 2.7.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/README.md +4 -3
- package/dist/topBar.js +3 -3
- package/dist/topBar.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ Vue.use(PBXTopBar);
|
|
|
21
21
|
|
|
22
22
|
## Notice
|
|
23
23
|
``` bash
|
|
24
|
-
Please don't use npm publish when debugging the test environment,
|
|
24
|
+
Please don't use npm publish when debugging the test environment,
|
|
25
25
|
you can use [npm link pbx-plugin-peppol-topbar] to depend on the project or use [npm unlink pbx-plugin-peppol-topbar] to
|
|
26
26
|
clear dependencies
|
|
27
27
|
|
|
@@ -33,7 +33,7 @@ logout()
|
|
|
33
33
|
handleClick()
|
|
34
34
|
goUserCenter()
|
|
35
35
|
|
|
36
|
-
userName
|
|
36
|
+
userName
|
|
37
37
|
prtpName
|
|
38
38
|
item : '0' or '1' or '2' or '3' or '4' ()
|
|
39
39
|
siteList : ['110201','110901']
|
|
@@ -70,4 +70,5 @@ linkUrl : 'http://192.168.0.110:8080/passport/'
|
|
|
70
70
|
| Version | - | 3.101.2 | | | | 2.3.6 |(2020/12/21 PBX-B2B弹窗通知添加自动下载功能
|
|
71
71
|
| Version | - | 3.107.7 |3.107.7 |3.107.7 |3.107.7 | 2.5.0 |添加密码即将过期弹窗提醒功能
|
|
72
72
|
| Version | - | | | | | 2.6.1 |2021/4/21 添加lastLoginTime的显示 B2B portal 3.117.0版本
|
|
73
|
-
|
|
73
|
+
| Version | - | | | | | 2.6.8 |2022/1/14 优化Message Dialog中消息的显示
|
|
74
|
+
| Version | - | | | | | 2.7.1 |2022/05/07 优化Message Dialog中公告表格的显示
|