添加主数据代码

This commit is contained in:
wangmingwei
2026-05-06 09:39:16 +08:00
parent 7f9e424a5c
commit a4558bfdf2
86 changed files with 29673 additions and 21070 deletions

View File

@@ -79,11 +79,11 @@ pnpm install --registry http://registry.npmmirror.com
```bash
# 第7行后端接口
VITE_PROXY = [["/dev","http://localhost:30000"]]
VITE_PROXY = [["/dev","http://localhost:40001"]]
# 第17行websocket地址
# 在本地开发环境,将后端默认接口地址的协议改成 ws 即可
VITE_GLOB_WEBSOCKET_URL='ws://localhost:30000'
VITE_GLOB_WEBSOCKET_URL='ws://localhost:40001'
```
#### 4.1.4 关联项目配置