You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
751 B
Markdown
46 lines
751 B
Markdown
---
|
|
_Updated_: 2023-07-13 15:13 Thu
|
|
---
|
|
|
|
## DEV
|
|
|
|
1. 启动`server`
|
|
|
|
```sh
|
|
npm start
|
|
```
|
|
|
|
2. 启动`client`
|
|
|
|
```sh
|
|
yarn start
|
|
```
|
|
|
|
[账号登录, 使用IP而不是localhost](http://192.168.7.55:3003/#/login/)
|
|
|
|
| 账号 | 默认密码 |
|
|
| :---------- | :------- |
|
|
| 18977365713 | 88888888 |
|
|
| 18507736165 | 88888888 |
|
|
|
|
登录成功后, 结束服务
|
|
3. 启动`client4x`
|
|
|
|
```sh
|
|
yarn start
|
|
```
|
|
|
|
刷新原登陆后页面
|
|
|
|
## 订单更新
|
|
|
|
1. 设置`*_tids`表的`update_flag`=1
|
|
2. [执行订单更新, 后端端口8360](http://192.168.7.55:8360/index/execQueue)
|
|
|
|
## 生产环境
|
|
|
|
| 服务 | Name | 端口 |
|
|
| ---- | ---------------- | ---- |
|
|
| 系统后端 | server | 8360 |
|
|
| 自动同步 | AutoUpdateServer | 8700 |
|