浏览代码

supoort uat payment service api

master
Alex Cheung 1年前
父节点
当前提交
e7c2f9ec94
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/auth/utils.js

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

@@ -12,7 +12,7 @@ export const hostPath = `http://${hostname}:${hostPort}`;
//export const apiPath = `http://192.168.0.112:8090/api`; //export const apiPath = `http://192.168.0.112:8090/api`;
export const apiPath = window.location.href.match("localhost:3000")?`${hostPath}/api`:`/api`; export const apiPath = window.location.href.match("localhost:3000")?`${hostPath}/api`:`/api`;
//export const apiPath = `/api`;zz //export const apiPath = `/api`;zz
export const paymentPath = `https://pnspsdev.gld.gov.hk/payment`;
export const paymentPath = `${hostPath}/payment`;
export const iAmSmartPath = `https://apigw-isit.staging-eid.gov.hk`; export const iAmSmartPath = `https://apigw-isit.staging-eid.gov.hk`;
export const clientId = "cf61fa7c121e4869966f69c8694b1cd2"; export const clientId = "cf61fa7c121e4869966f69c8694b1cd2";




正在加载...
取消
保存