提交 3554b4cf authored 作者: 钟是志's avatar 钟是志

BDZSH 弃用这个功能菜单. 没卵用.

上级 11a5c96d
......@@ -5,7 +5,11 @@ import urlTransform from '@/webPublic/zyd_public/request/urlTransform';
export function hrefWithToken(url, arg = {
justOpenUrl: false,
}) {
const {
justOpenUrl
} = arg;
if (!getIsBei_Dian()) {
if (url.indexOf('?') > -1) {
url = `${url}&token=${getToken()}`;
......@@ -16,6 +20,9 @@ export function hrefWithToken(url, arg = {
const hrefUrl = transformApi(url);
let u = `${hrefUrl}${url}`;
u = urlTransform(u);
if(justOpenUrl){
window.open(u);
}
console.log('hrefWithToken', u);
if (u && u.indexOf('v1/api/zydsgWeb') > -1 && getIsBei_Dian()) {
downloadFile(u, {}, '', '', 'GET');
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论