mirror of
https://github.com/Dadechin/XRoomDashboardFront.git
synced 2025-07-15 22:54:35 +00:00
added dynamic download page
This commit is contained in:
parent
ef571d9e69
commit
3f74408f02
|
@ -105,7 +105,7 @@ export default {
|
|||
if (downloadItem && downloadItem.file) {
|
||||
return {
|
||||
...platform,
|
||||
downloadUrl: downloadItem.file,
|
||||
downloadUrl: "http://my.xroomapp.com:8000"+downloadItem.file,
|
||||
version: downloadItem.version,
|
||||
buttonText: `دانلود اپلیکیشن (نسخه ${downloadItem.version})`
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user