Commit 90673daa authored by Gavin Peng's avatar Gavin Peng

fix: 修复开发mock未注释导致流程错误

parent fa85adf3
......@@ -11,7 +11,7 @@ const mock = {"1649815945186":{"planNo":"DL2022041200006","noticeNo":null,"buyer
const DeliveryNoticeManagementAwaitB2BAdd: React.FC = () => {
const time = history.location?.query?.time
window.localStorage.setItem("NOTICE_PATH", JSON.stringify(mock))
// window.localStorage.setItem("NOTICE_PATH", JSON.stringify(mock))
const planData = JSON.parse(window.localStorage.getItem("NOTICE_PATH"))?.[time as string]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment