Update README.md

This commit is contained in:
dqzboy 2023-11-13 19:42:22 +08:00 committed by GitHub
parent 5de62c856a
commit 952114eace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,9 +92,3 @@ DbName = "dkube"
DbUser = "root" DbUser = "root"
DbPwd = "123456" DbPwd = "123456"
``` ```
- 前端 `dkube-web`,后端接口:`src\views\common\Config.js`
```shell
npm install
npm run build
```