Browse Source

fix api error

张延森 3 years ago
parent
commit
b012ad9e2a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .env.production

+ 1
- 1
.env.production View File

2
 ENV = 'production'
2
 ENV = 'production'
3
 
3
 
4
 # base api
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