1
0
mirror of synced 2026-03-23 02:58:34 +08:00

fix: 管理端启动文档更新

This commit is contained in:
parisma
2022-05-10 19:20:47 +08:00
committed by jia000
parent 946016686e
commit 86447ec4a1
4 changed files with 15 additions and 10 deletions

View File

@@ -23,11 +23,11 @@
2、执行如下命令运行管理端
```bash
$ cd magic
$ cd magic-admin
$ npm run admin:run
```
3、访问 http://localhost:80
3、访问 http://localhost:80 (端口以实际启动的为准)
## 开发调试