@@ -109,14 +115,20 @@
+
+
\ No newline at end of file
diff --git a/Web/src/util/global/index.js b/Web/src/util/global/index.js
index 5415709..a9f897d 100644
--- a/Web/src/util/global/index.js
+++ b/Web/src/util/global/index.js
@@ -1 +1,10 @@
-export const EMPTY_ID = '00000000-0000-0000-0000-000000000000'
\ No newline at end of file
+/**
+ * 空GUID
+ */
+export const EMPTY_ID = '00000000-0000-0000-0000-000000000000'
+
+/**
+ * 文件预览地址
+ */
+import { urls } from '@/common/api'
+export const PERVIEW_URL = process.env.VUE_APP_BASE_URL + urls.sysFileInfoPreview[0]
\ No newline at end of file
diff --git a/Web/src/views/main/_layout/header/user.js b/Web/src/views/main/_layout/header/user.js
index 9db46f3..8e3fbff 100644
--- a/Web/src/views/main/_layout/header/user.js
+++ b/Web/src/views/main/_layout/header/user.js
@@ -2,6 +2,8 @@ let userOpenTimer, userCloseTimer
let initDropdownHeight
+import { PERVIEW_URL } from '@/util/global';
+
import { doLogout } from '@/common/login'
export default {
@@ -51,7 +53,7 @@ export default {