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

This commit is contained in:
zhongjin 2023-02-19 23:30:18 +08:00
parent 406ee26710
commit 5a1b1a8542

View File

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