Browse Source

修改生产环境baseUrl

TitanWong 2 years ago
parent
commit
9a339348ea
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .env.production

+ 2 - 2
.env.production

@@ -2,5 +2,5 @@
 ENV = 'production'
 
 # base api
-VUE_APP_BASE_API = '/api'
-
+# VUE_APP_BASE_API = '/api'
+VUE_APP_BASE_API = "http://192.168.2.10:8080/api"