refactor(shop): 重构商铺相关 API

- 移除 ApiResult 和 PageResult 的冗余导入
- 更新请求路径,移除 MODULES_API_URL 的使用
- 调整请求头,移除不必要的 Content-Type 设置
-统一处理 enabled 字段类型
This commit is contained in:
2025-08-12 00:18:53 +08:00
parent a6097bfc05
commit df910e4344
24 changed files with 689 additions and 933 deletions

View File

@@ -1,6 +1,6 @@
VITE_APP_NAME=后台管理(开发环境)
VITE_API_URL=http://127.0.0.1:9200/api
#VITE_API_URL=http://127.0.0.1:9200/api
#VITE_SERVER_API_URL=http://127.0.0.1:8000/api
#VITE_API_URL=https://cms-api.s209.websoft.top/api
VITE_API_URL=https://cms-api.websoft.top/api