Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
srm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Jobs
Commits
Open sidebar
aship
srm
Commits
676ad468
Commit
676ad468
authored
Sep 09, 2019
by
顾俭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
login background-image
parent
b5a73972
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
16 additions
and
4 deletions
+16
-4
WebSecurityConfig.java
src/main/java/com/i1/config/WebSecurityConfig.java
+1
-0
query.js
src/main/resources/static/app/srm/barcode/query/query.js
+1
-1
query.js
...ain/resources/static/app/srm/purchaseOrder/query/query.js
+1
-1
_login.scss
src/main/resources/static/css/sass/components/_login.scss
+6
-0
styles.css
src/main/resources/static/css/styles.css
+5
-0
login.jpg
src/main/resources/static/img/login.jpg
+0
-0
login.html
src/main/resources/templates/login.html
+2
-2
No files found.
src/main/java/com/i1/config/WebSecurityConfig.java
View file @
676ad468
...
@@ -31,6 +31,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter{
...
@@ -31,6 +31,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter{
"/report/**"
,
"/report/**"
,
"/services/**"
,
"/services/**"
,
"/admin/**"
,
"/admin/**"
,
"/img/**"
};
};
@Autowired
@Autowired
private
UserDetailsService
userDetailsService
;
private
UserDetailsService
userDetailsService
;
...
...
src/main/resources/static/app/srm/barcode/query/query.js
View file @
676ad468
...
@@ -57,7 +57,7 @@ angular.module('IOne').controller('BarcodeQueryController', function ($scope, Co
...
@@ -57,7 +57,7 @@ angular.module('IOne').controller('BarcodeQueryController', function ($scope, Co
}
}
angular
.
forEach
(
response
.
data
.
printUrls
,
function
(
url
)
{
angular
.
forEach
(
response
.
data
.
printUrls
,
function
(
url
)
{
try
{
try
{
$window
.
open
(
url
);
$window
.
open
(
url
,
"_blank"
,
"top=0,left=0,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,status=no"
);
}
catch
(
e
)
{
}
catch
(
e
)
{
console
.
error
(
e
);
console
.
error
(
e
);
}
}
...
...
src/main/resources/static/app/srm/purchaseOrder/query/query.js
View file @
676ad468
...
@@ -397,7 +397,7 @@ angular.module('IOne').controller('PurchaseOrderQueryController', function ($sco
...
@@ -397,7 +397,7 @@ angular.module('IOne').controller('PurchaseOrderQueryController', function ($sco
}
}
angular
.
forEach
(
response
.
data
.
printUrls
,
function
(
url
)
{
angular
.
forEach
(
response
.
data
.
printUrls
,
function
(
url
)
{
try
{
try
{
$window
.
open
(
url
);
$window
.
open
(
url
,
"_blank"
,
"top=0,left=0,toolbar=no,menubar=no,scrollbars=yes,resizable=yes,location=no,status=no"
);
}
catch
(
e
)
{
}
catch
(
e
)
{
console
.
error
(
e
);
console
.
error
(
e
);
}
}
...
...
src/main/resources/static/css/sass/components/_login.scss
View file @
676ad468
...
@@ -32,3 +32,9 @@
...
@@ -32,3 +32,9 @@
border-top-left-radius
:
0
;
border-top-left-radius
:
0
;
border-top-right-radius
:
0
;
border-top-right-radius
:
0
;
}
}
.login-page
,
.register-page
{
background-size
:
100%
100%
;
background-image
:
url(/img/login.jpg)
;
}
\ No newline at end of file
src/main/resources/static/css/styles.css
View file @
676ad468
...
@@ -343,3 +343,8 @@ div.ui-grid-cell input {
...
@@ -343,3 +343,8 @@ div.ui-grid-cell input {
font-size
:
13px
;
}
font-size
:
13px
;
}
/*# sourceMappingURL=styles.css.map */
/*# sourceMappingURL=styles.css.map */
.login-page
,
.register-page
{
background-size
:
100%
100%
;
background-image
:
url(/img/login.jpg)
;
}
\ No newline at end of file
src/main/resources/static/img/login.jpg
0 → 100644
View file @
676ad468
569 KB
src/main/resources/templates/login.html
View file @
676ad468
...
@@ -17,8 +17,8 @@
...
@@ -17,8 +17,8 @@
</head>
</head>
<body
class=
"hold-transition login-page"
>
<body
class=
"hold-transition login-page"
>
<div
class=
"login-box"
>
<div
class=
"login-box"
>
<div
class=
"login-logo"
>
<div
class=
"login-logo"
style=
"color:white;"
>
<b></b>
ESRM
<b
></b>
ESRM
</div>
</div>
<div
class=
"login-box-body"
>
<div
class=
"login-box-body"
>
<p
class=
"login-box-msg"
>
请输入用户名和密码登录
</p>
<p
class=
"login-box-msg"
>
请输入用户名和密码登录
</p>
...
...
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