From a7d09900629902c8170f639f070fc6da8d168e0b Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期二, 20 二月 2024 17:55:50 +0800 Subject: [PATCH] 测试 --- ruoyi-ui/src/views/collection/collectionInfo.vue | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/collection/collectionInfo.vue b/ruoyi-ui/src/views/collection/collectionInfo.vue index aa0e416..5f006b2 100644 --- a/ruoyi-ui/src/views/collection/collectionInfo.vue +++ b/ruoyi-ui/src/views/collection/collectionInfo.vue @@ -219,7 +219,10 @@ return { cdi:"鏀惰棌涓庤崳瑾夎缁嗕俊鎭�", udi:"鏀惰棌涓庤崳瑾変俊鎭鎯�", - fot:[".jpg",".jif"], + // 鏁版嵁鑼冨洿閫夐」 + 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, @@ -308,11 +311,11 @@ this.dsb = !jd this.showInput=true this.isShow=true - document.title = "淇敼鏀惰棌涓庤崳瑾夎缁嗕俊鎭�"; + // document.title = "淇敼鏀惰棌涓庤崳瑾夎缁嗕俊鎭�"; this.$route.meta.title = "淇敼鏀惰棌涓庤崳瑾夎缁嗕俊鎭�";//鍒楄〃鐨勫悕绉� } else{ - document.title = "鏀惰棌涓庤崳瑾夎缁嗕俊鎭�"; + // document.title = "鏀惰棌涓庤崳瑾夎缁嗕俊鎭�"; this.$route.meta.title = "鏀惰棌涓庤崳瑾夎缁嗕俊鎭�";//鍒楄〃鐨勫悕绉� this.isShow=false this.btn = false; -- Gitblit v1.9.1