From 5bb9b9a22b0b6f42f2a8920c7b6e6d894e53842b Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期五, 20 十月 2023 13:14:00 +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