zrj
2024-06-07 fa0fc3195858a592d2ad1bdad0fa6126602ebf55
src/views/article/article.vue
@@ -65,7 +65,7 @@
    add,
    getNotice,
    upcomment
  } from "@/api/article/article"
  } from "@/ssoapi/article/article"
  import {
    getListPd,
@@ -74,14 +74,14 @@
    addPd,
    getNoticePd,
    upcommentPd
  } from "@/api/discuss/publicDiscuss"
  } from "@/ssoapi/discuss/publicDiscuss"
  import website from '@/config/website'
  import {
    getDistrictTree
  } from "@/api/district/index"
  } from "@/ssoapi/district/index"
  import {
    mapGetters
@@ -159,7 +159,7 @@
              // align:'center',
              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",
@@ -186,6 +186,7 @@
              span: 12,
              minRows: 2,
              type: "tree",
              dataType: "string",
              multiple: true,
              tags: true,
              // search: true,
@@ -205,7 +206,7 @@
              viewDisplay: true,
              searchSpan: 4,
              checkStrictly: true,
              dicUrl: "/api/blade-system/dict-biz/dictionary?code=articleType",
              dicUrl: "/ssoapi/blade-system/dict-biz/dictionary?code=articleType",
              props: {
                label: "dictValue",
                value: "dictKey",
@@ -301,7 +302,7 @@
              hide: true,
              span: 24,
              listType: "picture-img",
              action: "/api/depl/put-depl",
              action: "/ssoapi/depl/put-depl",
              propsHttp: {
                url: "data",
              },
@@ -311,7 +312,7 @@
              prop: "content",
              component: "AvueUeditor",
              options: {
                action: "/api/blade-resource/oss/endpoint/put-file",
                action: "/ssoapi/blade-resource/oss/endpoint/put-file",
                // customConfig: {
                //   lineHeights: ['1', '1.15', '1.6', '2', '2.5', '3']
                // },//wangEditor编辑的配置
@@ -816,4 +817,4 @@
  :deep(.avue-form__menu--center .el-button) {
    margin: 0 5px 0 0;
  }
</style>
</style>