Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
slm-fileview
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
梁杰芳
slm-fileview
Commits
831550d8
Commit
831550d8
authored
Mar 31, 2021
by
youken9980
Committed by
kl
Apr 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修正office.preview.switch.disabled引用了错误常量的问题
parent
1fa7b4a9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ConfigRefreshComponent.java
...rc/main/java/cn/keking/config/ConfigRefreshComponent.java
+1
-1
No files found.
server/src/main/java/cn/keking/config/ConfigRefreshComponent.java
View file @
831550d8
...
@@ -57,7 +57,7 @@ public class ConfigRefreshComponent {
...
@@ -57,7 +57,7 @@ public class ConfigRefreshComponent {
text
=
properties
.
getProperty
(
"simText"
,
ConfigConstants
.
DEFAULT_TXT_TYPE
);
text
=
properties
.
getProperty
(
"simText"
,
ConfigConstants
.
DEFAULT_TXT_TYPE
);
media
=
properties
.
getProperty
(
"media"
,
ConfigConstants
.
DEFAULT_MEDIA_TYPE
);
media
=
properties
.
getProperty
(
"media"
,
ConfigConstants
.
DEFAULT_MEDIA_TYPE
);
officePreviewType
=
properties
.
getProperty
(
"office.preview.type"
,
ConfigConstants
.
DEFAULT_OFFICE_PREVIEW_TYPE
);
officePreviewType
=
properties
.
getProperty
(
"office.preview.type"
,
ConfigConstants
.
DEFAULT_OFFICE_PREVIEW_TYPE
);
officePreviewSwitchDisabled
=
properties
.
getProperty
(
"office.preview.switch.disabled"
,
ConfigConstants
.
DEFAULT_OFFICE_PREVIEW_
TYPE
);
officePreviewSwitchDisabled
=
properties
.
getProperty
(
"office.preview.switch.disabled"
,
ConfigConstants
.
DEFAULT_OFFICE_PREVIEW_
SWITCH_DISABLED
);
ftpUsername
=
properties
.
getProperty
(
"ftp.username"
,
ConfigConstants
.
DEFAULT_FTP_USERNAME
);
ftpUsername
=
properties
.
getProperty
(
"ftp.username"
,
ConfigConstants
.
DEFAULT_FTP_USERNAME
);
ftpPassword
=
properties
.
getProperty
(
"ftp.password"
,
ConfigConstants
.
DEFAULT_FTP_PASSWORD
);
ftpPassword
=
properties
.
getProperty
(
"ftp.password"
,
ConfigConstants
.
DEFAULT_FTP_PASSWORD
);
ftpControlEncoding
=
properties
.
getProperty
(
"ftp.control.encoding"
,
ConfigConstants
.
DEFAULT_FTP_CONTROL_ENCODING
);
ftpControlEncoding
=
properties
.
getProperty
(
"ftp.control.encoding"
,
ConfigConstants
.
DEFAULT_FTP_CONTROL_ENCODING
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment