Commit 5b2b8918 authored by wuhao's avatar wuhao 🎯

sader

parent 1d02724a
Pipeline #3581 passed with stages
in 15 minutes and 45 seconds
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
export default { export default {
dev:{ dev:{
"REACT_APP_URL":"http://192.168.40.36:8044/vstp", // http://tasks-dev.nangaoyun.com "REACT_APP_URL":"http://192.168.40.117:8044/vstp", // http://tasks-dev.nangaoyun.com
"DEFAULT_HEAD_IMG":"./assets/images/avatars/avatar_21.jpg", "DEFAULT_HEAD_IMG":"./assets/images/avatars/avatar_21.jpg",
"DEFAULT_404_IMG":"./assets/illustrations/illustration_404.svg", "DEFAULT_404_IMG":"./assets/illustrations/illustration_404.svg",
"DOWNLOAD_URL":"http://192.168.40.2", "DOWNLOAD_URL":"http://192.168.40.2",
......
...@@ -402,7 +402,7 @@ export default function ShopProductCard({ ...@@ -402,7 +402,7 @@ export default function ShopProductCard({
<IconButton <IconButton
disabled={shut === "1"} disabled={shut === "1"}
onClick={() => { onClick={() => {
publish(product, { type: 3 }); publish(product, { type: 5 });
}} }}
> >
<CheckIcon <CheckIcon
......
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