Ver Fonte

配置文件

renmy há 8 meses atrás
pai
commit
b3da12ef4c
1 ficheiros alterados com 1 adições e 1 exclusões
  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'