fix: 虚拟机网络管理改为解绑逻辑,不再删除底层网络 #27

Merged
shiran merged 2 commits from master into deploy 2026-07-07 18:03:00 +08:00
2 Commits
Author SHA1 Message Date
shiranandCursor 2e3574a182 feat: 用户列表代理商查询、商品续费、VNC节点access_mode、IDC信息展示、新购订单table修复
Build and Deploy Vue3 / build (push) Successful in 1m32s
Build and Deploy Vue3 / deploy (push) Successful in 42s
- 用户列表新增通过IDC代理商uid查询用户信息

- 用户商品详情新增续费功能(admin/good/user_goods/renew)

- VNC节点管理新增access_mode和use_ssl参数

- 用户详情左栏新增IDC平台信息展示

- 新购订单选择商品后所属表不再被覆盖,固定为good

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-07 18:00:20 +08:00
shiranandCursor 0155715278 fix: 虚拟机网络管理改为解绑逻辑,不再删除底层网络
Build and Deploy Vue3 / build (push) Successful in 1m33s
Build and Deploy Vue3 / deploy (push) Successful in 44s
将 user-vm/UserVmDetail 和 virtualization/VmDetail 中的网络删除操作改为通过 updateVm 接口解绑,与绑定网络逻辑对称,避免误删底层物理网络。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-30 10:26:01 +08:00