Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jfV5lcyq
Overview
Overview
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
管理员
jfV5lcyq
Commits
e9a5ce45
Commit
e9a5ce45
authored
Feb 22, 2019
by
罗绍泽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
5c7f1abf
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
15 additions
and
2 deletions
+15
-2
.classpath
.classpath
+2
-1
.project
.project
+6
-0
org.eclipse.core.resources.prefs
.settings/org.eclipse.core.resources.prefs
+2
-0
org.eclipse.wst.common.project.facet.core.xml
.settings/org.eclipse.wst.common.project.facet.core.xml
+2
-0
top.jsp
WebContent/system/pages/frameEasyui/top.jsp
+1
-1
quartz_service.properties
src/quartz_service.properties
+2
-0
No files found.
.classpath
View file @
e9a5ce45
...
...
@@ -7,8 +7,9 @@
<classpathentry
kind=
"src"
path=
"src_utils"
/>
<classpathentry
kind=
"src"
path=
"src_jwapp"
/>
<classpathentry
kind=
"src"
path=
"src_standard"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/
idk
1.6"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/
JavaSE-
1.6"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.jst.j2ee.internal.web.container"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.jdt.USER_LIBRARY/tomcat60"
/>
<classpathentry
kind=
"con"
path=
"com.genuitec.runtime.library/com.genuitec.generic_1.4"
/>
<classpathentry
kind=
"output"
path=
"build/classes"
/>
</classpath>
.project
View file @
e9a5ce45
...
...
@@ -25,8 +25,14 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
com.genuitec.eclipse.springframework.springbuilder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
com.genuitec.eclipse.springframework.springnature
</nature>
<nature>
com.genuitec.eclipse.ast.deploy.core.deploymentnature
</nature>
<nature>
org.eclipse.wst.common.project.facet.core.nature
</nature>
<nature>
org.eclipse.jdt.core.javanature
</nature>
...
...
.settings/org.eclipse.core.resources.prefs
View file @
e9a5ce45
...
...
@@ -2,5 +2,7 @@ eclipse.preferences.version=1
encoding//WebContent/WEB-INF/conf/gaowj/bl/log4j.properties=UTF-8
encoding//WebContent/js=UTF-8
encoding//WebContent/js/gwjchk.js=UTF-8
encoding//WebContent/js/ueditor/jsp/config.json=UTF-8
encoding//src/quartz_service.properties=UTF-8
encoding//src_system/com/gaowj/business/system/SystemOpeBusinessImpl.java=UTF-8
encoding/<project>=UTF-8
.settings/org.eclipse.wst.common.project.facet.core.xml
View file @
e9a5ce45
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<runtime
name=
"Apache Tomcat v6.0"
/>
<fixed
facet=
"jst.web"
/>
<fixed
facet=
"wst.jsdt.web"
/>
<fixed
facet=
"jst.java"
/>
<installed
facet=
"jst.java"
version=
"6.0"
/>
<installed
facet=
"jst.web"
version=
"2.4"
/>
<installed
facet=
"wst.jsdt.web"
version=
"1.0"
/>
<installed
facet=
"me.spring"
version=
"3.1"
/>
</faceted-project>
WebContent/system/pages/frameEasyui/top.jsp
View file @
e9a5ce45
...
...
@@ -151,7 +151,7 @@ $(function() {
//如果是v5原始版本那就显示换肤功能
var localPath = '<%=localPath %>';
if(
localPath=='/jfV5
'){
if(
'true'=='<%=com.gaowj.business.util.PropUtil.getValue("openChangeSkin", "quartz_service", "false") %>
'){
$('#layout_north_changeSkin_container').show();
$('#layout_north_changeSkin_container').css('display','inline');
//初始化皮肤
...
...
src/quartz_service.properties
View file @
e9a5ce45
...
...
@@ -37,3 +37,5 @@ deployEncoding = GBK
#--------------domain------------------------------
#domain = jfbrother.com
domain
=
localhost
#--------------是否开启换肤功能------------------------------
openChangeSkin
=
true
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