Skip to content

Commit

Permalink
还原对原有步骤描述的修改,仅新增 drag、motionEvent功能
Browse files Browse the repository at this point in the history
  • Loading branch information
YeungHoiChiu committed Jun 20, 2024
1 parent e980050 commit 27b4a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/axios.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { router } from '../router/index.js';

let baseURL = '';
if (process.env.NODE_ENV === 'development') {
baseURL = 'http://172.16.2.144:3000/server/api';
baseURL = 'http://localhost:3000/server/api';
}
if (process.env.NODE_ENV === 'production') {
baseURL = 'http://SONIC_SERVER_HOST:SONIC_SERVER_PORT/server/api';
Expand Down

0 comments on commit 27b4a94

Please sign in to comment.