瀏覽代碼

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. 二進制
      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",
 };

二進制
static/img/kf.png