Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 authored Aug 16, 2019
1 parent 58bb9c0 commit be07938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import axios from 'axios';

export const baseUrl = 'http://47.105.150.105/m-api';
export const baseUrl = 'http://localhost:3300';

// axios的实例及拦截器配置
const axiosInstance = axios.create({
Expand Down

0 comments on commit be07938

Please sign in to comment.