|
@@ -6,7 +6,7 @@ import { AtDrawerProps } from "taro-ui/types/drawer";
|
|
|
import { observer } from "mobx-react";
|
|
|
import { useMemo } from "react";
|
|
|
import { getShopRuleApi } from "../../../../api";
|
|
|
-import { getSceneUrl, login, MUSEUM_URL } from "../../../../utils";
|
|
|
+import { getSceneUrl, login } from "../../../../utils";
|
|
|
import baseStore from "../../../../store/base";
|
|
|
import CloseIcon from "../../../../images/icon_back_menu@2x.png";
|
|
|
// import SearchIcon from "../../../../images/icon_search_black@2x-min.png";
|
|
@@ -50,9 +50,7 @@ export const Menu: FC<MenuProps> = observer((props) => {
|
|
|
},
|
|
|
{
|
|
|
label: "慈善博物馆",
|
|
|
- link:
|
|
|
- "/subModule/pages/portrait-iframe/index?url=" +
|
|
|
- encodeURIComponent(MUSEUM_URL),
|
|
|
+ link: "/subModule/pages/museum/index",
|
|
|
},
|
|
|
{
|
|
|
label: "慈善云学校",
|