소스 검색

fix api error

张延森 3 년 전
부모
커밋
b012ad9e2a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      .env.production

+ 1
- 1
.env.production 파일 보기

@@ -2,5 +2,5 @@
2 2
 ENV = 'production'
3 3
 
4 4
 # base api
5
-VUE_APP_BASE_API = 'http://roundabout-service.honghe.njyunzhi.com'
5
+VUE_APP_BASE_API = 'http://roundabout-service.honghe.njyunzhi.com/api'
6 6