浏览代码

Merge branch 'master' of https://git.2fi-solutions.com/alex/PNSPS-frontend-MaterialUI

# Conflicts:
#	src/auth/utils.js
master
Alex Cheung 1年前
父节点
当前提交
9745532091
共有 2 个文件被更改,包括 4 次插入3 次删除
  1. +3
    -2
      src/auth/utils.js
  2. +1
    -1
      src/pages/Payment/PaymentSuccess.js

+ 3
- 2
src/auth/utils.js 查看文件

@@ -10,9 +10,10 @@ export const hostname = 'localhost';
const hostPort = '8090';
export const hostPath = `http://${hostname}:${hostPort}`;
//export const apiPath = `http://192.168.0.112:8090/api`;
// export const apiPath = `${hostPath}/api`;
export const apiPath = `/api`;
export const apiPath = `${hostPath}/api`;
// export const apiPath = `/api`;
export const paymentPath = `http://pnspsdev.gld.gov.hk/payment`;
export const iAmSmartPath = `https://<iAM_Smart_domain>`;


export const isUserLoggedIn = () => {


+ 1
- 1
src/pages/Payment/PaymentSuccess.js 查看文件

@@ -227,7 +227,7 @@ const Index = () => {
</Grid>
<Grid item>
<FormLabel sx={{ fontSize: "16px", color: "#000000", textAlign: "center" }}>
{transactionData.paymentdetail.brandname}
{transactionData.paymentdetail.brandname??(transactionData.paymentdetail.paymentmethod==="01"?"PPS":"")}
</FormLabel>
</Grid>
</Grid>


正在加载...
取消
保存