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.
40 lines
593 B
Markdown
40 lines
593 B
Markdown
---
|
|
date created: 2022-06-23 12:09
|
|
date updated: 2022-08-10 10:18
|
|
---
|
|
|
|
## 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)
|