From 20068a4e695c4eae6361c567fa4b410460dec4dc Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期四, 19 十月 2023 11:09:48 +0800
Subject: [PATCH] 代码提交
---
Source/UBCS-WEB/src/views/desk/notice.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Source/UBCS-WEB/src/views/desk/notice.vue b/Source/UBCS-WEB/src/views/desk/notice.vue
index 7886ec9..c3416d3 100644
--- a/Source/UBCS-WEB/src/views/desk/notice.vue
+++ b/Source/UBCS-WEB/src/views/desk/notice.vue
@@ -55,6 +55,7 @@
height: 'auto',
calcHeight: 30,
dialogWidth: 950,
+ columnBtn:false,
tip: false,
searchShow: true,
searchMenuSpan: 6,
@@ -80,7 +81,7 @@
{
label: "閫氱煡绫诲瀷",
type: "select",
- dicUrl: "/api/blade-system/dict/dictionary?code=notice",
+ dicUrl: "/api/ubcs-system/dict/dictionary?code=notice",
props: {
label: "dictValue",
value: "dictKey"
@@ -130,7 +131,7 @@
prop: "content",
component: 'AvueUeditor',
options: {
- action: '/api/blade-resource/oss/endpoint/put-file',
+ action: '/api/ubcs-resource/oss/endpoint/put-file',
props: {
res: "data",
url: "link",
--
Gitblit v1.10.0