Skip to content

Commit

Permalink
Modify remote api
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozhu188 committed Nov 30, 2019
1 parent 3b79763 commit 6c7f8af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/renderer/utils/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ import { Base64 } from 'js-base64'
import Message from 'ant-design-vue/es/message'
import Toast from './../components/Toast/toast'
const baseURL = process.env.NODE_ENV === 'development'
? 'http://localhost:3000/api'
: 'http://39.105.232.6:3000'
? 'http://140.143.128.100:3000'
: 'http://140.143.128.100:3000'
// : 'http://39.105.232.6:3000'

const instance = axios.create({
baseURL,
Expand Down

0 comments on commit 6c7f8af

Please sign in to comment.