bill 1 年之前
父节点
当前提交
ae1a43b807
共有 1 个文件被更改,包括 0 次插入19 次删除
  1. 0 19
      src/app/police/constant.ts

+ 0 - 19
src/app/police/constant.ts

@@ -1,19 +0,0 @@
-import { AppConstant } from "..";
-import banner from "@/assets/image/policeBanner.png";
-import ico from "@/assets/image/police.ico";
-import linkIco from "@/assets/image/police-32.png";
-import { policeDeptId } from "@/constant/appDeptId";
-
-export const appConstant: AppConstant = {
-  title: "多尺度融合的现场3D数字化重建系统",
-  desc: "",
-  ico,
-
-  banner,
-  name: "criminal",
-  loginComponent: () => import("./view/login/index.vue"),
-  deptId: policeDeptId,
-};
-
-const link = document.querySelector<HTMLLinkElement>("#app-icon")!;
-link.setAttribute("href", linkIco);