Browse Source

优化测量页面步骤

feature/0607-opt
LiLongLong 3 months ago
parent
commit
7ed8dae0c4
  1. 4
      .env
  2. 2
      package.json

4
.env

@ -1,2 +1,2 @@
REACT_APP_WS_URL=192.168.1.121:8080/ws
# REACT_APP_WS_URL=127.1.1.0:8080/ws
# REACT_APP_WS_URL=192.168.1.121:8080/ws
REACT_APP_WS_URL=127.1.1.0:8080/ws

2
package.json

@ -2,7 +2,7 @@
"name": "outline",
"version": "0.1.0",
"private": true,
"proxy": "http://192.168.1.121:8080",
"proxy": "http://127.1.1.0:8080",
"dependencies": {
"@ant-design/icons": "^6.0.0",
"@babel/core": "^7.16.0",

Loading…
Cancel
Save