提交 af3704de 作者: lqd

Merge branch 'liangqidong-test' of http://git.mmcuav.cn/root/mmc-stl-vue2 into v4

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