libushang hace 8 meses
padre
commit
5fbb6cdbef
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .env.production

+ 1 - 1
.env.production

@@ -15,7 +15,7 @@ VITE_APP_SNAILJOB_ADMIN = '/snail-job'
 
 # 生产环境
 # VITE_APP_BASE_API = 'http://19.155.220.206:80'
-VITE_APP_BASE_API = '/'
+VITE_APP_BASE_API = 'http://10.181.7.235:80'
 VITE_APP_BASE_DOWNLOAD_API = '/api/file/download/'
 
 # 是否在打包时开启压缩,支持 gzip 和 brotli