@@ -211,10 +211,11 @@ const Index = () => { | |||||
請掃描以下二維碼 | 請掃描以下二維碼 | ||||
<br /> | <br /> | ||||
<img src={fpsqrcodeimgbase64} alt="QR Code"/> | <img src={fpsqrcodeimgbase64} alt="QR Code"/> | ||||
<img src={fpsqrcodeurl} alt="QR Code"/> | |||||
<br /> | <br /> | ||||
二維碼有效期限10分鐘 | 二維碼有效期限10分鐘 | ||||
<br /> | <br /> | ||||
請在規定時間內完成付款流程 | |||||
請在規定時間內完成付款流程 ({fpsmerchanttimeoutdatetime}) | |||||
</Typography> | </Typography> | ||||
<Typography variant="h3" sx={{ ml: 8, mt: 4, mr: 8, textAlign: "center" }}> | <Typography variant="h3" sx={{ ml: 8, mt: 4, mr: 8, textAlign: "center" }}> | ||||
@@ -20,7 +20,7 @@ import Loadable from 'components/Loadable'; | |||||
import { lazy } from 'react'; | import { lazy } from 'react'; | ||||
const BaseGrid = Loadable(lazy(() => import('./BaseGrid'))); | const BaseGrid = Loadable(lazy(() => import('./BaseGrid'))); | ||||
const StatusHistoryTab = Loadable(lazy(() => import('./StatusHistoryTab'))); | const StatusHistoryTab = Loadable(lazy(() => import('./StatusHistoryTab'))); | ||||
const LoadingComponent = Loadable(lazy(() => import('../../extra-pages/LoadingComponent'))); | |||||
const LoadingComponent = Loadable(lazy(() => import('../../../extra-pages/LoadingComponent'))); | |||||
const ProofTab = Loadable(lazy(() => import('./ProofTab'))); | const ProofTab = Loadable(lazy(() => import('./ProofTab'))); | ||||
@@ -6,7 +6,7 @@ import Loadable from 'components/Loadable'; | |||||
const MainLayout = Loadable(lazy(() => import('layout/MainLayout'))); | const MainLayout = Loadable(lazy(() => import('layout/MainLayout'))); | ||||
// render - dashboard | // render - dashboard | ||||
const DashboardDefault = Loadable(lazy(() => import('pages/dashboard/GLD'))); | |||||
const DashboardDefault = Loadable(lazy(() => import('pages/Dashboard/GLD'))); | |||||
const ApplicationDetail = Loadable(lazy(() => import('pages/PublicNotice/Details_GLD'))); | const ApplicationDetail = Loadable(lazy(() => import('pages/PublicNotice/Details_GLD'))); | ||||
const ApplicationSearch = Loadable(lazy(() => import('pages/PublicNotice/Search_GLD'))); | const ApplicationSearch = Loadable(lazy(() => import('pages/PublicNotice/Search_GLD'))); | ||||
const ProofSearch = Loadable(lazy(() => import('pages/Proof/Search_GLD'))); | const ProofSearch = Loadable(lazy(() => import('pages/Proof/Search_GLD'))); | ||||
@@ -6,7 +6,7 @@ import Loadable from 'components/Loadable'; | |||||
const MainLayout = Loadable(lazy(() => import('layout/MainLayout'))); | const MainLayout = Loadable(lazy(() => import('layout/MainLayout'))); | ||||
// render - dashboard | // render - dashboard | ||||
const DashboardDefault = Loadable(lazy(() => import('pages/dashboard/Public'))); | |||||
const DashboardDefault = Loadable(lazy(() => import('pages/Dashboard/Public'))); | |||||
const ManageOrgUser = Loadable(lazy(() => import('pages/User/ManagePage_OrgPublic'))); | const ManageOrgUser = Loadable(lazy(() => import('pages/User/ManagePage_OrgPublic'))); | ||||
const PublicNotice = Loadable(lazy(() => import('pages/PublicNotice/ListPanel'))); | const PublicNotice = Loadable(lazy(() => import('pages/PublicNotice/ListPanel'))); | ||||
const PublicNoticeApplyForm = Loadable(lazy(() => import('pages/PublicNotice/ApplyForm'))); | const PublicNoticeApplyForm = Loadable(lazy(() => import('pages/PublicNotice/ApplyForm'))); | ||||