SAP UI5 Web Component不同React頁面的跳轉實現

i042416發表於2020-02-20

(1) 從react-router-dom裡匯入Switch,Route和Redirect元件:

SAP UI5 Web Component不同React頁面的跳轉實現


(2) 路徑/home指定成載入Home Component ,/detail則載入Detail Component.

SAP UI5 Web Component不同React頁面的跳轉實現


檔案Home.jsx和Detail.jsx分別實現Component:

SAP UI5 Web Component不同React頁面的跳轉實現


(3) 測試:url後加上/home,則載入home Component:

SAP UI5 Web Component不同React頁面的跳轉實現


/detail元件的載入:

SAP UI5 Web Component不同React頁面的跳轉實現


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2676309/,如需轉載,請註明出處,否則將追究法律責任。

相關文章