shaogen1995 1 mese fa
parent
commit
2681c5542d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      后台管理/src/pages/A0goodsInfo/index.tsx

+ 1 - 1
后台管理/src/pages/A0goodsInfo/index.tsx

@@ -72,7 +72,7 @@ function A0goodsInfo() {
                   // 创建订单
                   const res = await B4_APIcreate(goodsInfo)
                   if (res.code === 0) {
-                    history.push(`/delete_look/1/${res.data.id}`)
+                    history.push(`/delete_look/3/${res.data.id}`)
                   }
                 }
               })