From b15d6923c609e80712a553388da48e6373aa086c Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期二, 27 二月 2024 18:57:16 +0800
Subject: [PATCH] 修改了代码
---
ruoyi-ui/src/views/honor/honorInfo.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/ruoyi-ui/src/views/honor/honorInfo.vue b/ruoyi-ui/src/views/honor/honorInfo.vue
index 373e1d3..b3dfe10 100644
--- a/ruoyi-ui/src/views/honor/honorInfo.vue
+++ b/ruoyi-ui/src/views/honor/honorInfo.vue
@@ -225,7 +225,7 @@
// 鏁版嵁鑼冨洿閫夐」
fot:['.bmp','.jpg','.jpeg','.png','.tif','.gif','.pcx','.tga','.exif','.fpx',
'.svg','.psd','.cdr','.pcd','.dxf','.ufo','.eps','.ai','.aw','.WMF','.webp','.apng'],
-
+
fileList:[],
fileListOther:[],
dsb:true,
@@ -331,6 +331,7 @@
this.isShow=true
this.showInput=true
this.isEditing=true
+
// document.title = "淇敼鑽h獕璇佷功璇︾粏淇℃伅";
this.$route.meta.title = "淇敼鑽h獕璇佷功璇︾粏淇℃伅";//鍒楄〃鐨勫悕绉�
}
@@ -346,6 +347,7 @@
this.loading = true;
getHonor({id}).then((response) => {
this.formData = response.data;
+ // alert(this.formData.type)
let paths = response.data.url.split(",");
for(let i = 0; i < paths.length; i++)
{
--
Gitblit v1.9.1