修改bug

This commit is contained in:
宋伟佳
2021-08-02 16:41:05 +08:00
parent 92cd68ca7f
commit 530ef6a6af
9 changed files with 136 additions and 148 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import {Message} from 'element-ui'
export const CancelToken = axios.CancelToken
// import 'element-ui/lib/theme-chalk/index.css'
const _axios = axios.create({
baseURL: '/'
baseURL: 'http://62.234.136.153:8033/'
})
/**