diff --git a/react-native/app/pages/list_portals/component.tsx b/react-native/app/pages/list_portals/component.tsx index 94e760d..26fabd8 100644 --- a/react-native/app/pages/list_portals/component.tsx +++ b/react-native/app/pages/list_portals/component.tsx @@ -89,8 +89,8 @@ export const ListPortals = ({navigation}: IListPortalsDTO) => { const onPress = (namePortal: string) => navigation.navigate(namePortal); const onPressTextCreateDemoServer = async () => { - const nameDemoServer = 'Demo Server'; - const urlDemoServer = 'https://demo-ios.bigbluebutton.org'; + const nameDemoServer = '经纬航通学习训练平台'; + const urlDemoServer = 'https://lms.jingweiht.com'; const listPortals = await createNewPortal({ name: nameDemoServer,