瀏覽代碼

详情路由

@dongkboy 4 月之前
父節點
當前提交
1f7b8e3002
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/operationManagement/operation.vue

+ 1 - 1
src/views/operationManagement/operation.vue

@@ -519,7 +519,7 @@ const handleCurrentChange = (page) => {
 // 详情
 // 详情
 const showDetail = (scope) => {
 const showDetail = (scope) => {
   myRouter.push({
   myRouter.push({
-    path: '/operationManagement/operationDetail',
+    path: '/operationManagement/operation/operationDetail',
     query: {
     query: {
       id: scope.row.userId,
       id: scope.row.userId,
       ids: scope.row.id
       ids: scope.row.id