add https 反馈AGV信息接口

This commit is contained in:
张江玮
2023-08-11 17:41:30 +08:00
parent ce5c100923
commit ed84907a44
15 changed files with 1020 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
ENV = 'development'
# 接口地址
VUE_APP_BASE_API = 'http://localhost:8010'
VUE_APP_BASE_API = 'https://localhost:8010'
VUE_APP_WS_API = 'ws://localhost:8010'
# 是否启用 babel-plugin-dynamic-import-node插件