refactor(api): 统一CMS接口URL配置

- 在环境变量中新增CMS接口URL配置项 VITE_CMS_API_URL
- 将所有CMS相关API接口调用的基地址由MODULES_API_URL或SERVER_API_URL替换为CMS_API_BASE_URL
- 更新cmsAd、cmsAdRecord、cmsArticle及相关cms模块的接口地址引用
- 统一管理CMS API基础路径,提高代码维护性和可配置性
This commit is contained in:
2026-07-27 12:42:51 +08:00
parent 45fc45680f
commit 4a8b0a957c
32 changed files with 380 additions and 208 deletions

View File

@@ -1,2 +1,3 @@
VITE_APP_NAME=后台管理系统
VITE_API_URL=https://shop-api.websoft.top/api
VITE_CMS_API_URL=https://cms-api.websoft.top/api