状态码报错

This commit is contained in:
2022-12-05 11:20:52 +08:00
parent fd7f08d6c5
commit ad710aa0a7
4 changed files with 74 additions and 22 deletions

View File

@@ -8,6 +8,9 @@ if (store.getters.userInfo !== '') {
// user = JSON.parse(store.getters.userInfo).user_name
}
// 测试状态码报错接口
export const handRequest = () => post('api/pda/test/5', {})
/** 获取打印机名称 */
export const setPrint = (url) => post3(url + '/api/pda/set/setPrint', {})
/** 手持登陆 */