公告板
版本库
filestore
活动
搜索
登录
main
/
pda-master
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge remote-tracking branch 'origin/devlop' into devlop
zjj
5 天以前
9884e489c1ba7abbf412e99d4901a223ad2fbb53
[pda-master.git]
/
store
/
gettersType.js
1
2
3
4
5
6
7
8
9
10
11
12
13
//bluetooth
const GET_CONNECTBLEDATA = "GET_CONNECTBLEDATA";
const GET_INFODATA = "GET_INFODATA";
const GET_CONNECTRINTDATA = "GET_CONNECTRINTDATA";
export{
GET_CONNECTBLEDATA,
GET_INFODATA,
GET_CONNECTRINTDATA
}