소스 검색

配置文件

renmy 9 달 전
부모
커밋
b3da12ef4c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .env.production

+ 1 - 1
.env.production

@@ -2,7 +2,7 @@
 ENV = 'production'
 
 # base api
-VUE_APP_BASE_API = ""
+VUE_APP_BASE_API = "/api"
 VUE_APP_WS = 'ws://192.168.3.251:8080/ws/'
 # VUE_APP_BASE_API = 'http://zk.li-ai.com.cn:8090/api'
 # VUE_APP_WS = 'ws://zk.li-ai.com.cn:8090/ws'