更新 'react-native/app/pages/list_portals/component.tsx'
This commit is contained in:
parent
406ee26710
commit
5a1b1a8542
@ -89,8 +89,8 @@ export const ListPortals = ({navigation}: IListPortalsDTO) => {
|
|||||||
const onPress = (namePortal: string) => navigation.navigate(namePortal);
|
const onPress = (namePortal: string) => navigation.navigate(namePortal);
|
||||||
|
|
||||||
const onPressTextCreateDemoServer = async () => {
|
const onPressTextCreateDemoServer = async () => {
|
||||||
const nameDemoServer = 'Demo Server';
|
const nameDemoServer = '经纬航通学习训练平台';
|
||||||
const urlDemoServer = 'https://demo-ios.bigbluebutton.org';
|
const urlDemoServer = 'https://lms.jingweiht.com';
|
||||||
|
|
||||||
const listPortals = await createNewPortal({
|
const listPortals = await createNewPortal({
|
||||||
name: nameDemoServer,
|
name: nameDemoServer,
|
||||||
|
Loading…
Reference in New Issue
Block a user