@@ -8,7 +8,7 @@ VUE_APP_LOGO = '@/assets/images/shijihome/img_14.png'
ENV = 'development'
# 若依管理系统/开发环境
-VUE_APP_BASE_API = '/dev-api'
+VUE_APP_BASE_API = '/prod-api'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
@@ -33,7 +33,7 @@ http {
listen [::]:80;
server_name localhost;
- location /dev-api/ {
+ location /prod-api/ {
proxy_pass http://172.17.0.1:9090/;
}
location /uploadPath/ {