Skip to content

Commit

Permalink
调整接口地址
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbbbbbbbbbbba committed Nov 16, 2019
1 parent b3cbb0d commit 0e447ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/src/apis/HttpClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import qs from 'qs'
import cookies from 'js-cookie'

// 接口地址,请替换为你自己的
// const baseURL = 'https://mlog.club'
const baseURL = 'http://localhost:8082'
const baseURL = 'https://mlog.club'
// const baseURL = 'http://localhost:8082'

class HttpClient {
constructor() {
Expand Down

0 comments on commit 0e447ed

Please sign in to comment.