提交 9abae992 authored 作者: 钟是志's avatar 钟是志

增加毕业实习管理系统

上级 1e729c06
......@@ -35,7 +35,7 @@ const query = {
const getSystemConfig = () => {
const urlParams = new URL(window.location.href);
const systemList = ["/xg/", "/yx/", "/jy/", "/lx/", "/sg/", "/xl/", "/zs/", "/uaa/", "/tw/", "/ytw/", "/wzb/", "/szcp/"];
const systemList = ["/xg/", "/yx/", "/jy/", "/lx/", "/sg/", "/xl/", "/zs/", "/uaa/", "/tw/", "/ytw/", "/wzb/", "/szcp/", "/bysx/"];
let findSystem = systemList.find((g) => {
return urlParams.href.indexOf(g) > 0;
});
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论