Explorar el Código

修改连接后台的url

YL2767 hace 5 días
padre
commit
5698f036c1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      config/prod.env.js

+ 1
- 1
config/prod.env.js Ver fichero

@@ -2,6 +2,6 @@
2 2
 module.exports = {
3 3
   NODE_ENV: '"production"',
4 4
   BASE_API: '"http://120.224.213.150/thware/"'
5
-	// BASE_API: '"http://60.205.9.174:8081/thware/"'
5
+	// BASE_API: '"http://60.205.9.174:8080/thware/"'
6 6
 	// BASE_API: '"http://39.105.120.43:8080/thware/"'
7 7
 }

Loading…
Cancelar
Guardar