fix(styles): 接口地址修改
This commit is contained in:
parent
730c5be221
commit
57216cce3b
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user