zrj
2024-06-07 b07a3a9dcb89f9785b7b001d2d26b167376d597e
src/views/desk/notice.vue
@@ -36,7 +36,7 @@
</template>
<script>
  import {getList, remove, update, add, getNotice} from "@/api/desk/notice";
  import {getList, remove, update, add, getNotice} from "@/ssoapi/desk/notice";
  import {mapGetters} from "vuex";
  export default {
@@ -80,7 +80,7 @@
            {
              label: "通知类型",
              type: "select",
              dicUrl: "/api/blade-system/dict/dictionary?code=notice",
              dicUrl: "/ssoapi/blade-system/dict/dictionary?code=notice",
              props: {
                label: "dictValue",
                value: "dictKey"
@@ -130,7 +130,7 @@
              prop: "content",
              component: 'AvueUeditor',
              options: {
                action: '/api/blade-resource/oss/endpoint/put-file',
                action: '/ssoapi/blade-resource/oss/endpoint/put-file',
                props: {
                  res: "data",
                  url: "link",