From d570bb61d6c325a7486ec7c23006f796901685c2 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 07 十一月 2025 17:20:33 +0800 Subject: [PATCH] feat: 接口 --- apps/underTakeMiniApp/src/constants/router.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/apps/underTakeMiniApp/src/constants/router.ts b/apps/underTakeMiniApp/src/constants/router.ts index 244e568..c6a9c3e 100644 --- a/apps/underTakeMiniApp/src/constants/router.ts +++ b/apps/underTakeMiniApp/src/constants/router.ts @@ -6,7 +6,7 @@ mineUserPolicy = '/subpackages/login/mineUserPolicy/mineUserPolicy', privacyPolicy = '/subpackages/login/privacyPolicy/privacyPolicy', registerForm = '/subpackages/login/registerForm/registerForm', - // home = '/pages/home/index', + home = '/pages/home/index', mine = '/pages/mine/index', workbenches = '/pages/workbenches/workbenches', editRichContent = '/subpackages/editRichContent/editRichContent', -- Gitblit v1.9.1