chore(config): 更新开发环境的 API 基础地址

将 manager 与 seller 配置中的 API 基础地址由本地开发地址改为生产地址,以统一各环境配置。
This commit is contained in:
田香琪
2026-07-17 11:46:56 +08:00
parent b7235f5644
commit 59c98d1289
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ var BASE = {
* @description api请求基础路径
*/
API_DEV: {
seller: "http://127.0.0.1:8887",
seller: "https://admin-api.pickmall.cn",
},
API_PROD: {
seller: "https://admin-api.pickmall.cn",