feat(routers): update routers and vuex

This commit is contained in:
minskiter
2024-03-29 15:06:16 +08:00
parent 5e7a3dc913
commit 30fb2533e3
15 changed files with 182 additions and 72 deletions

View File

@@ -125,7 +125,7 @@ npm install --global yarn
```
将8081修改为你要开放的端口你可以通过使用`docker ps`命令查看服务端已有的服务的端口将该端口设置为与服务端应用都不冲突的端口即可通常设置的范围是8000-8999
3. 执行不是
3. 执行部署
```bash
docker compose up -d --build
```