proxyChangeUrl.js 122 Bytes
Newer Older
1 2 3 4 5
import { getIsBei_Dian } from '@/webPublic/zyd_public/utils/utils';

export function proxyChangeUrl(url){
  return url;
}