|
@@ -473,6 +473,14 @@ function checkCounts() {
|
|
|
notify.onclick = function () {
|
|
|
try {
|
|
|
getMsgBuoyActive.istoReaded(datas.ids)
|
|
|
+ switch (getMsgBuoyActive.platformOS()) {
|
|
|
+ case 'pc':
|
|
|
+ location.href = '/swordfish/frontPage/messageCenter/sess/index'
|
|
|
+ break;
|
|
|
+ case 'work_bench':
|
|
|
+ window.open('/swordfish/frontPage/messageCenter/sess/index')
|
|
|
+ break;
|
|
|
+ }
|
|
|
} catch (e) {
|
|
|
console.warn(e)
|
|
|
}
|