소스 검색

with build config

master
Alex Cheung 1 년 전
부모
커밋
b0bbe2ff2c
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      src/auth/utils.js

+ 3
- 3
src/auth/utils.js 파일 보기

@@ -10,9 +10,9 @@ 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 paymentPath = `https://pnspsdev.gld.gov.hk/payment`;
// export const apiPath = `${hostPath}/api`;
export const apiPath = `/api`;
export const paymentPath = `http://pnspsdev.gld.gov.hk/payment`;


export const isUserLoggedIn = () => {


불러오는 중...
취소
저장