Skip to content

Commit

Permalink
feat(*): 新内容
Browse files Browse the repository at this point in the history
  • Loading branch information
江芊 committed Nov 18, 2021
1 parent c0bc647 commit b9bcc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import axios from 'axios'
import {
ElMessage as Message
} from 'element-plus'
const baseURL = process.env.NODE_ENV === 'development' ? 'v1' : '//mangoya.cn/v1'
const baseURL = process.env.NODE_ENV === 'development' ? 'v1' : '/v1'
// let baseURL = 'https://www.fastmock.site/mock/b8c91f9e258f7613a7e08ed643f7cdb5/logs'
// create an axios instance
const service = axios.create({
Expand Down

0 comments on commit b9bcc79

Please sign in to comment.