Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
1f52ff1c
Commit
1f52ff1c
authored
Feb 24, 2020
by
季圣华
Browse files
优化系统的登录界面
parent
97f8a274
Changes
6
Hide whitespace changes
Inline
Side-by-side
erp_web/home.html
View file @
1f52ff1c
<!DOCTYPE html>
<html>
<head><meta
charset=
"utf-8"
>
<meta
content=
"webkit"
name=
"renderer"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
http-equiv=
"Cache-Control"
content=
"no-cache, no-store, must-revalidate"
/>
<meta
content=
"no-cache"
http-equiv=
"Pragma"
/>
<meta
http-equiv=
"Expires"
content=
"0"
/>
<meta
content=
"width=device-width, initial-scale=1, user-scalable=1"
name=
"viewport"
/>
<title>
首页-华夏ERP
</title>
<link
rel=
"shortcut icon"
href=
"images/favicon.ico"
type=
"image/x-icon"
/>
<script
src=
"js/jquery/jquery-1.12.4.min.js"
></script>
...
...
erp_web/index.html
View file @
1f52ff1c
...
...
@@ -2,6 +2,12 @@
<html>
<head>
<meta
charset=
"utf-8"
>
<meta
content=
"webkit"
name=
"renderer"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
http-equiv=
"Cache-Control"
content=
"no-cache, no-store, must-revalidate"
/>
<meta
content=
"no-cache"
http-equiv=
"Pragma"
/>
<meta
http-equiv=
"Expires"
content=
"0"
/>
<meta
content=
"width=device-width, initial-scale=1, user-scalable=1"
name=
"viewport"
/>
<title>
华夏ERP
</title>
<link
rel=
"shortcut icon"
href=
"images/favicon.ico"
type=
"image/x-icon"
/>
<script
src=
"js/global.min.js?ctx=/js/a"
></script>
...
...
erp_web/login.html
View file @
1f52ff1c
...
...
@@ -2,13 +2,21 @@
<html>
<head>
<meta
charset=
"utf-8"
>
<meta
content=
"webkit"
name=
"renderer"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
http-equiv=
"Cache-Control"
content=
"no-cache, no-store, must-revalidate"
/>
<meta
content=
"no-cache"
http-equiv=
"Pragma"
/>
<meta
http-equiv=
"Expires"
content=
"0"
/>
<meta
content=
"width=device-width, initial-scale=1, user-scalable=1"
name=
"viewport"
/>
<title>
华夏ERP
</title>
<meta
name=
"keywords"
content=
"ERP,ERP系统,进销存,进销存系统"
/>
<meta
name=
"description"
content=
"华夏ERP基于SpringBoot框架,立志为中小企业提供开源好用的ERP软件,目前专注进销存+财务功能。主要模块有零售管理、采购管理、销售管理、仓库管理、财务管理、报表查询、基础数据、系统管理等。支持预付款、收入支出、仓库调拨、组装拆卸、订单等特色功能。拥有库存状况、出入库统计等报表。同时对角色和权限进行了细致全面控制,精确到每个按钮和菜单。"
/>
<link
rel=
"shortcut icon"
href=
"images/favicon.ico"
type=
"image/x-icon"
/>
<script
src=
"js/jquery/jquery-1.12.4.min.js"
></script>
<!--[if lt IE 9]><script src="js/common/h5fix.min.js"></script><![endif]-->
<link
rel=
"stylesheet"
href=
"css/fonts/font-icons.min.css"
>
<link
rel=
"stylesheet"
href=
"js/bootstrap/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"js/select2/4.0/select2.css"
>
<link
rel=
"stylesheet"
href=
"js/icheck/1.0/minimal/grey.css"
>
<link
rel=
"stylesheet"
href=
"js/adminlte/css/AdminLTE.min.css"
>
<link
rel=
"stylesheet"
href=
"css/jsherp.css"
>
...
...
@@ -83,7 +91,15 @@
</div>
<a
id=
"scroll-up"
href=
"#"
class=
"btn btn-sm"
><i
class=
"fa fa-angle-double-up"
></i></a>
<script
src=
"js/bootstrap/js/bootstrap.min.js"
></script>
<script
src=
"js/select2/4.0/select2.js"
></script>
<script
src=
"js/select2/4.0/i18n/zh_CN.js"
></script>
<script
src=
"js/layer/3.1/layer.js"
></script>
<script
src=
"js/jquery-validation/1.16/jquery.validate.js"
></script>
<script
src=
"js/jquery-validation/1.16/localization/messages_zh_CN.js"
></script>
<script
src=
"js/jquery-validation/1.16/jquery.validate.extend.js"
></script>
<script
src=
"js/common/jsherp.js"
></script>
<script
src=
"js/common/i18n/jsherp_zh_CN.js"
></script>
<script
src=
"js/common/common.js"
></script>
<script
src=
"js/md5/md5.js"
></script>
<script
src=
"js/modules/sys/sysLogin.js"
></script>
\ No newline at end of file
erp_web/register.html
View file @
1f52ff1c
...
...
@@ -2,6 +2,12 @@
<html>
<head>
<meta
charset=
"utf-8"
>
<meta
content=
"webkit"
name=
"renderer"
/>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
http-equiv=
"Cache-Control"
content=
"no-cache, no-store, must-revalidate"
/>
<meta
content=
"no-cache"
http-equiv=
"Pragma"
/>
<meta
http-equiv=
"Expires"
content=
"0"
/>
<meta
content=
"width=device-width, initial-scale=1, user-scalable=1"
name=
"viewport"
/>
<title>
注册 - 华夏ERP
</title>
<meta
name=
"keywords"
content=
"ERP,ERP系统,进销存,进销存系统"
/>
<meta
name=
"description"
content=
"华夏ERP基于SpringBoot框架,立志为中小企业提供开源好用的ERP软件,目前专注进销存+财务功能。主要模块有零售管理、采购管理、销售管理、仓库管理、财务管理、报表查询、基础数据、系统管理等。支持预付款、收入支出、仓库调拨、组装拆卸、订单等特色功能。拥有库存状况、出入库统计等报表。同时对角色和权限进行了细致全面控制,精确到每个按钮和菜单。"
/>
...
...
src/main/resources/application.properties
View file @
1f52ff1c
server.port
=
8080
#server.port=443
#server.ssl.key-store=classpath:jishenghua.jks
#server.ssl.key-alias=alias
#server.ssl.key-store-password=M9z21aFp
#server.ssl.key-store-type=JKS
#登录超时-秒
server.servlet.session.timeout
=
36000
#数据库连接
...
...
src/main/resources/jishenghua.jks
0 → 100644
View file @
1f52ff1c
File added
Write
Preview
Supports
Markdown
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