From 5a1b1a85421ffb2c6a4ed946ac3ed939170313be Mon Sep 17 00:00:00 2001 From: zhongjin Date: Sun, 19 Feb 2023 23:30:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'react-native/app/pages/li?= =?UTF-8?q?st=5Fportals/component.tsx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- react-native/app/pages/list_portals/component.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,