Compare commits
4 Commits
a7ea7ce4bc
...
3ff43475ac
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ff43475ac | |||
| 51aa45206f | |||
| 4ae536cde4 | |||
| 3e8e08c3eb |
@ -1,21 +1,10 @@
|
||||
'use client'
|
||||
|
||||
import Link from 'next/link'
|
||||
import Config from '@/config/config.export'
|
||||
|
||||
export default function Footer() {
|
||||
return (
|
||||
<>
|
||||
<footer>
|
||||
<div className="footer-inner">
|
||||
COPYRIGHT©2025 Hanwha Japan All Rights Reserved{' '}
|
||||
<span>
|
||||
<Link href="/pdf/suitable">PDF</Link>
|
||||
</span>
|
||||
<span>{Config().mode}</span>
|
||||
<span>{Config().baseUrl}</span>
|
||||
<span>{process.env.NEXT_PUBLIC_API_URL}</span>
|
||||
</div>
|
||||
<div className="footer-inner">COPYRIGHT©2025 Hanwha Japan All Rights Reserved </div>
|
||||
</footer>
|
||||
</>
|
||||
)
|
||||
|
||||
@ -92,7 +92,7 @@ export default function Header() {
|
||||
</div>
|
||||
</SwiperSlide>
|
||||
<SwiperSlide>
|
||||
<div className="side-swiper-card">
|
||||
<div className="side-swiper-card" onClick={() => router.push('/suitable')}>
|
||||
<div className="side-swiper-icon icon01"></div>
|
||||
<div className="side-swiper-infor">私は作成したお問 い合わせ</div>
|
||||
</div>
|
||||
|
||||
@ -9,7 +9,9 @@ export function useAxios() {
|
||||
}
|
||||
|
||||
const responseHandler = (response: AxiosResponse) => {
|
||||
// if (response.headers['spinner-state'] === undefined) {
|
||||
useSpinnerStore.getState().setIsShow(false)
|
||||
// }
|
||||
response.data = transferResponse(response)
|
||||
return response
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user