zrj
2024-06-07 b07a3a9dcb89f9785b7b001d2d26b167376d597e
src/views/community/index.vue
@@ -21,7 +21,7 @@
    update,
    add,
    getCommunity
} from "@/api/community/index"
} from "@/ssoapi/community/index"
import {
    mapGetters
} from "vuex"
@@ -104,7 +104,7 @@
                    parent: false,
                    prop: "streetCode",
                    type: "tree",
                    dicUrl: "/api/blade-system/region/getTownTree",
                    dicUrl: "/ssoapi/blade-system/region/getTownTree",
                    props: {
                        label: "name",
                        value: "id"
@@ -122,7 +122,7 @@
                    prop: "resPoliceUserId",
                    type: "tree",
                    multiple: true,
                    dicUrl: "/api/blade-system/user/getUserListByParam?roleName=民警",
                    dicUrl: "/ssoapi/blade-system/user/getUserListByParam?roleName=民警",
                    props: {
                        label: "name",
                        value: "id"
@@ -139,7 +139,7 @@
                    prop: "picUrl",
                    type: "upload",
                    listType: "picture-img",
                    action: "/api/blade-resource/oss/endpoint/put-file",
                    action: "/ssoapi/blade-resource/oss/endpoint/put-file",
                    propsHttp: {
                        res: "data",
                        url: "link",
@@ -163,7 +163,7 @@
                    prop: "remark",
                    component: "AvueUeditor",
                    options: {
                        action: "/api/blade-resource/oss/endpoint/put-file",
                        action: "/ssoapi/blade-resource/oss/endpoint/put-file",
                        props: {
                            res: "data",
                            url: "link",