🦄 refactor

This commit is contained in:
Litrix 2024-12-12 12:44:42 +08:00
parent e425c41fb0
commit fa1d4f9400

View File

@ -1,7 +1,7 @@
import { useUserStore } from '@/stores/user';
import axios from 'axios';
const baseURL = 'http://172.16.114.84:58080/';
const baseURL = 'http://wzpmc.cn:58080/';
const axiosInstance = axios.create({
baseURL,
});