提交 2dcb7d98 作者: 翁进城

fix: p_id改为p-id

上级 57e3e319
......@@ -28,7 +28,7 @@ $axios.interceptors.request.use(
config.headers["Authorization"] = "Bearer " + token;
config.headers["Tenant-Id"] = TenantId;
config.headers["terminal"] = 2; // 1 为管理后台 2 为前端项目
config.headers["p_id"] = projectId;
config.headers["p-id"] = projectId;
return config;
},
(error) => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论