feature/login-screen #14

Merged
zyb merged 37 commits from feature/login-screen into master 2025-12-10 21:15:21 +08:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit 1874ea7180 - Show all commits

View File

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

View File

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