浏览代码

update ui

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

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

@@ -9,8 +9,8 @@ import useJwt from 'auth/jwt/coreUseJwt';
export const hostname = 'localhost';
const hostPort = '8090';
export const hostPath = `http://${hostname}:${hostPort}`;
//export const apiPath = `${hostPath}/api`;
export const apiPath = `http://192.168.0.112:8090/api`;
export const apiPath = `${hostPath}/api`;
//export const apiPath = `http://192.168.0.112:8090/api`;
//export const apiPath = `/api`;

export const isUserLoggedIn = () => {


正在加载...
取消
保存