Compare commits
No commits in common. "31d6458fd9b6fed103da3bf1834d7e4d65802a1d" and "31027439a41d0ea7d6a90e75a20755fe07833d20" have entirely different histories.
31d6458fd9
...
31027439a4
@ -7,8 +7,8 @@ VITE_APP_ENV = 'development'
|
|||||||
# 招商车研物联网平台/开发环境
|
# 招商车研物联网平台/开发环境
|
||||||
VITE_APP_BASE_API = '/dev-api'
|
VITE_APP_BASE_API = '/dev-api'
|
||||||
|
|
||||||
VITE_API_URL = http://192.168.0.222:13080
|
VITE_API_URL = http://localhost:13080
|
||||||
VITE_WS_URL = ws://192.168.0.222:13080/ws
|
VITE_WS_URL = ws://localhost:13080/ws
|
||||||
VITE_PORT = 80
|
VITE_PORT = 80
|
||||||
VITE_INSPECTION_TYPE = "inspection"
|
VITE_INSPECTION_TYPE = "inspection"
|
||||||
VITE_MINIO_URL = "http://192.168.28.10:9000/cmvr-iot/"
|
VITE_MINIO_URL = "http://192.168.28.10:9000/cmvr-iot/"
|
||||||
|
|||||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -21,5 +21,3 @@ selenium-debug.log
|
|||||||
|
|
||||||
package-lock.json
|
package-lock.json
|
||||||
yarn.lock
|
yarn.lock
|
||||||
|
|
||||||
.history
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user