更新 'react-native/app/pages/list_portals/component.tsx'

main
zhongjin 2 years ago
parent 406ee26710
commit 5a1b1a8542

@ -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,

Loading…
Cancel
Save