公告板
版本库
filestore
活动
搜索
登录
main
/
pda-master
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
#标准收货优化
zjj
2025-04-18
ef63279c0a2282c7c54cf8e90fc015fcd36a6ec3
[pda-master.git]
/
store
/
actionsType.js
1
2
3
4
5
6
7
8
9
10
11
//bluetooth
const SET_INFODATA = "SET_INFODATA";
const SET_CONNECTBLEDATA = "SET_CONNECTBLEDATA";
const SET_CONNECTPRINTBLE = "SET_CONNECTPRINTBLE"
export {
SET_INFODATA,
SET_CONNECTBLEDATA,
SET_CONNECTPRINTBLE
}