feat: git 忽略
This commit is contained in:
parent
a30903dd70
commit
c9a6256465
@ -7,8 +7,8 @@ VITE_APP_ENV = 'development'
|
|||||||
# 招商车研物联网平台/开发环境
|
# 招商车研物联网平台/开发环境
|
||||||
VITE_APP_BASE_API = '/dev-api'
|
VITE_APP_BASE_API = '/dev-api'
|
||||||
|
|
||||||
VITE_API_URL = http://localhost:13080
|
VITE_API_URL = http://192.168.0.222:13080
|
||||||
VITE_WS_URL = ws://localhost:13080/ws
|
VITE_WS_URL = ws://192.168.0.222: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,3 +21,5 @@ selenium-debug.log
|
|||||||
|
|
||||||
package-lock.json
|
package-lock.json
|
||||||
yarn.lock
|
yarn.lock
|
||||||
|
|
||||||
|
.history
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user