wenhongquan 1 月之前
父節點
當前提交
c04973fbd6
共有 1 個文件被更改,包括 8 次插入1 次删除
  1. 8 1
      upsystem/hooks.py

+ 8 - 1
upsystem/hooks.py

@@ -55,7 +55,14 @@ website_route_rules = [
 	{
 		"from_route": "/upsystem/tms_tracking",
         "to_route": "tms_tracking"
-
+	},
+	{
+		"from_route": "/upsystem/tms_order_detail",
+        "to_route": "tms_order_detail"
+	},
+	{
+		"from_route": "/upsystem/tms_exception_order",
+        "to_route": "tms_exception_order"
 	}
 
 ]