Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
students
eue
Commits
7e6db371
Commit
7e6db371
authored
Aug 02, 2021
by
Spark
Browse files
footer, login시 korea.ac.kr
parent
d4672581
Changes
3
Hide whitespace changes
Inline
Side-by-side
client/src/components/Footer.js
View file @
7e6db371
...
...
@@ -11,7 +11,8 @@ function Footer() {
style
=
{{
fontSize
:
'
0.8em
'
}}
>
<
hr
/>
<
Col
style
=
{{
display
:
'
flex
'
,
color
:
'
gray
'
,
fontWeight
:
'
300
'
,
alignItems
:
'
center
'
,
justifyContent
:
'
center
'
}}
>
©
2021
TEAM
EUE
.
All
rights
reserved
©
2021
TEAM
EUE
.
All
rights
reserved
<
br
/>
문의
:
dev0gomgom
@
gmail
.
com
<
/Col
>
<
Col
>
<
a
href
=
'
https://www.notion.so/EUE-047f1812c6c24096a528dfd3330c227d
'
...
...
@@ -20,7 +21,9 @@ function Footer() {
<
strong
>
TEAM
EUE
<
/strong
>
<
/a> <br /
>
안강민
,
박상호
,
박예은
<
/a
>
<
br
/>
안강민
,
박상호
,
박예은
<
/Col
>
<
/Row
>
<
/Container
>
...
...
client/src/components/LoginComp.js
View file @
7e6db371
...
...
@@ -40,7 +40,7 @@ function LoginComp() {
const
newLink
=
'
https://www.
'
+
afterAt
;
window
.
location
.
replace
(
newLink
);
}
else
if
(
afterAt
==
'
korea.ac.kr
'
)
{
if
(
afterAt
==
=
'
korea.ac.kr
'
)
{
window
.
location
.
replace
(
'
https://www.gmail.com
'
);
}
}
...
...
client/src/components/UsingAircon.js
View file @
7e6db371
...
...
@@ -17,7 +17,9 @@ function UsingAircon() {
useEffect
(()
=>
{
callUserInfo
().
then
((
res
)
=>
{
setAirUsing
(
res
[
0
][
'
using_aircon
'
])
if
(
isLogined
())
{
setAirUsing
(
res
[
0
][
'
using_aircon
'
])
}
})
},
[])
...
...
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