From 73b44c304a0640cd7d59b3fbc68e76c29156138e Mon Sep 17 00:00:00 2001 From: BabyBoy <2019108827@qq.com> Date: Fri, 12 Sep 2025 10:09:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E7=AB=A0=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/category/index.ts | 2 +- src/views/agent/index.vue | 2 +- src/views/pms/brand/index.vue | 9 ++++++++- src/views/pms/product/index.vue | 4 +--- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/api/system/category/index.ts b/src/api/system/category/index.ts index 016b14a..a6fd1e9 100644 --- a/src/api/system/category/index.ts +++ b/src/api/system/category/index.ts @@ -44,7 +44,7 @@ export function addPost(data: PostForm) { // 修改岗位 export function updatePost(data: PostForm) { return request({ - url: '/cms/article/update', + url: '/cms/article/category/update', method: 'post', data: data }); diff --git a/src/views/agent/index.vue b/src/views/agent/index.vue index 8a751f6..a9d36f7 100644 --- a/src/views/agent/index.vue +++ b/src/views/agent/index.vue @@ -74,7 +74,7 @@ - + diff --git a/src/views/pms/brand/index.vue b/src/views/pms/brand/index.vue index 6356193..f56c82a 100644 --- a/src/views/pms/brand/index.vue +++ b/src/views/pms/brand/index.vue @@ -32,7 +32,14 @@ diff --git a/src/views/pms/product/index.vue b/src/views/pms/product/index.vue index 14d89eb..ab31adc 100644 --- a/src/views/pms/product/index.vue +++ b/src/views/pms/product/index.vue @@ -107,12 +107,10 @@ {{ scope.row.authFlag == 1 ? '待审核' : scope.row.authFlag == 2 ? '审核通过' : '审核驳回' }} - +