From d8f7abc87d819f463963c7b50d118631f5234f73 Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期四, 24 七月 2025 21:33:19 +0800 Subject: [PATCH] 首检排序、首检搜索 --- pages/BasePages/main.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/BasePages/main.vue b/pages/BasePages/main.vue index 9bd27f9..1a8b807 100644 --- a/pages/BasePages/main.vue +++ b/pages/BasePages/main.vue @@ -95,7 +95,9 @@ } }); }, - getIsMsg() { + + //2025-07-21鍐垫磱娲嬫敞 杩欎釜鏌ヨ澶崱鏆傛椂娉ㄩ噴 + /* getIsMsg() { this.$post({ url: "/MessageCenter/getPushFailed", data: { @@ -118,7 +120,7 @@ } }) }, - checkForUpdate() { + */ checkForUpdate() { this.$post({ url: "/Login/getAppUpgradeInfo", data: {} -- Gitblit v1.9.3