feature/login-screen #5

Merged
zyb merged 2 commits from feature/login-screen into master 2025-07-03 00:43:45 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 059a87e68b - Show all commits

View File

@ -1,7 +1,7 @@
import axios from 'axios';
import { logoutUser } from '../utils/jwt'; // logoutUser会处理清除存储和重定向
const API_BASE_URL = 'https://zybdatasupport.online';
const API_BASE_URL = 'https://api.zybdatasupport.online';
const axiosInstance = axios.create({
baseURL: API_BASE_URL,

View File

@ -74,7 +74,7 @@
error: null,
currentPage: 1,
itemsPerPage: 100,
apiBaseUrl: 'https://zybdatasupport.online',
apiBaseUrl: 'https://api.zybdatasupport.online',
categoryList: [],
selectedCategory: '全部',
};