feat: 分包 除了list
This commit is contained in:
@@ -40,7 +40,7 @@ const GuideBar = (props) => {
|
||||
url = "/mod_user/pages/myself/index";
|
||||
}
|
||||
if (code === "message") {
|
||||
url = "/mod_user/message/index";
|
||||
url = "/other_pages/message/index";
|
||||
}
|
||||
Taro.redirectTo({
|
||||
url: url,
|
||||
|
||||
@@ -34,7 +34,7 @@ const ListCard: React.FC<ListCardProps> = ({
|
||||
const handleViewDetail = () => {
|
||||
console.log("id", id);
|
||||
Taro.navigateTo({
|
||||
url: `/mod_user/detail/index?id=${id || 1}&from=list`,
|
||||
url: `/game_pages/detail/index?id=${id || 1}&from=list`,
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@ const NTRPEvaluatePopup = (props: NTRPEvaluatePopupProps, ref) => {
|
||||
setVisible(false);
|
||||
// TODO: 实现NTRP评估逻辑
|
||||
Taro.navigateTo({
|
||||
url: `/mod_user/ntrp-evaluate/index?redirect=${encodeURIComponent(getCurrentFullPath())}`,
|
||||
url: `/other_pages/ntrp-evaluate/index?redirect=${encodeURIComponent(getCurrentFullPath())}`,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user