feat: 添加产品管理功能,包括产品列表和添加产品表单

This commit is contained in:
2026-01-19 17:25:48 +07:00
parent 724f0a47e9
commit 9b36a114b3
11 changed files with 310 additions and 17 deletions

View File

@@ -23,6 +23,7 @@ declare module "@elegant-router/types" {
"home": "/home";
"iframe-page": "/iframe-page/:url";
"login": "/login/:module(pwd-login|code-login|register|reset-pwd|bind-wechat)?";
"product": "/product";
};
/**
@@ -60,6 +61,7 @@ declare module "@elegant-router/types" {
| "home"
| "iframe-page"
| "login"
| "product"
>;
/**
@@ -82,6 +84,7 @@ declare module "@elegant-router/types" {
| "iframe-page"
| "login"
| "home"
| "product"
>;
/**