fix(styles): 接口地址修改
This commit is contained in:
parent
730c5be221
commit
57216cce3b
@ -140,7 +140,7 @@ export default {
|
|||||||
cancelButtonText: '取消',
|
cancelButtonText: '取消',
|
||||||
type: 'warning'
|
type: 'warning'
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
_ts.$axios.$patch('/api/admin/product/update-status', {
|
_ts.$axios.$patch('/api/product/update-status', {
|
||||||
idProduct: product.idProduct,
|
idProduct: product.idProduct,
|
||||||
status: status
|
status: status
|
||||||
}).then(function (res) {
|
}).then(function (res) {
|
||||||
|
Loading…
Reference in New Issue
Block a user