소스 검색

fix: update development API URL and add new image asset

- Changed the development API URL from https://bk.shuhi.com to https://bpi.shuhi.com.
- Added a new image asset (kf.png) to the static image directory.
ylong 2 주 전
부모
커밋
8d12604fb8
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .env.dev.js
  2. BIN
      static/img/kf.png

+ 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",
 };

BIN
static/img/kf.png