修改请求地址,修改查询用户详情接口和common/type接口,增加params传承

This commit is contained in:
2025-07-23 15:10:44 +08:00
parent bf3dc320c0
commit 8054985445
9 changed files with 77 additions and 40 deletions

View File

@@ -6,7 +6,7 @@ export const productUrl='dj-admin';
// const baseUrl = "https://web-api.hnsiyao.cn/czg/" //测试
// const baseUrl = "https://web.hnsiyao.cn/czg/" // 线上
const baseUrl = "http://192.168.1.43:1333/admin/" // php
const baseUrl = "http://192.168.1.31:8080/admin/" // php
export default{
baseUrl