新增功能

This commit is contained in:
liushiwei
2024-10-25 18:33:12 +08:00
parent 649ddc2504
commit d6e3d7bbe1
12 changed files with 924 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ import store from '@/store'
var instance = axios.create({
baseURL: process.env.NODE_ENV === 'production' ? 'http://124.71.2.127:8888' : 'http://124.71.2.127:10248',
baseURL: process.env.NODE_ENV === 'production' ? 'http://124.71.2.127:8888' : 'http://124.71.2.127:8888',
timeout: 50000,
validateStatus: function (status) {
return status < 500