소스 검색

bug修复

林倩 4 년 전
부모
커밋
4d66bf523c
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/pages/service-delegate/index.vue
  2. 1 2
      src/pages/user-manage/auxiliary-police-manage/detail.vue

+ 1 - 1
src/pages/service-delegate/index.vue

@@ -90,7 +90,7 @@ export default {
                 {label: "创建时间", prop: "createTime"}
             ],
             optList: [
-                {icon: "el-icon-edit", tooltip: "修改", on: that.handleEditor},
+                // {icon: "el-icon-edit", tooltip: "修改", on: that.handleEditor},
                 {icon: "el-icon-document", tooltip: "详情", on: that.handleDetail},
                 {icon: "el-icon-delete", tooltip: "删除", on: that.handleDelete}
             ],

+ 1 - 2
src/pages/user-manage/auxiliary-police-manage/detail.vue

@@ -55,8 +55,7 @@
                             icon-zoom
                             leaflet
                             accept="image/*"
-                            server-url="/dcuc"
-                            action="/dcuc/duceap/v2/upload/file"
+                            server-url="/dcucauth"
                             list-type="pictureList"
                         ></dg-upload>
                     </el-form-item>