Browse Source

chore: 解决冲突忘记保存了

pull/281/head
zhaowei 7 months ago
parent
commit
29bc60670b
2 changed files with 0 additions and 7 deletions
  1. +0
    -4
      react-ui/config/proxy.ts
  2. +0
    -3
      react-ui/src/utils/sessionStorage.ts

+ 0
- 4
react-ui/config/proxy.ts View File

@@ -23,11 +23,7 @@ export default {
target: 'http://172.20.32.197:31213', // 开发环境
// target: 'http://172.20.32.235:31213', // 测试环境
// target: 'http://172.20.32.44:8082',
<<<<<<< HEAD
// target: 'http://172.20.32.164:8082',
=======
target: 'http://172.20.32.164:8082',
>>>>>>> dev-zw
// 配置了这个可以从 http 代理到 https
// 依赖 origin 的功能可能需要这个,比如 cookie
changeOrigin: true,


+ 0
- 3
react-ui/src/utils/sessionStorage.ts View File

@@ -13,13 +13,10 @@ export default class SessionStorage {
static readonly aimUrlKey = 'aim-url';
/** tensorBoard url */
static readonly tensorBoardUrlKey = 'tensor-board-url';
<<<<<<< HEAD
/** 登录之前的地址 */
static readonly redirectUrl = 'redirect-url';
=======
// /** 云际系统 Token */
// static readonly jccTokenKey = 'jcc-token';
>>>>>>> dev-zw

/**
* 获取 SessionStorage 值


Loading…
Cancel
Save