Explorar el Código

fix: 将开发环境 API 地址更新为 bpi.shuhi.com

ylong hace 6 días
padre
commit
44603acab0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .env.dev.js

+ 1 - 1
.env.dev.js

@@ -1,5 +1,5 @@
 export default {
     "NODE_ENV": 'development',
-    "apiUrl":"https://bk.shuhi.com",
+    "apiUrl":"https://bpi.shuhi.com",
     "apiUrlPrefix":"/api",
 };