Merge branch 'main' of https://gitea.bpsoft.co.kr/nicepayments/nice-app-web
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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) => (
|
||||
|
||||
@@ -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) => (
|
||||
|
||||
@@ -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) => (
|
||||
|
||||
@@ -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) => (
|
||||
|
||||
Reference in New Issue
Block a user