dedsudiyu 1 anno fa
parent
commit
51354389a1
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      .env.production

+ 2 - 2
.env.production

@@ -12,9 +12,9 @@ VUE_APP_VERSION_DIFFERENCE_FIELD = 'kuangYeDaXue_nanHu'
 
 # ####################外网接口配置####################
 
-VUE_APP_BASE_API = '192.168.62.195'
+VUE_APP_BASE_API = '192.168.62.195/api'
 
 # ####################内网接口配置####################
 
-VUE_APP_BASE_LOCAL_API = '192.168.62.195'
+VUE_APP_BASE_LOCAL_API = '192.168.62.195/api'