仪表盘
版本库
文件存储
活动
搜索
登录
main
/
NslWeb
泥石流Web
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://103.135.160.14:9034/r/NslWeb
wangjuncheng
7 天以前
9938040bcded4d80488cee7d11eb784c75a04a84
[NslWeb.git]
/
src
/
store
/
index.js
1
2
3
4
5
6
7
8
import { ref } from "vue"
// 全局状态,创建在模块作用域下
export const showDeviceDetail = ref(false)
export const deviceDetail = ref({})
export const className = ref("device")
export const dialogPositon = ref({})
export const checkedKeys = ref([])