|
@@ -12,3 +12,6 @@ export const appConstant: AppConstant = {
|
|
loginComponent: () => import("./view/login/index.vue"),
|
|
loginComponent: () => import("./view/login/index.vue"),
|
|
deptId: cjzcriminalDeptId,
|
|
deptId: cjzcriminalDeptId,
|
|
};
|
|
};
|
|
|
|
+
|
|
|
|
+const link = document.querySelector<HTMLLinkElement>("#app-icon")!;
|
|
|
|
+link.setAttribute("href", ico);
|