This commit is contained in:
focp212@naver.com
2025-11-12 11:17:24 +09:00
6 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
VITE_APP_ENV=development
#VITE_APP_AUTH_PROXY_HOST='http://3.35.79.250:8090'
#VITE_APP_API_PROXY_HOST='http://3.35.79.250:8080'
VITE_APP_ENV=development
# VITE_APP_AUTH_PROXY_HOST='http://3.35.79.250:8090'
# VITE_APP_API_PROXY_HOST='http://3.35.79.250:8080'
VITE_APP_AUTH_PROXY_HOST='https://auth.nicepay.co.kr'
VITE_APP_API_PROXY_HOST='https://rest.nicepay.co.kr'
GENERATE_SOURCEMAP=false

View File

@@ -1,8 +1,8 @@
VITE_APP_ENV=production
# VITE_APP_AUTH_PROXY_HOST='https://npgm.nicepay.co.kr'
# VITE_APP_API_PROXY_HOST='https://npgm.nicepay.co.kr'
VITE_APP_AUTH_PROXY_HOST='https://npgm.nicepay.co.kr'
VITE_APP_API_PROXY_HOST='https://npgm.nicepay.co.kr'
# VITE_APP_AUTH_PROXY_HOST='http://3.35.79.250:8090'
# VITE_APP_API_PROXY_HOST='http://3.35.79.250:8080'
VITE_APP_AUTH_PROXY_HOST='https://auth.nicepay.co.kr'
VITE_APP_API_PROXY_HOST='https://rest.nicepay.co.kr'
# VITE_APP_AUTH_PROXY_HOST='https://auth.nicepay.co.kr'
# VITE_APP_API_PROXY_HOST='https://rest.nicepay.co.kr'
GENERATE_SOURCEMAP=false

View File

@@ -351,7 +351,7 @@ export const FundAccountResultListWrap = () => {
sortType={sortType}
onClickToSort={onClickToSort}
></SortTypeBox>
<div className="excrow mr-0">
<div className="excrow">
<div className="full-menu-keywords no-padding">
{
getFundAccountResultStatusBtnGroup(t).map((value: any, index: number) => (

View File

@@ -321,7 +321,7 @@ export const FundAccountTransferListWrap = () => {
sortType={sortType}
onClickToSort={onClickToSort}
></SortTypeBox>
<div className="excrow mr-0">
<div className="excrow">
<div className="full-menu-keywords no-padding">
{
getFundAccountStatusBtnGroup(t).map((value: any, index: number) => (

View File

@@ -271,7 +271,7 @@ export const ArsListPage = () => {
sortType={sortType}
onClickToSort={onClickToSort}
></SortTypeBox>
<div className="excrow mr-0">
<div className="excrow">
<div className="full-menu-keywords no-padding">
{
getArsPaymentStatusBtnGroup(t).map((value: any, index: number) => (

View File

@@ -328,7 +328,7 @@ export const PayoutListPage = () => {
sortType={sortType}
onClickToSort={onClickToSort}
></SortTypeBox>
<div className="excrow mr-0">
<div className="excrow">
<div className="full-menu-keywords no-padding">
{
getPayoutDisbursementStatusBtnGroup(t).map((value: any, index: number) => (