单应用项目,可以创建很多独立工具类页面 ,不用登录 初始化的页面
zhangchen
2025-07-28 7fd770011e638950ef61edab1a8da176f45da77b
src/store/type/bedsideAuxiliaryScreen.type.ts
@@ -1,5 +1,5 @@
import { tryConvertToInt, deepClone } from "@/utils/utils";
import cache from "@/utils/cache";
import { Local } from "@/utils/storage";
export interface IotInfo {
  属性历史列表: any[];
  床号: string;
@@ -402,7 +402,7 @@
};
export const defaultDeviceData = (): BedsideAuxiliaryScreen => {
  const pageType = cache.get("devcieCode")
  const pageType = Local.get("devcieCode")
    ? EPageType.LOADING
    : EPatForm.OUTPATIENT_SERVICE;
  return {