| | |
| | | </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 { |
| | |
| | | { |
| | | label: "通知类型", |
| | | type: "select", |
| | | dicUrl: "/api/blade-system/dict/dictionary?code=notice", |
| | | dicUrl: "/ssoapi/blade-system/dict/dictionary?code=notice", |
| | | props: { |
| | | label: "dictValue", |
| | | value: "dictKey" |
| | |
| | | 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", |