Ver código fonte

统一去除访问前缀

梁展鹏 3 anos atrás
pai
commit
6e3703372c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .env.staging

+ 1 - 1
.env.staging

@@ -4,7 +4,7 @@ NODE_ENV = production
 ENV = 'staging'
 ENV = 'staging'
 
 
 # base api
 # base api
-VUE_APP_BASE_API = '/stage-api'
+VUE_APP_BASE_API = ''
 
 
 # base img url
 # base img url
 VUE_APP_BASE_IMG = 'http://127.0.0.1:18080/baby-institute-back-end'
 VUE_APP_BASE_IMG = 'http://127.0.0.1:18080/baby-institute-back-end'