This commit is contained in:
Mohamed Nouffer
2022-06-27 12:15:54 +05:30
parent ba70fa0080
commit 7b9d029bb0
16 changed files with 578 additions and 175 deletions

View File

@ -7,6 +7,6 @@ class ConstValues{
static const dev_ip_server = "http://192.168.8.100:8100";
static String currentServer(){
return dev_ip_server;
return server_uri;
}
}

View File

@ -28,7 +28,7 @@ class StringValues extends Translations{
'app_title': '旅行工程表',
'address':'住所',
'email':'Eメール',
'web':'Eメール',
'web':'ウェブ',
'wikipedia':'ウィキペディア',
'video':'ビデオ',
'description':'説明',