fix(styles): 接口地址修改

This commit is contained in:
ronger 2024-08-06 10:53:24 +08:00
parent 730c5be221
commit 57216cce3b

View File

@ -140,7 +140,7 @@ export default {
cancelButtonText: '取消',
type: 'warning'
}).then(() => {
_ts.$axios.$patch('/api/admin/product/update-status', {
_ts.$axios.$patch('/api/product/update-status', {
idProduct: product.idProduct,
status: status
}).then(function (res) {