From 186234cb3833e620aa0ae46212fe337eb2d6e77d Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 13 三月 2025 13:07:02 +0800 Subject: [PATCH] feat: 接口对接 --- apps/cMiniApp/src/constants/index.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/apps/cMiniApp/src/constants/index.ts b/apps/cMiniApp/src/constants/index.ts index f2fb569..0d96c63 100644 --- a/apps/cMiniApp/src/constants/index.ts +++ b/apps/cMiniApp/src/constants/index.ts @@ -1,5 +1,5 @@ export * from './enum'; export * from './tabBar'; export * from './router'; -export * from './message'; export * from './img'; +export * from './task'; -- Gitblit v1.9.1