|
@@ -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);
|