Browse Source

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 weeks ago
parent
commit
8d12604fb8
2 changed files with 1 additions and 1 deletions
  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