Sign in

简柏林 / thingskit-front · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-front
  • src
  • api
  • sys
  • model
  • shareModel.ts
  • Merge branch 'ww' into 'main_dev' ...
    1aba5ae8
    feat: 新增看板管理公共看板
    
    See merge request yunteng/thingskit-front!527
    
    (cherry picked from commit 886c794c)
    
    8e3c8434 feat: 新增看板管理公共看板
    64868c79 feat: 设备列表新增公开设备和私有设备操作
    01f7c9e0 feat: 新增组态分享功能
    xp.Huang authored
    2023-04-10 09:55:02 +0800  
    Browse Files »
shareModel.ts 164 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
import { ViewTypeEnum } from '/@/views/sys/share/config/config';

export interface ShareRouteParams {
  id: string;
  viewType: ViewTypeEnum;
  publicId: string;
}