processParser/readme.md
2025-06-13 15:35:51 +08:00

21 lines
517 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 解析器接收数据 生成加工文件
·数据说明
1、刀路描述
2、调用的指令
3、加工项附带的信息加工项所在板件信息和所在订单信息等等业务信息可根据需求添加和开发
4、刀具信息
## 测试流程
1.npm install
2 编译 TypeScript 代码 npx tsc
3.运行编译后的 JavaScript 文件
# 参考
内网测试地址https://192.168.1.205/
测试账户密码admin admin123 左侧菜单demo栏目下
demo页面vue代码 demoPage.md