将 apiUrl 从 https://bpi.shuhi.com 更改为 https://bk.shuhi.com,以指向新的后端服务域名。
@@ -1,5 +1,5 @@
export default {
"NODE_ENV": 'development',
- "apiUrl":"https://bpi.shuhi.com",
+ "apiUrl":"https://bk.shuhi.com",
"apiUrlPrefix":"/api",
};