新增租户管理

This commit is contained in:
WUSIJIAN
2025-12-08 17:27:16 +08:00
parent 38473ab30a
commit c078638c48
7 changed files with 632 additions and 2 deletions

View File

@@ -21,7 +21,8 @@ const service: AxiosInstance = axios.create({
// 配置新建第二个 axios 实例(新功能服务)
const newService: AxiosInstance = axios.create({
// baseURL: 'http://192.168.3.95:8000/',
baseURL: 'http://192.168.3.49:8000/',
// baseURL: 'http://192.168.3.49:8000/',
baseURL: 'http://192.168.3.11:8000/',
timeout: 50000,
headers: { 'Content-Type': 'application/json' },
paramsSerializer: {