chore(dealer): 移除废弃的消息推送调用- 注释掉 sdyTemplateMessage 模块的导入语句- 注释掉 pushByUpdateAdmin 方法的调用逻辑
This commit is contained in:
@@ -6,7 +6,7 @@ import {pageShopDealerCapital} from '@/api/shop/shopDealerCapital'
|
||||
import {useDealerUser} from '@/hooks/useDealerUser'
|
||||
import type {ShopDealerCapital} from '@/api/shop/shopDealerCapital/model'
|
||||
import navTo from "@/utils/common";
|
||||
import {pushByUpdateAdmin} from "@/api/sdy/sdyTemplateMessage";
|
||||
// import {pushByUpdateAdmin} from "@/api/sdy/sdyTemplateMessage";
|
||||
|
||||
const DealerCapital: React.FC = () => {
|
||||
const [loading, setLoading] = useState<boolean>(false)
|
||||
@@ -92,7 +92,7 @@ const DealerCapital: React.FC = () => {
|
||||
if (dealerUser?.userId) {
|
||||
fetchCapital(1)
|
||||
}
|
||||
pushByUpdateAdmin(34423).then()
|
||||
// pushByUpdateAdmin(34423).then()
|
||||
}, [fetchCapital])
|
||||
|
||||
const renderCapitalItem = (item: ShopDealerCapital) => (
|
||||
|
||||
Reference in New Issue
Block a user